Lines Matching refs:OConnection
90 rtl::OUString OConnection::getImplementationName( ) throw(RuntimeException) in getImplementationName()
96 sal_Bool OConnection::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeExcepti… in supportsService()
103 Sequence< ::rtl::OUString > OConnection::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
120 void OConnection::close(void) throw( SQLException, RuntimeException ) in close()
128 sal_Bool OConnection::isClosed(void) throw( SQLException, RuntimeException ) in isClosed()
137 Reference< XStatement > OConnection::createStatement(void) throw( SQLException, RuntimeException ) in createStatement()
153 Reference< XPreparedStatement > OConnection::prepareStatement(const rtl::OUString& sql) throw( SQL… in prepareStatement()
171 Reference< XPreparedStatement > OConnection::prepareCall(const rtl::OUString& sql) throw( SQLExcep… in prepareCall()
188 rtl::OUString OConnection::nativeSQL(const rtl::OUString& sql) throw( SQLException, RuntimeExceptio… in nativeSQL()
197 void OConnection::setAutoCommit(sal_Bool autoCommit) throw( SQLException, RuntimeException ) in setAutoCommit()
206 sal_Bool OConnection::getAutoCommit(void) throw( SQLException, RuntimeException ) in getAutoCommit()
215 void OConnection::commit(void) throw( SQLException, RuntimeException ) in commit()
224 void OConnection::rollback(void) throw( SQLException, RuntimeException ) in rollback()
233 Reference< XDatabaseMetaData > OConnection::getMetaData(void) throw( SQLException, RuntimeExceptio… in getMetaData()
242 void OConnection::setReadOnly(sal_Bool readOnly) throw( SQLException, RuntimeException ) in setReadOnly()
251 sal_Bool OConnection::isReadOnly(void) throw( SQLException, RuntimeException ) in isReadOnly()
260 void OConnection::setCatalog(const rtl::OUString& catalog) throw( SQLException, RuntimeException ) in setCatalog()
269 rtl::OUString OConnection::getCatalog(void) throw( SQLException, RuntimeException ) in getCatalog()
278 void OConnection::setTransactionIsolation(sal_Int32 level) throw( SQLException, RuntimeException ) in setTransactionIsolation()
287 sal_Int32 OConnection::getTransactionIsolation(void) throw( SQLException, RuntimeException ) in getTransactionIsolation()
296 Reference< XNameAccess > OConnection::getTypeMap(void) throw( SQLException, RuntimeException ) in getTypeMap()
305 void OConnection::setTypeMap(const Reference< XNameAccess > & typeMap) throw( SQLException, Runtime… in setTypeMap()
315 DBG_NAME(OConnection) in DBG_NAME() argument
317 OConnection::OConnection(ODatabaseSource& _rDB in DBG_NAME()
337 DBG_CTOR(OConnection,NULL); in DBG_NAME()
418 OConnection::~OConnection() in ~OConnection()
422 DBG_DTOR(OConnection,NULL); in ~OConnection()
428 Any SAL_CALL OConnection::getWarnings() throw(SQLException, RuntimeException) in getWarnings()
437 void SAL_CALL OConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
465 Sequence< Type > OConnection::getTypes() throw (RuntimeException) in getTypes()
487 Sequence< sal_Int8 > OConnection::getImplementationId() throw (RuntimeException) in getImplementationId()
495 Any OConnection::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
514 void OConnection::acquire() throw () in acquire()
522 void OConnection::release() throw () in release()
531 void OConnection::disposing() in disposing()
577 Reference< XInterface > OConnection::getParent(void) throw( RuntimeException ) in getParent()
586 void OConnection::setParent(const Reference< XInterface > & /*Parent*/) throw( NoSupportException, … in setParent()
594 Reference< XSQLQueryComposer > OConnection::createQueryComposer(void) throw( RuntimeException ) in createQueryComposer()
606 void OConnection::impl_fillTableFilter() in impl_fillTableFilter()
617 void OConnection::refresh(const Reference< XNameAccess >& _rToBeRefreshed) in refresh()
657 Reference< XNameAccess > OConnection::getTables() throw( RuntimeException ) in getTables()
668 Reference< XNameAccess > SAL_CALL OConnection::getViews( ) throw(RuntimeException) in getViews()
680 Reference< XNameAccess > OConnection::getQueries(void) throw( RuntimeException ) in getQueries()
691 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCommand( const ::rtl::OUString& comma… in prepareCommand()
723 Reference< XInterface > SAL_CALL OConnection::createInstance( const ::rtl::OUString& _sServiceSpeci… in createInstance()
752 Reference< XInterface > SAL_CALL OConnection::createInstanceWithArguments( const ::rtl::OUString& _… in createInstanceWithArguments()
758 Sequence< ::rtl::OUString > SAL_CALL OConnection::getAvailableServiceNames( ) throw (RuntimeExcept… in getAvailableServiceNames()
766 Reference< XTablesSupplier > OConnection::getMasterTables() in getMasterTables()
786 Reference< XNameAccess > SAL_CALL OConnection::getUsers( ) throw(RuntimeException) in getUsers()
797 Reference< XNameAccess > SAL_CALL OConnection::getGroups( ) throw(RuntimeException) in getGroups()
807 void OConnection::impl_loadConnectionTools_throw() in impl_loadConnectionTools_throw()
818 Reference< XTableName > SAL_CALL OConnection::createTableName( ) throw (RuntimeException) in createTableName()
829 Reference< XObjectNames > SAL_CALL OConnection::getObjectNames( ) throw (RuntimeException) in getObjectNames()
840 Reference< XDataSourceMetaData > SAL_CALL OConnection::getDataSourceMetaData( ) throw (RuntimeExce… in getDataSourceMetaData()
850 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL OConnection::getFieldsByCommandDescr… in getFieldsByCommandDescriptor()
860 Reference< XSingleSelectQueryComposer > SAL_CALL OConnection::getComposer( ::sal_Int32 commandType,… in getComposer()
871 void OConnection::impl_checkTableQueryNames_nothrow() in impl_checkTableQueryNames_nothrow()
907 Reference< XGraphic > SAL_CALL OConnection::getTableIcon( const ::rtl::OUString& _TableName, ::sal_… in getTableIcon()
925 Reference< XInterface > SAL_CALL OConnection::getTableEditor( const Reference< XDatabaseDocumentUI … in getTableEditor()