Package com.mysql.cj.jdbc.result
-
Interface Summary 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 Summary 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 ResultSetUpdatableResultSet A result set that is updatable.