/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | SQLWarning.idl | 37 @see XConnection::getWarnings 38 @see XResultSet::getWarnings 39 @see XStatement::getWarnings
|
H A D | XWarningsSupplier.idl | 58 any getWarnings() raises (SQLException); 64 <member scope="com::sun::star::sdbc">XWarningsSupplier::getWarnings()</member>
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | SQLContext.idl | 39 @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/extensions/test/stm/ |
H A D | marktest.cxx | 83 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 203 Sequence< UString > OMarkableOutputStreamTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OMarkableOutputStreamTest 445 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 570 Sequence< UString > OMarkableInputStreamTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OMarkableInputStreamTest
|
H A D | pipetest.cxx | 123 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 237 Sequence< UString > OPipeTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OPipeTest
|
/trunk/main/io/test/stm/ |
H A D | marktest.cxx | 81 virtual Sequence< OUString > SAL_CALL getWarnings(void) 202 Sequence< OUString > OMarkableOutputStreamTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in OMarkableOutputStreamTest 442 virtual Sequence< OUString > SAL_CALL getWarnings(void) 569 Sequence< OUString > OMarkableInputStreamTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in OMarkableInputStreamTest
|
H A D | pipetest.cxx | 124 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException); 234 Sequence< OUString > OPipeTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in OPipeTest
|
H A D | pumptest.cxx | 93 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException); 218 Sequence< OUString > OPumpTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in OPumpTest
|
/trunk/main/connectivity/source/commontools/ |
H A D | warningscontainer.cxx | 91 Any SAL_CALL WarningsContainer::getWarnings( ) const in getWarnings() function in dbtools::WarningsContainer 95 aAllWarnings = m_xExternalWarnings->getWarnings(); in getWarnings()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XWarningsSupplier.java | 96 Object warns = oObj.getWarnings(); in _getWarnings() 123 Object warns = oObj.getWarnings(); in _clearWarnings()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlConnection.java | 80 public synchronized Object getWarnings() throws SQLException { in getWarnings() method in PostgresqlConnection 82 return implWarningsSupplier.getWarnings(); in getWarnings()
|
H A D | PostgresqlStatement.java | 143 public Object getWarnings() throws SQLException { in getWarnings() method in PostgresqlStatement 144 return implWarningsSupplier.getWarnings(); in getWarnings()
|
H A D | PostgresqlPreparedStatement.java | 274 public Object getWarnings() throws SQLException { in getWarnings() method in PostgresqlPreparedStatement 275 return implWarningsSupplier.getWarnings(); in getWarnings()
|
H A D | PostgresqlResultSet.java | 275 public Object getWarnings() throws SQLException { in getWarnings() method in PostgresqlResultSet 276 return implWarningsSupplier.getWarnings(); in getWarnings()
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NConnection.cxx | 220 Any SAL_CALL OEvoabConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings() function in OEvoabConnection 222 return m_aWarnings.getWarnings(); in getWarnings()
|
/trunk/main/udkapi/com/sun/star/test/ |
H A D | XSimpleTest.idl | 108 // DOCUMENTATION MISSING FOR XSimpleTest::getWarnings 109 sequence<string> getWarnings();
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLStatementBase.java | 430 public synchronized Object getWarnings() throws SQLException { in getWarnings() method in JavaSQLStatementBase 433 java.sql.SQLWarning javaWarning = jdbcStatement.getWarnings(); in getWarnings()
|
H A D | JavaSQLConnection.java | 146 public synchronized Object getWarnings() throws SQLException { in getWarnings() method in JavaSQLConnection 149 java.sql.SQLWarning javaWarning = connection.getWarnings(); in getWarnings()
|
/trunk/main/sax/test/sax/ |
H A D | testwriter.cxx | 129 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException); 435 Sequence< OUString > OSaxWriterTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in sax_test::OSaxWriterTest
|
H A D | testsax.cxx | 84 virtual Sequence< OUString > SAL_CALL getWarnings(void) throw (RuntimeException); 225 Sequence< OUString > OSaxParserTest::getWarnings(void) throw (RuntimeException) in getWarnings() function in sax_test::OSaxParserTest
|
/trunk/main/extensions/test/sax/ |
H A D | testwriter.cxx | 208 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 536 Sequence< UString > OSaxWriterTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OSaxWriterTest
|
H A D | testsax.cxx | 146 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) ); 292 Sequence< UString > OSaxParserTest::getWarnings(void) THROWS( (UsrSystemException) ) in getWarnings() function in OSaxParserTest
|
/trunk/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 350 Any OStatementBase::getWarnings(void) throw( SQLException, RuntimeException ) in getWarnings() function in OStatementBase 356 return Reference< XWarningsSupplier >(m_xAggregateAsSet, UNO_QUERY)->getWarnings(); in getWarnings()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | warningscontainer.hxx | 95 ::com::sun::star::uno::Any SAL_CALL getWarnings( ) const;
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 428 Any SAL_CALL OConnection::getWarnings() throw(SQLException, RuntimeException) in getWarnings() function in dbaccess::OConnection 433 return m_aWarnings.getWarnings(); in getWarnings()
|