Home
last modified time | relevance | path

Searched refs:getWarnings (Results 1 – 25 of 103) sorted by last modified time

12345

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.hxx302 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLExcep…
H A DRowSet.cxx2702 Any SAL_CALL ORowSet::getWarnings( ) throw (SQLException, RuntimeException) in getWarnings() function in dbaccess::ORowSet
2704 return m_aWarnings.getWarnings(); in getWarnings()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2283 SQLExceptionInfo aWarnings(xWarnings->getWarnings()); in IMPL_LINK()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx1475 Any SAL_CALL ODatabaseForm::getWarnings( ) throw (SQLException, RuntimeException) in getWarnings() function in frm::ODatabaseForm
1477 return m_aWarnings.getWarnings(); in getWarnings()
H A DDatabaseForm.hxx442 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw (::com::sun::star::sdbc::SQLExce…
/trunk/main/udkapi/com/sun/star/test/
H A DXSimpleTest.idl108 // DOCUMENTATION MISSING FOR XSimpleTest::getWarnings
109 sequence<string> getWarnings();
/trunk/main/sax/test/sax/
H A Dtestsax.cxx84 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException);
225 Sequence< OUString > OSaxParserTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in sax_test::OSaxParserTest
H A Dtestwriter.cxx129 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException);
435 Sequence< OUString > OSaxWriterTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in sax_test::OSaxWriterTest
/trunk/main/sax/test/
H A Dtestcomponent.cxx191 Sequence<OUString> seqWarnings = xTest->getWarnings(); in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv80 "ODatabaseForm";"com::sun::star::sdbc::XWarningsSupplier#optional";"getWarnings()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv52 "ORowSet";"com::sun::star::sdbc::XWarningsSupplier#optional";"getWarnings()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XWarningsSupplier.java96 Object warns = oObj.getWarnings(); in _getWarnings()
123 Object warns = oObj.getWarnings(); in _clearWarnings()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXWarningsSupplier.idl58 any getWarnings() raises (SQLException);
64 <member scope="com::sun::star::sdbc">XWarningsSupplier::getWarnings()</member>
H A DSQLWarning.idl37 @see XConnection::getWarnings
38 @see XResultSet::getWarnings
39 @see XStatement::getWarnings
/trunk/main/offapi/com/sun/star/sdb/
H A DSQLContext.idl39 @see com::sun::star::sdbc::XConnection::getWarnings
40 @see com::sun::star::sdbc::XResultSet::getWarnings
41 @see com::sun::star::sdbc::XStatement::getWarnings
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx232 Any SAL_CALL OStatement_Base::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() function in OStatement_Base
H A DSStatement.hxx114 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLExcep…
H A DSResultSet.cxx522 Any SAL_CALL OResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() function in OResultSet
H A DSResultSet.hxx166 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLExcep…
H A DSConnection.cxx313 Any SAL_CALL OConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() function in OConnection
H A DSConnection.hxx131 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLExcep…
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx947 Any SAL_CALL OResultSet::getWarnings() in getWarnings() function in OResultSet
H A Dmysqlc_statement.cxx344 Any SAL_CALL OCommonStatement::getWarnings() in getWarnings() function in OCommonStatement
H A Dmysqlc_statement.hxx143 Any SAL_CALL getWarnings() throw(SQLException, RuntimeException);
H A Dmysqlc_resultset.hxx227 Any SAL_CALL getWarnings() throw(SQLException, RuntimeException);

Completed in 308 milliseconds

12345