| Package | Description |
|---|---|
| mil.nga.geopackage.schema.constraints |
| Modifier and Type | Method and Description |
|---|---|
static DataColumnConstraintType |
DataColumnConstraintType.fromValue(String value)
Get the type from the value
|
DataColumnConstraintType |
DataColumnConstraints.getConstraintType() |
static DataColumnConstraintType |
DataColumnConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataColumnConstraintType[] |
DataColumnConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataColumnConstraints |
DataColumnConstraintsDao.queryByUnique(String constraintName,
DataColumnConstraintType constraintType,
String value)
Query by the unique column values
|
void |
DataColumnConstraints.setConstraintType(DataColumnConstraintType constraintType) |
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.