Method getWarnings()
Return type: java.sql.SQLWarning
Member of: java.sql.Connection
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 printStackTrace(conn.getWarnings(), pw);
2 SQLWarning currSQLWarning = connection.getWarnings();
3 assertNotNull(c[i].getWarnings());
4 SQLWarning warning = conn.getWarnings();
5 SQLWarning warning = con.getWarnings();
6 SQLWarning warning = conn.getWarnings();
7 checkForWarning(connection.getWarnings());
8 areWarnings(con.getWarnings() );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.