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.cxx44 IMPLEMENT_SERVICE_INFO(KabConnection, "com.sun.star.sdbc.drivers.KabConnection", "com.sun.star.sdbc…
46 KabConnection::KabConnection(KabDriver* _pDriver) in KabConnection() function in KabConnection
48 OSubComponent<KabConnection, KabConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in KabConnection()
56 KabConnection::~KabConnection() in ~KabConnection()
65 void SAL_CALL KabConnection::release() throw() in release()
70 void KabConnection::construct(const ::rtl::OUString&, const Sequence< PropertyValue >&) throw(SQLEx… in construct()
84 Reference< XStatement > SAL_CALL KabConnection::createStatement( ) throw(SQLException, RuntimeExce… in createStatement()
96 Reference< XPreparedStatement > SAL_CALL KabConnection::prepareStatement( const ::rtl::OUString& _s… in prepareStatement()
108 Reference< XPreparedStatement > SAL_CALL KabConnection::prepareCall( const ::rtl::OUString& ) throw… in prepareCall()
117 ::rtl::OUString SAL_CALL KabConnection::nativeSQL( const ::rtl::OUString& _sSql ) throw(SQLExceptio… in nativeSQL()
[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 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 DKCatalog.cxx41 KabCatalog::KabCatalog(KabConnection* _pCon) in KabCatalog()
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()