Lines Matching refs:OEvoabConnection
78 OEvoabConnection::OEvoabConnection( OEvoabDriver& _rDriver ) in OEvoabConnection() function in OEvoabConnection
79 :OSubComponent<OEvoabConnection, OConnection_BASE>( (::cppu::OWeakObject*)(&_rDriver), this ) in OEvoabConnection()
85 OEvoabConnection::~OEvoabConnection() in ~OEvoabConnection()
96 void SAL_CALL OEvoabConnection::release() throw() in release()
103 IMPLEMENT_SERVICE_INFO(OEvoabConnection, "com.sun.star.sdbc.drivers.evoab.Connection", "com.sun.sta…
106 void OEvoabConnection::construct(const ::rtl::OUString& url, const Sequence< PropertyValue >& info)… in construct()
137 ::rtl::OUString SAL_CALL OEvoabConnection::nativeSQL( const ::rtl::OUString& _sSql ) throw(SQLExcep… in nativeSQL()
143 Reference< XDatabaseMetaData > SAL_CALL OEvoabConnection::getMetaData( ) throw(SQLException, Runti… in getMetaData()
158 ::com::sun::star::uno::Reference< XTablesSupplier > OEvoabConnection::createCatalog() in createCatalog()
171 Reference< XStatement > SAL_CALL OEvoabConnection::createStatement( ) throw(SQLException, RuntimeE… in createStatement()
183 Reference< XPreparedStatement > SAL_CALL OEvoabConnection::prepareStatement( const ::rtl::OUString&… in prepareStatement()
196 Reference< XPreparedStatement > SAL_CALL OEvoabConnection::prepareCall( const ::rtl::OUString& /*sq… in prepareCall()
201 sal_Bool SAL_CALL OEvoabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
209 void SAL_CALL OEvoabConnection::close( ) throw(SQLException, RuntimeException) in close()
220 Any SAL_CALL OEvoabConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
224 void SAL_CALL OEvoabConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
230 void OEvoabConnection::disposing() in disposing()
239 void SAL_CALL OEvoabConnection::setAutoCommit( sal_Bool /*autoCommit*/ ) throw(SQLException, Runtim… in setAutoCommit()
243 sal_Bool SAL_CALL OEvoabConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
247 void SAL_CALL OEvoabConnection::commit( ) throw(SQLException, RuntimeException) in commit()
250 void SAL_CALL OEvoabConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
253 void SAL_CALL OEvoabConnection::setReadOnly( sal_Bool /*readOnly*/ ) throw(SQLException, RuntimeExc… in setReadOnly()
257 sal_Bool SAL_CALL OEvoabConnection::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
261 void SAL_CALL OEvoabConnection::setCatalog( const ::rtl::OUString& /*catalog*/ ) throw(SQLException… in setCatalog()
266 ::rtl::OUString SAL_CALL OEvoabConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog()
270 void SAL_CALL OEvoabConnection::setTransactionIsolation( sal_Int32 /*level*/ ) throw(SQLException, … in setTransactionIsolation()
275 sal_Int32 SAL_CALL OEvoabConnection::getTransactionIsolation( ) throw(SQLException, RuntimeExcepti… in getTransactionIsolation()
280 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL OEvoabConnection::getTypeMap( ) thr… in getTypeMap()
285 void SAL_CALL OEvoabConnection::setTypeMap( const Reference< ::com::sun::star::container::XNameAcce… in setTypeMap()