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

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java273 SQLWarning getWarnings() throws SQLException; method in interface:Statement
278 * the method <code>getWarnings</code> will return
H A DConnection.java488 SQLWarning getWarnings() throws SQLException; method in interface:Connection
492 * After a call to this method, the method <code>getWarnings</code>
H A DResultSet.java817 SQLWarning getWarnings() throws SQLException; method in interface:ResultSet
821 * After this method is called, the method <code>getWarnings</code>
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java537 public Vector getWarnings() { method in class:XSLTC
538 return _parser.getWarnings();
H A DParser.java1231 public Vector getWarnings() { method in class:Parser
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java1597 public SQLWarning getWarnings() { method in class:JoinRowSetImpl
1598 return crsInternal.getWarnings();
1604 * After a call to this method, the <code>getWarnings</code> method
H A DJdbcRowSetImpl.java1537 public SQLWarning getWarnings() throws SQLException { method in class:JdbcRowSetImpl
1540 return rs.getWarnings();
1545 * After this method is called, the method <code>getWarnings</code>
H A DCachedRowSetImpl.java2835 public SQLWarning getWarnings() { method in class:CachedRowSetImpl
2841 * object. After a call to this method, the <code>getWarnings</code> method
6795 * seperate warning chain to that provided by the <code>getWarnings</code>
6804 * <code>getWarnings</code> method which tracks warnings generated
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java909 passWarningsToListener(xsltc.getWarnings());
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java1840 public SQLWarning getWarnings() { method in class:SyncResolverImpl
1846 * object. After a call to this method, the <code>getWarnings</code> method
4471 * seperate warning chain to that provided by the <code>getWarnings</code>
4480 * <code>getWarnings</code> method which tracks warnings generated

Completed in 364 milliseconds