Uses of Class
javax.sql.rowset.RowSetWarning
Package
Description
Standard interfaces and base classes for JDBC
RowSet
implementations.-
Uses of RowSetWarning in javax.sql.rowset
Modifier and TypeMethodDescriptionRowSetWarning.getNextWarning()
Retrieves the warning chained to thisRowSetWarning
object.CachedRowSet.getRowSetWarnings()
Retrieves the first warning reported by calls on thisRowSet
object.JdbcRowSet.getRowSetWarnings()
Retrieves the first warning reported by calls on thisJdbcRowSet
object.Modifier and TypeMethodDescriptionvoid
RowSetWarning.setNextWarning
(RowSetWarning warning) Sets warning as the next warning, that is, the warning chained to thisRowSetWarning
object.