Frames | No Frames |
Classes derived from java.sql.SQLWarning | |
class | This exception is thrown when a piece of data is unexpectedly
truncated in JDBC.
|
Methods with parameter type java.sql.SQLWarning | |
void | This method adds a new exception to the end of the chain of exceptions
that are chained to this object.
|
Methods with return type java.sql.SQLWarning | |
SQLWarning | This method returns the exception that is chained to this object.
|
SQLWarning | This method returns the first warning that occurred on this connection,
if any. |
SQLWarning | This method returns the first SQL warning associated with this result
set. |
SQLWarning | This method returns the first SQL warning attached to this statement.
|