| Interface | Description |
|---|---|
| CachedResultSetMetaData | |
| ResultSetInternalMethods |
This interface is intended to be used by implementors of statement interceptors so that implementors can create static or dynamic (via
java.lang.reflect.Proxy) proxy instances of ResultSets.
|
| Class | Description |
|---|---|
| CachedResultSetMetaDataImpl | |
| ResultSetFactory | |
| ResultSetImpl | |
| ResultSetMetaData |
A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet
|
| UpdatableResultSet |
A result set that is updatable.
|