Searched refs:getWarnings (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DInteraction.java168 ResourceWarning getWarnings() throws ResourceException; method in interface:Interaction
171 * a call to this method, the method getWarnings will return null
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DStatementWrapper.java293 public SQLWarning getWarnings() throws SQLException { method in class:StatementWrapper
294 return jdbcStatement.getWarnings();
300 * the method <code>getWarnings</code> will return
H A DConnectionHolder.java378 public SQLWarning getWarnings() throws SQLException { method in class:ConnectionHolder
380 return con.getWarnings();
H A DResultSetWrapper.java708 public SQLWarning getWarnings() throws SQLException { method in class:ResultSetWrapper
709 return resultSet.getWarnings();
714 * After this method is called, the method <code>getWarnings</code>
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/connection/
H A DConnectionImpl.java414 public synchronized SQLWarning getWarnings() throws SQLException { method in class:ConnectionImpl
416 return (this.connection.getWarnings());
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 57 milliseconds