Lines Matching refs:MacabConnection

44 IMPLEMENT_SERVICE_INFO(MacabConnection, "com.sun.star.sdbc.drivers.MacabConnection", "com.sun.star.…
46 MacabConnection::MacabConnection(MacabDriver* _pDriver) in MacabConnection() function in MacabConnection
47 : OSubComponent<MacabConnection, MacabConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in MacabConnection()
54 MacabConnection::~MacabConnection() in ~MacabConnection()
63 void SAL_CALL MacabConnection::release() throw() in release()
68 void MacabConnection::construct(const ::rtl::OUString&, const Sequence< PropertyValue >&) throw(SQL… in construct()
79 Reference< XStatement > SAL_CALL MacabConnection::createStatement( ) throw(SQLException, RuntimeEx… in createStatement()
91 Reference< XPreparedStatement > SAL_CALL MacabConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement()
103 Reference< XPreparedStatement > SAL_CALL MacabConnection::prepareCall( const ::rtl::OUString& ) thr… in prepareCall()
112 ::rtl::OUString SAL_CALL MacabConnection::nativeSQL( const ::rtl::OUString& _sSql ) throw(SQLExcept… in nativeSQL()
120 void SAL_CALL MacabConnection::setAutoCommit( sal_Bool ) throw(SQLException, RuntimeException) in setAutoCommit()
127 sal_Bool SAL_CALL MacabConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
137 void SAL_CALL MacabConnection::commit( ) throw(SQLException, RuntimeException) in commit()
145 void SAL_CALL MacabConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
153 sal_Bool SAL_CALL MacabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
161 Reference< XDatabaseMetaData > SAL_CALL MacabConnection::getMetaData( ) throw(SQLException, Runtim… in getMetaData()
178 void SAL_CALL MacabConnection::setReadOnly( sal_Bool ) throw(SQLException, RuntimeException) in setReadOnly()
186 sal_Bool SAL_CALL MacabConnection::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
195 void SAL_CALL MacabConnection::setCatalog( const ::rtl::OUString& ) throw(SQLException, RuntimeExce… in setCatalog()
203 ::rtl::OUString SAL_CALL MacabConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog()
213 void SAL_CALL MacabConnection::setTransactionIsolation( sal_Int32 ) throw(SQLException, RuntimeExce… in setTransactionIsolation()
222 sal_Int32 SAL_CALL MacabConnection::getTransactionIsolation( ) throw(SQLException, RuntimeExceptio… in getTransactionIsolation()
232 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL MacabConnection::getTypeMap( ) thro… in getTypeMap()
242 void SAL_CALL MacabConnection::setTypeMap( const Reference< ::com::sun::star::container::XNameAcces… in setTypeMap()
248 void SAL_CALL MacabConnection::close( ) throw(SQLException, RuntimeException) in close()
258 Any SAL_CALL MacabConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
264 void SAL_CALL MacabConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
269 void MacabConnection::disposing() in disposing()
294 Reference< XTablesSupplier > SAL_CALL MacabConnection::createCatalog() in createCatalog()
308 MacabAddressBook* MacabConnection::getAddressBook() const in getAddressBook()
315 MacabConnection* pConnection = new MacabConnection( static_cast< MacabDriver* >( _pDriver ) ); in createMacabConnection()