Lines Matching refs:OConnection
86 rtl::OUString OConnection::getImplementationName( ) throw(RuntimeException) in getImplementationName()
92 sal_Bool OConnection::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeExcepti… in supportsService()
99 Sequence< ::rtl::OUString > OConnection::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
116 void OConnection::close(void) throw( SQLException, RuntimeException ) in close()
124 sal_Bool OConnection::isClosed(void) throw( SQLException, RuntimeException ) in isClosed()
133 Reference< XStatement > OConnection::createStatement(void) throw( SQLException, RuntimeException ) in createStatement()
149 Reference< XPreparedStatement > OConnection::prepareStatement(const rtl::OUString& sql) throw( SQL… in prepareStatement()
167 Reference< XPreparedStatement > OConnection::prepareCall(const rtl::OUString& sql) throw( SQLExcep… in prepareCall()
184 rtl::OUString OConnection::nativeSQL(const rtl::OUString& sql) throw( SQLException, RuntimeExceptio… in nativeSQL()
193 void OConnection::setAutoCommit(sal_Bool autoCommit) throw( SQLException, RuntimeException ) in setAutoCommit()
202 sal_Bool OConnection::getAutoCommit(void) throw( SQLException, RuntimeException ) in getAutoCommit()
211 void OConnection::commit(void) throw( SQLException, RuntimeException ) in commit()
220 void OConnection::rollback(void) throw( SQLException, RuntimeException ) in rollback()
229 Reference< XDatabaseMetaData > OConnection::getMetaData(void) throw( SQLException, RuntimeExceptio… in getMetaData()
238 void OConnection::setReadOnly(sal_Bool readOnly) throw( SQLException, RuntimeException ) in setReadOnly()
247 sal_Bool OConnection::isReadOnly(void) throw( SQLException, RuntimeException ) in isReadOnly()
256 void OConnection::setCatalog(const rtl::OUString& catalog) throw( SQLException, RuntimeException ) in setCatalog()
265 rtl::OUString OConnection::getCatalog(void) throw( SQLException, RuntimeException ) in getCatalog()
274 void OConnection::setTransactionIsolation(sal_Int32 level) throw( SQLException, RuntimeException ) in setTransactionIsolation()
283 sal_Int32 OConnection::getTransactionIsolation(void) throw( SQLException, RuntimeException ) in getTransactionIsolation()
292 Reference< XNameAccess > OConnection::getTypeMap(void) throw( SQLException, RuntimeException ) in getTypeMap()
301 void OConnection::setTypeMap(const Reference< XNameAccess > & typeMap) throw( SQLException, Runtime… in setTypeMap()
311 DBG_NAME(OConnection) in DBG_NAME() argument
313 OConnection::OConnection(ODatabaseSource& _rDB in DBG_NAME()
333 DBG_CTOR(OConnection,NULL); in DBG_NAME()
414 OConnection::~OConnection() in ~OConnection()
418 DBG_DTOR(OConnection,NULL); in ~OConnection()
424 Any SAL_CALL OConnection::getWarnings() throw(SQLException, RuntimeException) in getWarnings()
433 void SAL_CALL OConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
461 Sequence< Type > OConnection::getTypes() throw (RuntimeException) in getTypes()
483 Sequence< sal_Int8 > OConnection::getImplementationId() throw (RuntimeException) in getImplementationId()
491 Any OConnection::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
510 void OConnection::acquire() throw () in acquire()
518 void OConnection::release() throw () in release()
527 void OConnection::disposing() in disposing()
573 Reference< XInterface > OConnection::getParent(void) throw( RuntimeException ) in getParent()
582 void OConnection::setParent(const Reference< XInterface > & /*Parent*/) throw( NoSupportException, … in setParent()
590 Reference< XSQLQueryComposer > OConnection::createQueryComposer(void) throw( RuntimeException ) in createQueryComposer()
602 void OConnection::impl_fillTableFilter() in impl_fillTableFilter()
613 void OConnection::refresh(const Reference< XNameAccess >& _rToBeRefreshed) in refresh()
653 Reference< XNameAccess > OConnection::getTables() throw( RuntimeException ) in getTables()
664 Reference< XNameAccess > SAL_CALL OConnection::getViews( ) throw(RuntimeException) in getViews()
676 Reference< XNameAccess > OConnection::getQueries(void) throw( RuntimeException ) in getQueries()
687 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCommand( const ::rtl::OUString& comma… in prepareCommand()
719 Reference< XInterface > SAL_CALL OConnection::createInstance( const ::rtl::OUString& _sServiceSpeci… in createInstance()
748 Reference< XInterface > SAL_CALL OConnection::createInstanceWithArguments( const ::rtl::OUString& _… in createInstanceWithArguments()
754 Sequence< ::rtl::OUString > SAL_CALL OConnection::getAvailableServiceNames( ) throw (RuntimeExcept… in getAvailableServiceNames()
762 Reference< XTablesSupplier > OConnection::getMasterTables() in getMasterTables()
782 Reference< XNameAccess > SAL_CALL OConnection::getUsers( ) throw(RuntimeException) in getUsers()
793 Reference< XNameAccess > SAL_CALL OConnection::getGroups( ) throw(RuntimeException) in getGroups()
803 void OConnection::impl_loadConnectionTools_throw() in impl_loadConnectionTools_throw()
814 Reference< XTableName > SAL_CALL OConnection::createTableName( ) throw (RuntimeException) in createTableName()
825 Reference< XObjectNames > SAL_CALL OConnection::getObjectNames( ) throw (RuntimeException) in getObjectNames()
836 Reference< XDataSourceMetaData > SAL_CALL OConnection::getDataSourceMetaData( ) throw (RuntimeExce… in getDataSourceMetaData()
846 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL OConnection::getFieldsByCommandDescr… in getFieldsByCommandDescriptor()
856 Reference< XSingleSelectQueryComposer > SAL_CALL OConnection::getComposer( ::sal_Int32 commandType,… in getComposer()
867 void OConnection::impl_checkTableQueryNames_nothrow() in impl_checkTableQueryNames_nothrow()
903 Reference< XGraphic > SAL_CALL OConnection::getTableIcon( const ::rtl::OUString& _TableName, ::sal_… in getTableIcon()
921 Reference< XInterface > SAL_CALL OConnection::getTableEditor( const Reference< XDatabaseDocumentUI … in getTableEditor()