Searched refs:SQLHSTMT (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/unixODBC/inc/ |
| H A D | sqlucode.h | 122 SQLHSTMT hstmt, 131 SQLHSTMT hstmt, 149 SQLHSTMT hstmt, 162 SQLHSTMT hstmt, 170 SQLHSTMT hstmt, 182 SQLHSTMT hstmt, 237 SQLHSTMT hstmt, 248 SQLHSTMT hstmt, 253 SQLHSTMT hstmt, 276 SQLHSTMT StatementHandle, [all …]
|
| H A D | sql.h | 797 SQLHSTMT * StatementHandle); 800 SQLHSTMT StatementHandle, 809 SQLHSTMT StatementHandle, 820 SQLHSTMT StatementHandle); 824 SQLHSTMT StatementHandle); 832 SQLHSTMT StatementHandle, 842 SQLHSTMT StatementHandle, 878 SQLHSTMT StatementHandle, 901 SQLHSTMT StatementHandle, 909 SQLHSTMT StatementHandle, [all …]
|
| H A D | sqlext.h | 2381 SQLHSTMT StatementHandle, 2386 SQLHSTMT hstmt, 2395 SQLHSTMT hstmt, 2406 SQLHSTMT hstmt, 2414 SQLHSTMT hstmt, 2421 SQLHSTMT hstmt, 2436 SQLHSTMT hstmt); 2447 SQLHSTMT hstmt, 2451 SQLHSTMT hstmt, 2456 SQLHSTMT hstmt, [all …]
|
| H A D | sqltypes.h | 188 typedef SQLHANDLE SQLHSTMT; typedef
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | OFunctions.hxx | 104 typedef SQLRETURN (SQL_API *T3SQLGetTypeInfo) ( SQLHSTMT StatementHandle, 142 typedef SQLRETURN (SQL_API *T3SQLSetStmtAttr) ( SQLHSTMT StatementHandle, 149 typedef SQLRETURN (SQL_API *T3SQLGetStmtAttr) ( SQLHSTMT StatementHandle, 206 typedef SQLRETURN (SQL_API *T3SQLPrepare) ( SQLHSTMT StatementHandle, 212 typedef SQLRETURN (SQL_API *T3SQLBindParameter) (SQLHSTMT StatementHandle, 233 typedef SQLRETURN (SQL_API *T3SQLSetCursorName) (SQLHSTMT StatementHandle, 240 typedef SQLRETURN (SQL_API *T3SQLExecute) ( SQLHSTMT StatementHandle); 244 typedef SQLRETURN (SQL_API *T3SQLExecDirect) ( SQLHSTMT StatementHandle, 250 typedef SQLRETURN (SQL_API *T3SQLDescribeParam) (SQLHSTMT StatementHandle, 259 typedef SQLRETURN (SQL_API *T3SQLNumParams) ( SQLHSTMT StatementHandle, [all …]
|