Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx210 #define N3SQLPrepare(a,b,c) (*(T3SQLPrepare)getOdbcFunction(ODBC3SQLPrepare))(a,b,c)
242 #define N3SQLExecute(a) (*(T3SQLExecute)getOdbcFunction(ODBC3SQLExecute))(a)
262 #define N3SQLNumParams(a,b) (*(T3SQLNumParams)getOdbcFunction(ODBC3SQLNumParams))(a,b)
267 #define N3SQLParamData(a,b) (*(T3SQLParamData)getOdbcFunction(ODBC3SQLParamData))(a,b)
273 #define N3SQLPutData(a,b,c) (*(T3SQLPutData)getOdbcFunction(ODBC3SQLPutData))(a,b,c)
279 #define N3SQLRowCount(a,b) (*(T3SQLRowCount)getOdbcFunction(ODBC3SQLRowCount))(a,b)
319 #define N3SQLFetch(a) (*(T3SQLFetch)getOdbcFunction(ODBC3SQLFetch))(a)
341 #define N3SQLSetPos(a,b,c,d) (*(T3SQLSetPos)getOdbcFunction(ODBC3SQLSetPos))(a,b,c,d)
498 #define N3SQLFreeStmt(a,b) (*(T3SQLFreeStmt)getOdbcFunction(ODBC3SQLFreeStmt))(a,b)
506 #define N3SQLCancel(a) (*(T3SQLCancel)getOdbcFunction(ODBC3SQLCancel))(a)
[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 DODatabaseMetaData.hxx68 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::odbc::ODatabaseMetaData
70 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
H A DOConnection.hxx93 oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
/trunk/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()
/trunk/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
/trunk/main/connectivity/source/inc/adabas/
H A DBDriver.hxx143 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx590 oslGenericFunction ODriver::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction() function in connectivity::adabas::ODriver

Completed in 122 milliseconds