Searched refs:T3SQLCloseCursor (Results 1 – 5 of 5) sorted by relevance
91 T3SQLCloseCursor pODBC3SQLCloseCursor;251 …if( ( pODBC3SQLCloseCursor = (T3SQLCloseCursor)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::cre… in LoadFunctions()
126 extern T3SQLCloseCursor pODBC3SQLCloseCursor;
89 T3SQLCloseCursor pODBC3SQLCloseCursor;255 …if( ( pODBC3SQLCloseCursor = (T3SQLCloseCursor)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::cre… in LoadFunctions()
91 extern T3SQLCloseCursor pODBC3SQLCloseCursor;
500 typedef SQLRETURN (SQL_API *T3SQLCloseCursor) (SQLHSTMT StatementHandle); typedef502 #define N3SQLCloseCursor(a) (*(T3SQLCloseCursor)getOdbcFunction(ODBC3SQLCloseCursor))(a)
Completed in 32 milliseconds