Class FBResultSetMetaData

java.lang.Object
org.firebirdsql.jdbc.AbstractFieldMetaData
org.firebirdsql.jdbc.FBResultSetMetaData
All Implemented Interfaces:
ResultSetMetaData, Wrapper, FirebirdResultSetMetaData

@InternalApi public class FBResultSetMetaData extends AbstractFieldMetaData implements FirebirdResultSetMetaData
Information about the types and properties of the columns in a ResultSet object.

This class is internal API of Jaybird. Future versions may radically change, move, or make inaccessible this type. For the public API, refer to the ResultSetMetaData and FirebirdResultSetMetaData interfaces.

Author:
David Jencks, Mark Rotteveel