|
|||||||||
| Home >> All >> java >> [ sql overview ] | PREV NEXT | ||||||||
Uses of Class
java.sql.SQLWarning
| Uses of SQLWarning in java.sql |
| Subclasses of SQLWarning in java.sql | |
class |
DataTruncation
This exception is thrown when a piece of data is unexpectedly truncated in JDBC. |
| Methods in java.sql that return SQLWarning | |
SQLWarning |
Statement.getWarnings()
This method returns the first SQL warning attached to this statement. |
SQLWarning |
SQLWarning.getNextWarning()
This method returns the exception that is chained to this object. |
SQLWarning |
ResultSet.getWarnings()
This method returns the first SQL warning associated with this result set. |
SQLWarning |
Connection.getWarnings()
This method returns the first warning that occurred on this connection, if any. |
| Methods in java.sql with parameters of type SQLWarning | |
void |
SQLWarning.setNextWarning(SQLWarning w)
This method adds a new exception to the end of the chain of exceptions that are chained to this object. |
|
|||||||||
| Home >> All >> java >> [ sql overview ] | PREV NEXT | ||||||||