Searched refs:T3SQLBindCol (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BFunctions.cxx | 71 T3SQLBindCol pODBC3SQLBindCol; 213 …if( ( pODBC3SQLBindCol = (T3SQLBindCol)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFrom… in LoadFunctions()
|
H A D | BDriver.cxx | 106 extern T3SQLBindCol pODBC3SQLBindCol;
|
/aoo42x/main/connectivity/source/drivers/odbc/ |
H A D | OFunctions.cxx | 69 T3SQLBindCol pODBC3SQLBindCol; 215 …if( ( pODBC3SQLBindCol = (T3SQLBindCol)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFrom… in LoadFunctions()
|
H A D | ORealDriver.cxx | 71 extern T3SQLBindCol pODBC3SQLBindCol;
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 308 typedef SQLRETURN (SQL_API *T3SQLBindCol) ( SQLHSTMT StatementHandle, typedef 315 #define N3SQLBindCol(a,b,c,d,e,f) (*(T3SQLBindCol)getOdbcFunction(ODBC3SQLBindCol))(a,b,c,d,e,f)
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 276 nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 397 nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue()
|
Completed in 37 milliseconds