Method getWarnings()
Return type:
java.sql.SQLWarning
Member of:
java.sql.Statement
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
mockPreparedStatement.getWarnings();
2
mockPreparedStatement.getWarnings();
3
staticSqlMostRecentWarnings = stmt.getWarnings();
4
staticSqlMostRecentWarnings = stmt.getWarnings();
5
SQLWarning warnings = stmt.getWarnings();
6
SQLWarning warn = m_stmt.getWarnings();
7
areWarnings(stmt.getWarnings() );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.