Home
last modified time | relevance | path

Searched refs:T3SQLBindCol (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/connectivity/source/drivers/adabas/
H A DBFunctions.cxx71 T3SQLBindCol pODBC3SQLBindCol;
213 …if( ( pODBC3SQLBindCol = (T3SQLBindCol)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFrom… in LoadFunctions()
H A DBDriver.cxx106 extern T3SQLBindCol pODBC3SQLBindCol;
/aoo41x/main/connectivity/source/drivers/odbc/
H A DOFunctions.cxx69 T3SQLBindCol pODBC3SQLBindCol;
215 …if( ( pODBC3SQLBindCol = (T3SQLBindCol)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFrom… in LoadFunctions()
H A DORealDriver.cxx71 extern T3SQLBindCol pODBC3SQLBindCol;
/aoo41x/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx317 typedef SQLRETURN (SQL_API *T3SQLBindCol) ( SQLHSTMT StatementHandle, typedef
324 #define N3SQLBindCol(a,b,c,d,e,f) (*(T3SQLBindCol)getOdbcFunction(ODBC3SQLBindCol))(a,b,c,d,e,f)
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx276 nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue()
397 nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue()

Completed in 38 milliseconds