Lines Matching refs:OTools
45 void OTools::getValue( OConnection* _pConnection, in getValue()
56 OTools::ThrowException(_pConnection, in getValue()
67 void OTools::bindParameter( OConnection* _pConnection, in bindParameter()
90 OTools::getBindTypes(_bUseWChar,_bUseOldTimeDate,_nODBCtype,fCType,fSqlType); in bindParameter()
92 OTools::bindData(_nODBCtype,_bUseWChar,pDataBuffer,pLen,_pValue,_nTextEncoding,nColumnSize); in bindParameter()
113 OTools::ThrowException(_pConnection,nRetcode,_hStmt,SQL_HANDLE_STMT,_xInterface); in bindParameter()
116 void OTools::bindData( SQLSMALLINT _nOdbcType, in bindData()
249 void OTools::bindValue( OConnection* _pConnection, in bindValue()
267 OTools::getBindTypes( sal_False, in bindValue()
406 OTools::ThrowException(_pConnection,nRetcode,_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in bindValue()
409 void OTools::ThrowException(OConnection* _pConnection, in ThrowException()
470 Sequence<sal_Int8> OTools::getBytesValue(OConnection* _pConnection, in getBytesValue()
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()
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()
671 OTools::ThrowException(_pConnection, in GetInfo()
678 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
686 OTools::ThrowException(_pConnection, in GetInfo()
691 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
699 OTools::ThrowException(_pConnection, in GetInfo()
704 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
712 OTools::ThrowException(_pConnection, in GetInfo()
717 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
724 OTools::ThrowException(_pConnection, in GetInfo()
729 sal_Int32 OTools::MapOdbcType2Jdbc(sal_Int32 _nType) in MapOdbcType2Jdbc()
807 sal_Int32 OTools::jdbcTypeToOdbc(sal_Int32 jdbcType) in jdbcTypeToOdbc()
831 void OTools::getBindTypes(sal_Bool _bUseWChar, in getBindTypes()