Searched refs:T3SQLDescribeCol (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BFunctions.cxx | 69 T3SQLDescribeCol pODBC3SQLDescribeCol; 209 …if( ( pODBC3SQLDescribeCol = (T3SQLDescribeCol)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::cre… in LoadFunctions()
|
H A D | BDriver.cxx | 104 extern T3SQLDescribeCol pODBC3SQLDescribeCol;
|
/aoo42x/main/connectivity/source/drivers/odbc/ |
H A D | OFunctions.cxx | 67 T3SQLDescribeCol pODBC3SQLDescribeCol; 211 …if( ( pODBC3SQLDescribeCol = (T3SQLDescribeCol)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::cre… in LoadFunctions()
|
H A D | ORealDriver.cxx | 69 extern T3SQLDescribeCol pODBC3SQLDescribeCol;
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 286 typedef SQLRETURN (SQL_API *T3SQLDescribeCol) ( SQLHSTMT StatementHandle, typedef 296 …#define N3SQLDescribeCol(a,b,c,d,e,f,g,h,i) (*(T3SQLDescribeCol)getOdbcFunction(ODBC3SQLDescribeCo…
|
Completed in 28 milliseconds