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/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlStatement.java139 public void clearWarnings() throws SQLException { in clearWarnings() method in PostgresqlStatement
140 implWarningsSupplier.clearWarnings(); in clearWarnings()
H A DPostgresqlConnection.java75 public synchronized void clearWarnings() throws SQLException { in clearWarnings() method in PostgresqlConnection
77 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( ) in clearWarnings() function in OEvoabConnection
226 m_aWarnings.clearWarnings(); in clearWarnings()
H A DNStatement.cxx170 clearWarnings (); in reset()
553 void SAL_CALL OCommonStatement::clearWarnings( ) in clearWarnings() function in connectivity::evoab::OCommonStatement
H A DNResultSet.cxx955 void SAL_CALL OEvoabResultSet::clearWarnings( ) in clearWarnings() function in connectivity::evoab::OEvoabResultSet
958 m_aWarnings.clearWarnings(); in clearWarnings()
H A DNConnection.hxx115 virtual void SAL_CALL clearWarnings( );
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx173 clearWarnings (); in reset()
460 clearWarnings (); in getMoreResults()
495 void SAL_CALL OStatement_Base::clearWarnings( ) 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( ) in clearWarnings() function in OStatement_Base
H A DOPreparedStatement.cxx137 clearWarnings (); in close()
160 clearWarnings (); in execute()
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/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()
/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx360 void OStatementBase::clearWarnings(void) 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( ) in clearWarnings() function in connectivity::file::OStatement_Base
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx438 void SAL_CALL OConnection::clearWarnings( ) in clearWarnings() function in dbaccess::OConnection
443 m_aWarnings.clearWarnings(); in clearWarnings()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.hxx115 virtual void SAL_CALL clearWarnings( );
H A DMacabStatement.hxx139 virtual void SAL_CALL clearWarnings(
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.hxx132 virtual void SAL_CALL clearWarnings( );
/trunk/main/offapi/com/sun/star/sdbc/
H A DXWarningsSupplier.idl71 void clearWarnings() raises (SQLException);
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx132 virtual void SAL_CALL clearWarnings( );
/trunk/main/dbaccess/source/ui/misc/
H A Ddatasourceconnector.cxx235 xConnectionWarnings->clearWarnings(); in connect()

1234