Class SyntheticResultSet

  • All Implemented Interfaces:
    AutoCloseable, ResultSet, Wrapper

    public class SyntheticResultSet
    extends ResultSetBase
    A Synthetic ResultSet that provides direct access to data stored in a ArrayList; chiefly used to return tabular information from ...MetaData objects. This kind of ResultSet has nothing common with any statement.
    Author:
    Filip Hrbek