Home
last modified time | relevance | path

Searched refs:KabConnection (Results 1 – 17 of 17) sorted by relevance

/aoo41x/main/connectivity/source/drivers/kab/
H A DKConnection.cxx46 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 DKCatalog.hxx33 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 DKTable.hxx41 KabConnection* m_pConnection;
44 KabTable( sdbcx::OCollection* _pTables, KabConnection* _pConnection);
46 KabConnection* _pConnection,
54 KabConnection* getConnection() { return m_pConnection;} in getConnection()
H A DKConnection.hxx61 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 DKStatement.hxx65 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 DKDriver.cxx281 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 DKTable.cxx43 KabTable::KabTable( sdbcx::OCollection* _pTables, KabConnection* _pConnection) in KabTable()
51 KabConnection* _pConnection, in KabTable()
H A DKResultSetMetaData.hxx44 KabConnection* m_pConnection;
52 KabResultSetMetaData(KabConnection* _pConnection);
H A DKDriver.hxx39 class KabConnection;
107 KabConnection* createConnection( KabDriver* _pDriver ) const;
H A DKResultSet.cxx69 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 DKStatement.cxx68 KabCommonStatement::KabCommonStatement(KabConnection* _pConnection ) in KabCommonStatement()
577 KabStatement::KabStatement(KabConnection* _pConnection) in KabStatement()
H A DKCatalog.cxx41 KabCatalog::KabCatalog(KabConnection* _pCon) in KabCatalog()
H A DKDatabaseMetaData.hxx43 ::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 DKResultSetMetaData.cxx37 KabResultSetMetaData::KabResultSetMetaData(KabConnection* _pConnection) in KabResultSetMetaData()
H A DKPreparedStatement.cxx92 KabConnection* _pConnection, in KabPreparedStatement()
H A DKPreparedStatement.hxx70 KabPreparedStatement(KabConnection* _pConnection, const ::rtl::OUString& sql);
H A DKDatabaseMetaData.cxx43 KabDatabaseMetaData::KabDatabaseMetaData(KabConnection* _pCon) in KabDatabaseMetaData()

Completed in 176 milliseconds