Home
last modified time | relevance | path

Searched refs:clearWarnings (Results 1 – 25 of 92) sorted by relevance

1234

/trunk/main/connectivity/source/commontools/
H A Dwarningscontainer.cxx104 void SAL_CALL WarningsContainer::clearWarnings( ) in clearWarnings() function in dbtools::WarningsContainer
107 m_xExternalWarnings->clearWarnings(); in clearWarnings()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java75 public synchronized void clearWarnings() throws SQLException { in clearWarnings() method in PostgresqlConnection
77 implWarningsSupplier.clearWarnings(); in clearWarnings()
H A DPostgresqlStatement.java139 public void clearWarnings() throws SQLException { in clearWarnings() method in PostgresqlStatement
140 implWarningsSupplier.clearWarnings(); in clearWarnings()
H A DPostgresqlPreparedStatement.java270 public void clearWarnings() throws SQLException { in clearWarnings() method in PostgresqlPreparedStatement
271 implWarningsSupplier.clearWarnings(); in clearWarnings()
H A DPostgresqlResultSet.java271 public void clearWarnings() throws SQLException { in clearWarnings() method in PostgresqlResultSet
272 implWarningsSupplier.clearWarnings(); in clearWarnings()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx224 void SAL_CALL OEvoabConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings() function in OEvoabConnection
226 m_aWarnings.clearWarnings(); in clearWarnings()
H A DNStatement.cxx170 clearWarnings (); in reset()
553 void SAL_CALL OCommonStatement::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings() function in connectivity::evoab::OCommonStatement
H A DNResultSet.cxx955 void SAL_CALL OEvoabResultSet::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings() function in connectivity::evoab::OEvoabResultSet
958 m_aWarnings.clearWarnings(); in clearWarnings()
H A DNConnection.hxx115 …virtual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx173 clearWarnings (); in reset()
458 clearWarnings (); in getMoreResults()
493 void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings() function in OStatement_Base
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx224 clearWarnings (); in reset()
607 clearWarnings (); in getMoreResults()
659 void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings() function in OStatement_Base
H A DOPreparedStatement.cxx137 clearWarnings (); in close()
160 clearWarnings (); in execute()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java420 public synchronized void clearWarnings() throws SQLException { in clearWarnings() method in JavaSQLStatementBase
423 jdbcStatement.clearWarnings(); in clearWarnings()
H A DJavaSQLConnection.java136 public synchronized void clearWarnings() throws SQLException { in clearWarnings() method in JavaSQLConnection
139 connection.clearWarnings(); in clearWarnings()
H A DJavaSQLResultSet.java671 public void clearWarnings() throws SQLException { in clearWarnings() method in JavaSQLResultSet
673 jdbcResultSet.clearWarnings(); in clearWarnings()
/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx360 void OStatementBase::clearWarnings(void) throw( SQLException, RuntimeException ) in clearWarnings() function in OStatementBase
366 Reference< XWarningsSupplier >(m_xAggregateAsSet, UNO_QUERY)->clearWarnings(); in clearWarnings()
/trunk/main/connectivity/inc/connectivity/
H A Dwarningscontainer.hxx96 void SAL_CALL clearWarnings( );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XWarningsSupplier.java122 oObj.clearWarnings(); in _clearWarnings()
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx216 clearWarnings (); in reset()
267 void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings() function in connectivity::file::OStatement_Base
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx437 void SAL_CALL OConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings() function in dbaccess::OConnection
442 m_aWarnings.clearWarnings(); in clearWarnings()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXWarningsSupplier.idl71 void clearWarnings() raises (SQLException);
/trunk/main/dbaccess/source/ui/misc/
H A Ddatasourceconnector.cxx235 xConnectionWarnings->clearWarnings(); in connect()
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.hxx145 void SAL_CALL clearWarnings() throw(SQLException, RuntimeException);
H A Dmysqlc_connection.hxx215 void SAL_CALL clearWarnings()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.hxx139 virtual void SAL_CALL clearWarnings(

Completed in 115 milliseconds

1234