public class UserCustomColumn extends UserColumn
| Modifier and Type | Method and Description |
|---|---|
static UserCustomColumn |
createColumn(int index,
String name,
GeoPackageDataType type,
boolean notNull,
Object defaultValue)
Create a new column
|
static UserCustomColumn |
createColumn(int index,
String name,
GeoPackageDataType type,
Long max,
boolean notNull,
Object defaultValue)
Create a new column
|
static UserCustomColumn |
createPrimaryKeyColumn(int index,
String name)
Create a new primary key column
|
compareTo, getDataType, getDefaultValue, getIndex, getMax, getName, getTypeName, isNamed, isNotNull, isPrimaryKeypublic static UserCustomColumn createPrimaryKeyColumn(int index, String name)
index - indexname - namepublic static UserCustomColumn createColumn(int index, String name, GeoPackageDataType type, boolean notNull, Object defaultValue)
index - indexname - nametype - typenotNull - not null flagdefaultValue - default valuepublic static UserCustomColumn createColumn(int index, String name, GeoPackageDataType type, Long max, boolean notNull, Object defaultValue)
index - indexname - nametype - typemax - max valuenotNull - not null flagdefaultValue - default valueCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.