Searched refs:T3SQLConnect (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BFunctions.cxx | 38 T3SQLConnect pODBC3SQLConnect; 153 …if( ( pODBC3SQLConnect = (T3SQLConnect)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFrom… in LoadFunctions()
|
H A D | BDriver.cxx | 73 extern T3SQLConnect pODBC3SQLConnect;
|
/aoo4110/main/connectivity/source/drivers/odbc/ |
H A D | OFunctions.cxx | 36 T3SQLConnect pODBC3SQLConnect; 149 …if( ( pODBC3SQLConnect = (T3SQLConnect)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFrom… in LoadFunctions()
|
H A D | ORealDriver.cxx | 38 extern T3SQLConnect pODBC3SQLConnect;
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 43 …typedef SQLRETURN (SQL_API *T3SQLConnect) (SQLHDBC ConnectionHandle,SQLCHAR *ServerName,SQLSMALL… typedef 45 …#define N3SQLConnect(a,b,c,d,e,f,g) (*(T3SQLConnect)getOdbcFunction(ODBC3SQLConnect))(a,b,c,d,e,f,…
|
Completed in 34 milliseconds