/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 315 DBG_NAME(OConnection) in DBG_NAME() argument 317 OConnection::OConnection(ODatabaseSource& _rDB in DBG_NAME() 337 DBG_CTOR(OConnection,NULL); in DBG_NAME() 418 OConnection::~OConnection() in ~OConnection() 422 DBG_DTOR(OConnection,NULL); in ~OConnection() 514 void OConnection::acquire() throw () in acquire() 522 void OConnection::release() throw () in release() 531 void OConnection::disposing() in disposing() 606 void OConnection::impl_fillTableFilter() in impl_fillTableFilter() 807 void OConnection::impl_loadConnectionTools_throw() in impl_loadConnectionTools_throw() [all …]
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FConnection.cxx | 62 OConnection::OConnection(OFileDriver* _pDriver) in OConnection() function in OConnection 74 OConnection::~OConnection() in ~OConnection() 80 void SAL_CALL OConnection::release() throw() in release() 86 sal_Bool OConnection::matchesExtension( const String& _rExt ) const in matchesExtension() 274 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit() 278 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback() 353 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close() 373 void OConnection::disposing() in disposing() 386 Reference< XTablesSupplier > OConnection::createCatalog() in createCatalog() 398 Reference< XDynamicResultSet > OConnection::getDir() const in getDir() [all …]
|
H A D | FDriver.cxx | 115 OConnection* pCon = new OConnection(this); in connect() 217 …OConnection* pSearchConnection = reinterpret_cast< OConnection* >( xTunnel->getSomething(OConnecti… in getDataDefinitionByConnection() 218 OConnection* pConnection = NULL; in getDataDefinitionByConnection() 221 if ((OConnection*) Reference< XConnection >::query(i->get().get()).get() == pSearchConnection) in getDataDefinitionByConnection()
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OConnection.cxx | 54 OConnection::OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver) in OConnection() function in OConnection 70 OConnection::~OConnection() in ~OConnection() 83 void SAL_CALL OConnection::release() throw() in release() 486 void OConnection::buildTypeInfo() throw( SQLException) in buildTypeInfo() 591 void OConnection::disposing() in disposing() 609 OConnection* OConnection::cloneConnection() in cloneConnection() 611 return new OConnection(m_pDriverHandleCopy,m_pDriver); in cloneConnection() 614 SQLHANDLE OConnection::createStatementHandle() in createStatementHandle() 616 OConnection* pConnectionTemp = this; in createStatementHandle() 623 OConnection* pConnection = cloneConnection(); in createStatementHandle() [all …]
|
H A D | OTools.cxx | 45 void OTools::getValue( OConnection* _pConnection, in getValue() 67 void OTools::bindParameter( OConnection* _pConnection, in bindParameter() 249 void OTools::bindValue( OConnection* _pConnection, in bindValue() 409 void OTools::ThrowException(OConnection* _pConnection, in ThrowException() 470 Sequence<sal_Int8> OTools::getBytesValue(OConnection* _pConnection, in getBytesValue() 532 ::rtl::OUString OTools::getStringValue(OConnection* _pConnection, in getStringValue() 662 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() 678 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() 691 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() 704 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() [all …]
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SConnection.cxx | 43 OConnection::OConnection(SkeletonDriver* _pDriver) in OConnection() function in OConnection 55 OConnection::~OConnection() in ~OConnection() 63 void SAL_CALL OConnection::release() throw() in release() 189 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit() 197 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback() 206 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() 301 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close() 313 Any SAL_CALL OConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() 319 void SAL_CALL OConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings() 324 void OConnection::buildTypeInfo() throw( SQLException) in buildTypeInfo() [all …]
|
H A D | SConnection.hxx | 59 class OConnection : public OBase_Mutex, class 61 public connectivity::skeleton::OSubComponent<OConnection, OConnection_BASE> 63 friend class connectivity::skeleton::OSubComponent<OConnection, OConnection_BASE>; 97 OConnection(SkeletonDriver* _pDriver); 98 virtual ~OConnection();
|
H A D | SStatement.hxx | 68 OConnection* m_pConnection; // The owning Connection object 93 OStatement_Base(OConnection* _pConnection ); 126 OConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection() 135 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2() 151 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement()
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_connection.cxx | 69 OConnection::OConnection(MysqlCDriver& _rDriver, sql::Driver * _cppDriver) in OConnection() function in OConnection 86 OConnection::~OConnection() in ~OConnection() 98 void SAL_CALL OConnection::release() in release() 387 void SAL_CALL OConnection::commit() in commit() 403 void SAL_CALL OConnection::rollback() in rollback() 419 sal_Bool SAL_CALL OConnection::isClosed() in isClosed() 613 void SAL_CALL OConnection::close() in close() 633 Any SAL_CALL OConnection::getWarnings() in getWarnings() 655 void OConnection::buildTypeInfo() in buildTypeInfo() 664 void OConnection::disposing() in disposing() [all …]
|
H A D | mysqlc_connection.hxx | 93 class OConnection : public OBase_Mutex, class 95 public connectivity::mysqlc::OSubComponent<OConnection, OConnection_BASE> 97 friend class connectivity::mysqlc::OSubComponent<OConnection, OConnection_BASE>; 138 OConnection(MysqlCDriver& _rDriver, sql::Driver * cppDriver); 139 virtual ~OConnection();
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 53 OConnection::OConnection(ODriver* _pDriver) throw(SQLException, RuntimeException) in OConnection() function in OConnection 100 OConnection::~OConnection() in ~OConnection() 165 void SAL_CALL OConnection::release() throw() in release() 248 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit() 257 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback() 266 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() 404 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close() 415 Any SAL_CALL OConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() 424 void OConnection::buildTypeInfo() throw( SQLException) in buildTypeInfo() 483 void OConnection::disposing() in disposing() [all …]
|
H A D | ADriver.cxx | 135 OConnection* pCon = new OConnection(this); in connect() 213 OConnection* pConnection = NULL; in getDataDefinitionByConnection() 217 …OConnection* pSearchConnection = reinterpret_cast< OConnection* >( xTunnel->getSomething(OConnecti… in getDataDefinitionByConnection() 221 if ((OConnection*) Reference< XConnection >::query(i->get().get()).get() == pSearchConnection) in getDataDefinitionByConnection()
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | OTools.hxx | 96 class OConnection; 104 static void ThrowException( OConnection* _pConnection, 113 static void GetInfo(OConnection* _pConnection, 121 static void GetInfo(OConnection* _pConnection, 127 static void GetInfo(OConnection* _pConnection, 133 static void GetInfo(OConnection* _pConnection, 139 static void GetInfo(OConnection* _pConnection, 204 static void getValue( OConnection* _pConnection, 230 static void bindParameter( OConnection* _pConnection, 243 static void bindValue( OConnection* _pConnection, [all …]
|
H A D | OConnection.hxx | 53 class OOO_DLLPUBLIC_ODBCBASE OConnection : class 55 public connectivity::OSubComponent<OConnection, OConnection_BASE>, 58 friend class connectivity::OSubComponent<OConnection, OConnection_BASE>; 64 …::std::map< SQLHANDLE,OConnection*> m_aConnections; // holds all connectionas which are need for s… 90 virtual OConnection* cloneConnection(); // creates a new connection 96 OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver); 98 virtual ~OConnection();
|
H A D | OResultSetMetaData.hxx | 53 OConnection* m_pConnection; 61 OResultSetMetaData(OConnection* _pConnection, SQLHANDLE _pStmt ) in OResultSetMetaData() 67 …OResultSetMetaData(OConnection* _pConnection, SQLHANDLE _pStmt ,const ::std::vector<sal_Int32> & _… in OResultSetMetaData() 77 static SQLLEN getNumColAttrib(OConnection* _pConnection 83 static SQLSMALLINT getColumnODBCType(OConnection* _pConnection
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | ACatalog.hxx | 33 class OConnection; 38 OConnection* m_pConnection; 47 OCatalog(_ADOCatalog* _pCatalog,OConnection* _pCon); 50 OConnection* getConnection() const { return m_pConnection; } in getConnection()
|
H A D | AIndex.hxx | 37 class OConnection; 41 OConnection* m_pConnection; 50 OAdoIndex(sal_Bool _bCase, OConnection* _pConnection,ADOIndex* _pIndex); 51 OAdoIndex(sal_Bool _bCase, OConnection* _pConnection);
|
H A D | AColumn.hxx | 34 class OConnection; 39 OConnection* m_pConnection; 51 OAdoColumn(sal_Bool _bCase,OConnection* _pConnection,_ADOColumn* _pColumn); 52 OAdoColumn(sal_Bool _bCase,OConnection* _pConnection);
|
H A D | AKey.hxx | 37 class OConnection; 41 OConnection* m_pConnection; 50 OAdoKey(sal_Bool _bCase,OConnection* _pConnection,ADOKey* _pKey); 51 OAdoKey(sal_Bool _bCase,OConnection* _pConnection);
|
H A D | AConnection.hxx | 55 class OConnection : public OConnection_BASE, class 56 public connectivity::OSubComponent<OConnection, OConnection_BASE> 58 friend class connectivity::OSubComponent<OConnection, OConnection_BASE>; 80 …OConnection(ODriver* _pDriver) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star… 82 ~OConnection();
|
/aoo42x/main/connectivity/source/inc/file/ |
H A D | FCatalog.hxx | 35 class OConnection; 40 OConnection* m_pConnection; 56 OFileCatalog(OConnection* _pCon); 57 OConnection* getConnection() { return m_pConnection; } in getConnection()
|
H A D | fanalyzer.hxx | 34 class OConnection; 43 OConnection* m_pConnection; 51 OSQLAnalyzer(OConnection* _pConnection); 62 OConnection* getConnection() const { return m_pConnection; } in getConnection()
|
H A D | FStatement.hxx | 87 OConnection* m_pConnection;// The owning Connection object 149 OStatement_Base(OConnection* _pConnection ); 151 OConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection() 185 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2() 203 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement()
|
H A D | FConnection.hxx | 52 class OOO_DLLPUBLIC_FILE OConnection : class 54 public connectivity::OSubComponent<OConnection, connectivity::OMetaConnection> 56 friend class connectivity::OSubComponent<OConnection, connectivity::OMetaConnection>; 83 virtual ~OConnection(); 86 OConnection(OFileDriver* _pDriver);
|
H A D | FTable.hxx | 47 OConnection* m_pConnection; 63 OFileTable( sdbcx::OCollection* _pTables,OConnection* _pConnection); 64 OFileTable( sdbcx::OCollection* _pTables,OConnection* _pConnection, 79 OConnection* getConnection() const { return m_pConnection;} in getConnection()
|