Searched refs:KabConnection (Results 1 – 17 of 17) sorted by relevance
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KConnection.cxx | 46 KabConnection::KabConnection(KabDriver* _pDriver) in KabConnection() function in KabConnection 56 KabConnection::~KabConnection() in ~KabConnection() 65 void SAL_CALL KabConnection::release() throw() in release() 142 void SAL_CALL KabConnection::commit( ) throw(SQLException, RuntimeException) in commit() 150 void SAL_CALL KabConnection::rollback( ) throw(SQLException, RuntimeException) in rollback() 253 void SAL_CALL KabConnection::close( ) throw(SQLException, RuntimeException) in close() 263 Any SAL_CALL KabConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() 274 void KabConnection::disposing() in disposing() 299 Reference< XTablesSupplier > SAL_CALL KabConnection::createCatalog() in createCatalog() 313 ::KABC::AddressBook* KabConnection::getAddressBook() const in getAddressBook() [all …]
|
H A D | KCatalog.hxx | 33 class KabConnection; 37 KabConnection* m_pConnection; // used to get the metadata 41 KabCatalog(KabConnection* _pCon); 43 inline KabConnection* getConnection() const { return m_pConnection; } in getConnection()
|
H A D | KTable.hxx | 41 KabConnection* m_pConnection; 44 KabTable( sdbcx::OCollection* _pTables, KabConnection* _pConnection); 46 KabConnection* _pConnection, 54 KabConnection* getConnection() { return m_pConnection;} in getConnection()
|
H A D | KConnection.hxx | 61 class KabConnection : public comphelper::OBaseMutex, class 63 public OSubComponent<KabConnection, KabConnection_BASE> 65 friend class OSubComponent<KabConnection, KabConnection_BASE>; 84 KabConnection(KabDriver* _pDriver); 85 virtual ~KabConnection();
|
H A D | KStatement.hxx | 65 KabConnection* m_pConnection; // The owning Connection object 101 KabCommonStatement(KabConnection *_pConnection); 147 inline KabConnection* getOwnConnection() const { return m_pConnection; } in getOwnConnection() 162 KabStatement(KabConnection* _pConnection);
|
H A D | KDriver.cxx | 281 KabConnection* KabImplModule::createConnection( KabDriver* _pDriver ) const in createConnection() 289 return static_cast< KabConnection* >( pUntypedConnection ); in createConnection() 391 KabConnection* pConnection = m_aImplModule.createConnection( this ); in connect()
|
H A D | KTable.cxx | 43 KabTable::KabTable( sdbcx::OCollection* _pTables, KabConnection* _pConnection) in KabTable() 51 KabConnection* _pConnection, in KabTable()
|
H A D | KResultSetMetaData.hxx | 44 KabConnection* m_pConnection; 52 KabResultSetMetaData(KabConnection* _pConnection);
|
H A D | KDriver.hxx | 39 class KabConnection; 107 KabConnection* createConnection( KabDriver* _pDriver ) const;
|
H A D | KResultSet.cxx | 69 KabConnection* pConnection = static_cast< KabConnection *>(m_xStatement->getConnection().get()); in allKabAddressees() 77 KabConnection* pConnection = static_cast< KabConnection *>(m_xStatement->getConnection().get()); in someKabAddressees()
|
H A D | KStatement.cxx | 68 KabCommonStatement::KabCommonStatement(KabConnection* _pConnection ) in KabCommonStatement() 577 KabStatement::KabStatement(KabConnection* _pConnection) in KabStatement()
|
H A D | KCatalog.cxx | 41 KabCatalog::KabCatalog(KabConnection* _pCon) in KabCatalog()
|
H A D | KDatabaseMetaData.hxx | 43 ::com::sun::star::uno::Reference< KabConnection > m_xConnection; 48 inline KabConnection* getOwnConnection() const { return m_xConnection.get(); } in getOwnConnection() 50 KabDatabaseMetaData(KabConnection* _pCon);
|
H A D | KResultSetMetaData.cxx | 37 KabResultSetMetaData::KabResultSetMetaData(KabConnection* _pConnection) in KabResultSetMetaData()
|
H A D | KPreparedStatement.cxx | 92 KabConnection* _pConnection, in KabPreparedStatement()
|
H A D | KPreparedStatement.hxx | 70 KabPreparedStatement(KabConnection* _pConnection, const ::rtl::OUString& sql);
|
H A D | KDatabaseMetaData.cxx | 43 KabDatabaseMetaData::KabDatabaseMetaData(KabConnection* _pCon) in KabDatabaseMetaData()
|
Completed in 54 milliseconds