Lines Matching refs:OConnection

62 OConnection::OConnection(OFileDriver*	_pDriver)  in OConnection()  function in OConnection
63 : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this) in OConnection()
74 OConnection::~OConnection() in ~OConnection()
80 void SAL_CALL OConnection::release() throw() in release()
86 sal_Bool OConnection::matchesExtension( const String& _rExt ) const in matchesExtension()
100 void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) thro… in construct()
220 IMPLEMENT_SERVICE_INFO(OConnection, "com.sun.star.sdbc.drivers.file.Connection", "com.sun.star.sdbc…
223 Reference< XStatement > SAL_CALL OConnection::createStatement( ) throw(SQLException, RuntimeExcept… in createStatement()
234 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
247 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& /*sql*/ )… in prepareCall()
253 ::rtl::OUString SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, R… in nativeSQL()
258 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit()
266 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
274 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit()
278 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
282 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
289 Reference< XDatabaseMetaData > SAL_CALL OConnection::getMetaData( ) throw(SQLException, RuntimeExc… in getMetaData()
305 void SAL_CALL OConnection::setReadOnly( sal_Bool readOnly ) throw(SQLException, RuntimeException) in setReadOnly()
314 sal_Bool SAL_CALL OConnection::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
323 void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& /*catalog*/ ) throw(SQLException, Run… in setCatalog()
328 ::rtl::OUString SAL_CALL OConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog()
333 void SAL_CALL OConnection::setTransactionIsolation( sal_Int32 /*level*/ ) throw(SQLException, Runti… in setTransactionIsolation()
338 sal_Int32 SAL_CALL OConnection::getTransactionIsolation( ) throw(SQLException, RuntimeException) in getTransactionIsolation()
343 Reference< XNameAccess > SAL_CALL OConnection::getTypeMap( ) throw(SQLException, RuntimeException) in getTypeMap()
348 void SAL_CALL OConnection::setTypeMap( const Reference< XNameAccess >& /*typeMap*/ ) throw(SQLExcep… in setTypeMap()
353 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close()
364 Any SAL_CALL OConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
369 void SAL_CALL OConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
373 void OConnection::disposing() in disposing()
386 Reference< XTablesSupplier > OConnection::createCatalog() in createCatalog()
398 Reference< XDynamicResultSet > OConnection::getDir() const in getDir()
416 sal_Int64 SAL_CALL OConnection::getSomething( const Sequence< sal_Int8 >& rId ) throw (RuntimeExcep… in getSomething()
423 Sequence< sal_Int8 > OConnection::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
438 void OConnection::throwUrlNotValid(const ::rtl::OUString & _rsUrl,const ::rtl::OUString & _rsMessag… in throwUrlNotValid()