Lines Matching refs:_pConnection

45 void OTools::getValue(	OConnection* _pConnection,  in getValue()  argument
56 OTools::ThrowException(_pConnection, in getValue()
57 (*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData))(_aStatementHandle, in getValue()
67 void OTools::bindParameter( OConnection* _pConnection, in bindParameter() argument
102 nRetcode = (*(T3SQLBindParameter)_pConnection->getOdbcFunction(ODBC3SQLBindParameter))(_hStmt, in bindParameter()
113 OTools::ThrowException(_pConnection,nRetcode,_hStmt,SQL_HANDLE_STMT,_xInterface); in bindParameter()
249 void OTools::bindValue( OConnection* _pConnection, in bindValue() argument
276 nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue()
397 nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue()
406 OTools::ThrowException(_pConnection,nRetcode,_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in bindValue()
409 void OTools::ThrowException(OConnection* _pConnection, in ThrowException() argument
452 …SQLRETURN n = (*(T3SQLGetDiagRec)_pConnection->getOdbcFunction(ODBC3SQLGetDiagRec))(_nHandleType,_… in ThrowException()
470 Sequence<sal_Int8> OTools::getBytesValue(OConnection* _pConnection, in getBytesValue() argument
484 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getBytesValue()
518 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getBytesValue()
532 ::rtl::OUString OTools::getStringValue(OConnection* _pConnection, in getStringValue() argument
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()
639 …OTools::ThrowException(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData)… in getStringValue()
662 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() argument
671 OTools::ThrowException(_pConnection, in GetInfo()
672 …(*(T3SQLGetInfo)_pConnection->getOdbcFunction(ODBC3SQLGetInfo))(_aConnectionHandle,_nInfo,aValue,(… in GetInfo()
678 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() argument
686 OTools::ThrowException(_pConnection, in GetInfo()
687 …(*(T3SQLGetInfo)_pConnection->getOdbcFunction(ODBC3SQLGetInfo))(_aConnectionHandle,_nInfo,&_rValue… in GetInfo()
691 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() argument
699 OTools::ThrowException(_pConnection, in GetInfo()
700 …(*(T3SQLGetInfo)_pConnection->getOdbcFunction(ODBC3SQLGetInfo))(_aConnectionHandle,_nInfo,&_rValue… in GetInfo()
704 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() argument
712 OTools::ThrowException(_pConnection, in GetInfo()
713 …(*(T3SQLGetInfo)_pConnection->getOdbcFunction(ODBC3SQLGetInfo))(_aConnectionHandle,_nInfo,&_rValue… in GetInfo()
717 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() argument
724 OTools::ThrowException(_pConnection, in GetInfo()
725 …(*(T3SQLGetInfo)_pConnection->getOdbcFunction(ODBC3SQLGetInfo))(_aConnectionHandle,_nInfo,&_rValue… in GetInfo()