Lines Matching refs:KabConnection

44 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()
125 void SAL_CALL KabConnection::setAutoCommit( sal_Bool ) throw(SQLException, RuntimeException) in setAutoCommit()
132 sal_Bool SAL_CALL KabConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
142 void SAL_CALL KabConnection::commit( ) throw(SQLException, RuntimeException) in commit()
150 void SAL_CALL KabConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
158 sal_Bool SAL_CALL KabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
166 Reference< XDatabaseMetaData > SAL_CALL KabConnection::getMetaData( ) throw(SQLException, RuntimeE… in getMetaData()
183 void SAL_CALL KabConnection::setReadOnly( sal_Bool ) throw(SQLException, RuntimeException) in setReadOnly()
191 sal_Bool SAL_CALL KabConnection::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
200 void SAL_CALL KabConnection::setCatalog( const ::rtl::OUString& ) throw(SQLException, RuntimeExcept… in setCatalog()
208 ::rtl::OUString SAL_CALL KabConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog()
218 void SAL_CALL KabConnection::setTransactionIsolation( sal_Int32 ) throw(SQLException, RuntimeExcept… in setTransactionIsolation()
227 sal_Int32 SAL_CALL KabConnection::getTransactionIsolation( ) throw(SQLException, RuntimeException) in getTransactionIsolation()
237 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL KabConnection::getTypeMap( ) throw(… in getTypeMap()
247 void SAL_CALL KabConnection::setTypeMap( const Reference< ::com::sun::star::container::XNameAccess … in setTypeMap()
253 void SAL_CALL KabConnection::close( ) throw(SQLException, RuntimeException) in close()
263 Any SAL_CALL KabConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
269 void SAL_CALL KabConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
274 void KabConnection::disposing() in disposing()
299 Reference< XTablesSupplier > SAL_CALL KabConnection::createCatalog() in createCatalog()
313 ::KABC::AddressBook* KabConnection::getAddressBook() const in getAddressBook()
320 KabConnection* pConnection = new KabConnection( static_cast< KabDriver* >( _pDriver ) ); in createKabConnection()