Class UserResultSet<TColumn, TTable, TRow>Abstract

Abstract User Result Set. The column index of the GeoPackage core is 0 indexed based and ResultSets are 1 indexed based.

Type Parameters

  • TColumn extends UserColumn

    column type

  • TTable extends UserTable<TColumn>

    table type

  • TRow extends UserRow<TColumn, TTable>

    row type

Hierarchy

Implements

Constructors

Properties

resultSet: ResultSet

Result Set

Methods

Generated using TypeDoc