Home
last modified time | relevance | path

Searched refs:getOdbcFunction (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx41 #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 DOResultSetMetaData.hxx89 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::OResultSetMetaData
91 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
H A DOStatement.hxx156 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 DODatabaseMetaDataResultSet.hxx128 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::ODatabaseMetaDataResultSet
130 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
H A DODriver.hxx60 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const = 0;
H A DOResultSet.hxx202 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::OResultSet
204 return m_pStatement->getOdbcFunction(_nIndex); in getOdbcFunction()
H A DOConnection.hxx93 oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
H A DODatabaseMetaData.hxx68 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 DOTools.cxx57 … (*(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 DOConnection.cxx88 oslGenericFunction OConnection::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in OConnection
91 return m_pDriver->getOdbcFunction(_nIndex); in getOdbcFunction()
H A DOResultSet.cxx145 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 DOResultSetMetaData.cxx93 …OTools::ThrowException(_pConnection,(*(T3SQLColAttribute)_pConnection->getOdbcFunction(ODBC3SQLCol… in getNumColAttrib()
/AOO41X/main/connectivity/source/drivers/odbc/
H A DORealDriver.cxx105 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 DBDriver.hxx143 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
/AOO41X/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx590 oslGenericFunction ODriver::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::adabas::ODriver