| Package | Description | 
|---|---|
| org.geotools.geopkg | |
| org.geotools.jdbc | 
| Modifier and Type | Method and Description | 
|---|---|
| String | GeoPkgDialect. getPkColumnValue(ResultSet rs,
                PrimaryKeyColumn pkey,
                int columnIdx) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AutoGeneratedPrimaryKeyColumnRepresents a column of a primary key whose values are auto generated by the database. | 
| class  | NonIncrementingPrimaryKeyColumnRepresents a column of a primary key which is not auto incrementing. | 
| class  | SequencedPrimaryKeyColumnRepresents a column of a primary key which has an associated sequence used to generate its
 values. | 
| Modifier and Type | Method and Description | 
|---|---|
| PrimaryKeyColumn | PrimaryKey. getColumn(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PrimaryKeyColumn> | PrimaryKey. getColumns() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | SQLDialect. getPkColumnValue(ResultSet rs,
                PrimaryKeyColumn pkey,
                int columnIdx)Reads a primary key column value. | 
| Constructor and Description | 
|---|
| PrimaryKey(String tableName,
          List<PrimaryKeyColumn> columns) | 
Copyright © 1996–2019 Geotools. All rights reserved.