Home
last modified time | relevance | path

Searched refs:DM_SQLALLOCSTMT (Results 1 – 2 of 2) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLConnect.c2062 if ( !connection -> functions[ DM_SQLALLOCSTMT ].func && in __connect_part_two()
2065 connection -> functions[ DM_SQLALLOCSTMT ].can_supply = 1; in __connect_part_two()
H A Ddrivermanager.h947 #define DM_SQLALLOCSTMT 3 macro