Uses of Class
java.sql.SQLWarning
| Package | Description |
|---|---|
| java.sql | |
| SQLite.JDBC2z |
-
Uses of SQLWarning in java.sql
Subclasses of SQLWarning in java.sql Modifier and Type Class Description classDataTruncationAn exception which is thrown when a JDBC driver unexpectedly truncates a data value either when reading (resulting in warning), or when writing data (resulting in an error).Methods in java.sql that return SQLWarning Modifier and Type Method Description SQLWarningSQLWarning. getNextWarning()Gets the nextSQLWarningchained to thisSQLWarningobject.SQLWarningConnection. getWarnings()Gets the first instance of anySQLWarningobjects that may have been created in the use of this connection.SQLWarningResultSet. getWarnings()Gets the first warning generated by calls on thisResultSet.SQLWarningStatement. getWarnings()Retrieves the firstSQLWarningreported by calls on this statement.Methods in java.sql with parameters of type SQLWarning Modifier and Type Method Description voidSQLWarning. setNextWarning(SQLWarning w)Chains a suppliedSQLWarningto thisSQLWarning. -
Uses of SQLWarning in SQLite.JDBC2z
Methods in SQLite.JDBC2z that return SQLWarning Modifier and Type Method Description SQLWarningJDBCConnection. getWarnings()SQLWarningJDBCResultSet. getWarnings()SQLWarningJDBCStatement. getWarnings()