Searched refs:SQL_HANDLE_DBC (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OConnection.cxx | 76 N3SQLFreeHandle( SQL_HANDLE_DBC, m_aConnectionHandle ); in ~OConnection() 181 N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); in Construct() 326 m_aConnectionHandle,SQL_HANDLE_DBC,*this); in setAutoCommit() 337 SQL_ATTR_AUTOCOMMIT, &nOption,0,0),m_aConnectionHandle,SQL_HANDLE_DBC,*this); in getAutoCommit() 347 …s::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_COMMIT),m_aConnectionHa… in commit() 356 …::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_ROLLBACK),m_aConnectionH… in rollback() 389 m_aConnectionHandle,SQL_HANDLE_DBC,*this); in setReadOnly() 407 m_aConnectionHandle,SQL_HANDLE_DBC,*this); in setCatalog() 420 m_aConnectionHandle,SQL_HANDLE_DBC,*this); in getCatalog() 434 m_aConnectionHandle,SQL_HANDLE_DBC,*this); in setTransactionIsolation() [all …]
|
H A D | OTools.cxx | 673 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo() 688 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo() 701 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo() 714 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo() 726 _aConnectionHandle,SQL_HANDLE_DBC,_xInterface); in GetInfo()
|
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BConnection.cxx | 72 N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); in Construct()
|
H A D | BDriver.cxx | 369 odbc::OTools::ThrowException(pCon,nSQLRETURN,pCon->getConnection(),SQL_HANDLE_DBC,*this); in connect()
|
/aoo4110/main/unixODBC/inc/ |
H A D | sql.h | 107 #define SQL_HANDLE_DBC 2 macro
|
Completed in 42 milliseconds