public class TableColumn extends Object
| Modifier and Type | Method and Description |
|---|---|
GeoPackageDataType |
getDataType()
Get the column data type
|
Object |
getDefaultValue()
Get the default value
|
String |
getDefaultValueString()
Get the default value as a string
|
int |
getIndex()
Get the column index
|
Long |
getMax()
Get the column max value
|
String |
getName()
Get the column name
|
String |
getType()
Get the column type
|
boolean |
isDataType(GeoPackageDataType dataType)
Is the column the data type
|
boolean |
isNotNull()
Is this a not null column?
|
boolean |
isPrimarykey()
Is this a primary key column?
|
public int getIndex()
public String getName()
public String getType()
public GeoPackageDataType getDataType()
public boolean isDataType(GeoPackageDataType dataType)
dataType - data typepublic Long getMax()
public boolean isNotNull()
public String getDefaultValueString()
public Object getDefaultValue()
public boolean isPrimarykey()
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.