Lines Matching refs:OTools
148 OTools::GetInfo(this,m_aConnectionHandle,SQL_DATA_SOURCE_READ_ONLY,aVal,*this,getTextEncoding()); in OpenConnection()
158 OTools::GetInfo(this,m_aConnectionHandle,SQL_DRIVER_ODBC_VER,sVersion,*this,getTextEncoding()); in OpenConnection()
271 OTools::ThrowException(this,nSQLRETURN,m_aConnectionHandle,SQL_HANDLE_DBC,*this,sal_False); in Construct()
313 …OTools::ThrowException(this,N3SQLNativeSql(m_aConnectionHandle,(SDB_ODBC_CHAR*)aSql.getStr(),aSql.… in nativeSQL()
323 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setAutoCommit()
336 OTools::ThrowException(this,N3SQLGetConnectAttr(m_aConnectionHandle, in getAutoCommit()
347 …OTools::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_COMMIT),m_aConnect… in commit()
356 …OTools::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_ROLLBACK),m_aConne… in rollback()
387 OTools::ThrowException(this, in setReadOnly()
405 OTools::ThrowException(this, in setCatalog()
418 OTools::ThrowException(this, in getCatalog()
431 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setTransactionIsolation()
445 OTools::ThrowException(this, in getTransactionIsolation()