/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 210 #define N3SQLPrepare(a,b,c) (*(T3SQLPrepare)getOdbcFunction(ODBC3SQLPrepare))(a,b,c) 242 #define N3SQLExecute(a) (*(T3SQLExecute)getOdbcFunction(ODBC3SQLExecute))(a) 271 #define N3SQLNumParams(a,b) (*(T3SQLNumParams)getOdbcFunction(ODBC3SQLNumParams))(a,b) 276 #define N3SQLParamData(a,b) (*(T3SQLParamData)getOdbcFunction(ODBC3SQLParamData))(a,b) 282 #define N3SQLPutData(a,b,c) (*(T3SQLPutData)getOdbcFunction(ODBC3SQLPutData))(a,b,c) 288 #define N3SQLRowCount(a,b) (*(T3SQLRowCount)getOdbcFunction(ODBC3SQLRowCount))(a,b) 328 #define N3SQLFetch(a) (*(T3SQLFetch)getOdbcFunction(ODBC3SQLFetch))(a) 350 #define N3SQLSetPos(a,b,c,d) (*(T3SQLSetPos)getOdbcFunction(ODBC3SQLSetPos))(a,b,c,d) 507 #define N3SQLFreeStmt(a,b) (*(T3SQLFreeStmt)getOdbcFunction(ODBC3SQLFreeStmt))(a,b) 515 #define N3SQLCancel(a) (*(T3SQLCancel)getOdbcFunction(ODBC3SQLCancel))(a) [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()
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/main/connectivity/source/inc/adabas/ |
H A D | BDriver.hxx | 143 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
|
/aoo4110/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
|