User: ihi Date: 2006/08/04 06:55:28 Modified: dba/dbaccess/source/core/api/RowSet.hxx
Log: INTEGRATION: CWS dba204c (1.44.8); FILE MERGED 2006/07/21 08:45:51 fs 1.44.8.1: #i67594# when the connection cannot provide a query composer, create one stand-alone File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.hxx?r1=1.44&r2=1.45 Delta lines: +19 -0 -------------------- --- RowSet.hxx 10 Jul 2006 15:03:25 -0000 1.44 +++ RowSet.hxx 4 Aug 2006 13:55:25 -0000 1.45 @@ -199,6 +199,25 @@ */ sal_Bool impl_buildActiveCommand_throw(); + /** returns the table container of our active connection + + If our connection is able to provide a tables container, this one is returned. + Else, if m_pTables is not <NULL/>, this one will returned. + Else, m_pTables will be constructed and returned. + + @precond m_xActiveConnection is not <NULL/> + @throws ::com::sun::star::sdbc::SQLException + if retrieving or constructing the tables container goes wrong + + @see impl_resetTables_nothrow + */ + ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > + impl_getTables_throw(); + + /** cleans up m_pTables, and resets it to <NULL/> + */ + void impl_resetTables_nothrow(); + /** prepares and executes our command */ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
