| /AOO41X/main/connectivity/source/inc/odbc/ |
| H A D | OFunctions.hxx | 41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c) 45 …#define N3SQLConnect(a,b,c,d,e,f,g) (*(T3SQLConnect)getOdbcFunction(ODBC3SQLConnect))(a,b,c,d,e,f,… 56 …#define N3SQLDriverConnect(a,b,c,d,e,f,g,h) (*(T3SQLDriverConnect)getOdbcFunction(ODBC3SQLDriverCo… 65 …#define N3SQLBrowseConnect(a,b,c,d,e,f) (*(T3SQLBrowseConnect)getOdbcFunction(ODBC3SQLBrowseConnec… 77 …#define N3SQLDataSources(a,b,c,d,e,f,g,h) (*(T3SQLDataSources)getOdbcFunction(ODBC3SQLDataSources)… 88 …#define N3SQLDrivers(a,b,c,d,e,f,g,h) (*(T3SQLDrivers)getOdbcFunction(ODBC3SQLDrivers))(a,b,c,d,e,… 96 #define N3SQLGetInfo(a,b,c,d,e) (*(T3SQLGetInfo)getOdbcFunction(ODBC3SQLGetInfo))(a,b,c,d,e) 102 …#define N3SQLGetFunctions(a,b,c) (*(T3SQLGetFunctions)getOdbcFunction(ODBC3SQLGetFunctions))(a,b,c) 107 #define N3SQLGetTypeInfo(a,b) (*(T3SQLGetTypeInfo)getOdbcFunction(ODBC3SQLGetTypeInfo))(a,b) 115 …#define N3SQLSetConnectAttr(a,b,c,d) (*(T3SQLSetConnectAttr)getOdbcFunction(ODBC3SQLSetConnectAttr… [all …]
|
| H A D | OResultSetMetaData.hxx | 89 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::OResultSetMetaData 91 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
|
| H A D | OStatement.hxx | 156 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::OStatement_Base 158 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
|
| H A D | ODatabaseMetaDataResultSet.hxx | 128 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::ODatabaseMetaDataResultSet 130 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
|
| H A D | ODriver.hxx | 60 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const = 0;
|
| H A D | OResultSet.hxx | 202 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::OResultSet 204 return m_pStatement->getOdbcFunction(_nIndex); in getOdbcFunction()
|
| H A D | OConnection.hxx | 93 oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
|
| H A D | ODatabaseMetaData.hxx | 68 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::ODatabaseMetaData 70 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
|
| /AOO41X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OTools.cxx | 57 … (*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData))(_aStatementHandle, in getValue() 102 nRetcode = (*(T3SQLBindParameter)_pConnection->getOdbcFunction(ODBC3SQLBindParameter))(_hStmt, in bindParameter() 276 … nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 397 … nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 452 …SQLRETURN n = (*(T3SQLGetDiagRec)_pConnection->getOdbcFunction(ODBC3SQLGetDiagRec))(_nHandleType,_… in ThrowException() 484 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getBytesValue() 518 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getBytesValue() 554 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getStringValue() 589 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getStringValue() 614 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getStringValue() [all …]
|
| H A D | OConnection.cxx | 88 oslGenericFunction OConnection::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in OConnection 91 return m_pDriver->getOdbcFunction(_nIndex); in getOdbcFunction()
|
| H A D | OResultSet.cxx | 145 if ( getOdbcFunction(ODBC3SQLGetFunctions) ) in OResultSet() 852 sal_Bool bPositionByBookmark = ( NULL != getOdbcFunction( ODBC3SQLBulkOperations ) ); in insertRow() 918 sal_Bool bPositionByBookmark = ( NULL != getOdbcFunction( ODBC3SQLBulkOperations ) ); in updateRow()
|
| H A D | OResultSetMetaData.cxx | 93 …OTools::ThrowException(_pConnection,(*(T3SQLColAttribute)_pConnection->getOdbcFunction(ODBC3SQLCol… in getNumColAttrib()
|
| /AOO41X/main/connectivity/source/drivers/odbc/ |
| H A D | ORealDriver.cxx | 105 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const; 112 oslGenericFunction ORealObdcDriver::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::ORealObdcDriver
|
| /AOO41X/main/connectivity/source/inc/adabas/ |
| H A D | BDriver.hxx | 143 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
|
| /AOO41X/main/connectivity/source/drivers/adabas/ |
| H A D | BDriver.cxx | 590 oslGenericFunction ODriver::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::adabas::ODriver
|