Searched refs:T3SQLBindParameter (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BFunctions.cxx | 57 T3SQLBindParameter pODBC3SQLBindParameter; 185 …if( ( pODBC3SQLBindParameter = (T3SQLBindParameter)osl_getFunctionSymbol(pODBCso, ::rtl::OUString:… in LoadFunctions()
|
H A D | BDriver.cxx | 92 extern T3SQLBindParameter pODBC3SQLBindParameter;
|
/aoo4110/main/connectivity/source/drivers/odbc/ |
H A D | OFunctions.cxx | 55 T3SQLBindParameter pODBC3SQLBindParameter; 187 …if( ( pODBC3SQLBindParameter = (T3SQLBindParameter)osl_getFunctionSymbol(pODBCso, ::rtl::OUString:… in LoadFunctions()
|
H A D | ORealDriver.cxx | 57 extern T3SQLBindParameter pODBC3SQLBindParameter;
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 212 typedef SQLRETURN (SQL_API *T3SQLBindParameter) (SQLHSTMT StatementHandle, typedef 223 …#define N3SQLBindParameter(a,b,c,d,e,f,g,h,i,j) (*(T3SQLBindParameter)getOdbcFunction(ODBC3SQLBind…
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 102 nRetcode = (*(T3SQLBindParameter)_pConnection->getOdbcFunction(ODBC3SQLBindParameter))(_hStmt, in bindParameter()
|
Completed in 36 milliseconds