Searched refs:T3SQLExecute (Results 1 – 5 of 5) sorted by relevance
60 T3SQLExecute pODBC3SQLExecute;191 …if( ( pODBC3SQLExecute = (T3SQLExecute)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFrom… in LoadFunctions()
95 extern T3SQLExecute pODBC3SQLExecute;
58 T3SQLExecute pODBC3SQLExecute;193 …if( ( pODBC3SQLExecute = (T3SQLExecute)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFrom… in LoadFunctions()
60 extern T3SQLExecute pODBC3SQLExecute;
240 typedef SQLRETURN (SQL_API *T3SQLExecute) ( SQLHSTMT StatementHandle); typedef242 #define N3SQLExecute(a) (*(T3SQLExecute)getOdbcFunction(ODBC3SQLExecute))(a)
Completed in 50 milliseconds