Class PgArray

  • All Implemented Interfaces:
    Array

    public class PgArray
    extends Object
    implements Array

    Array is used collect one column of query result data.

    Read a field of type Array into either a natively-typed Java array object or a ResultSet. Accessor methods provide the ability to capture array slices.

    Other than the constructor all methods are direct implementations of those specified for java.sql.Array. Please refer to the javadoc for java.sql.Array for detailed descriptions of the functionality and parameters of the methods of this class.

    See Also:
    ResultSet.getArray(int)