Uses of Class
mil.nga.geopackage.db.table.Constraints
-
Packages that use Constraints Package Description mil.nga.geopackage.attributes mil.nga.geopackage.db.table mil.nga.geopackage.user -
-
Uses of Constraints in mil.nga.geopackage.attributes
Fields in mil.nga.geopackage.attributes declared as Constraints Modifier and Type Field Description protected Constraints
AttributesTableMetadata. constraints
ConstraintsMethods in mil.nga.geopackage.attributes that return Constraints Modifier and Type Method Description Constraints
AttributesTableMetadata. getConstraints()
Get the constraintsMethods in mil.nga.geopackage.attributes with parameters of type Constraints Modifier and Type Method Description static AttributesTableMetadata
AttributesTableMetadata. create(String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(String tableName, List<AttributesColumn> additionalColumns, Constraints constraints)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. create(AttributesColumns columns, Constraints constraints)
Constructorstatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, String tableName, List<AttributesColumn> additionalColumns, Constraints constraints)
Create metadatastatic AttributesTableMetadata
AttributesTableMetadata. createTyped(String dataType, AttributesColumns columns, Constraints constraints)
Create metadatavoid
AttributesTableMetadata. setConstraints(Constraints constraints)
Set the constraintsConstructors in mil.nga.geopackage.attributes with parameters of type Constraints Constructor Description AttributesTableMetadata(String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
ConstructorAttributesTableMetadata(String dataType, String tableName, String idColumnName, boolean autoincrement, List<AttributesColumn> additionalColumns, Constraints constraints)
ConstructorAttributesTableMetadata(String dataType, String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)
ConstructorAttributesTableMetadata(String tableName, String idColumnName, List<AttributesColumn> additionalColumns, Constraints constraints)
ConstructorAttributesTableMetadata(String dataType, String tableName, List<AttributesColumn> columns, Constraints constraints, boolean extra)
ConstructorAttributesTableMetadata(String tableName, List<AttributesColumn> columns, Constraints constraints)
Constructor -
Uses of Constraints in mil.nga.geopackage.db.table
Methods in mil.nga.geopackage.db.table that return Constraints Modifier and Type Method Description Constraints
Constraints. copy()
Copy the constraintsConstraints
ColumnConstraints. getConstraints()
Get the constraintsConstraints
TableConstraints. getTableConstraints()
Get the table constraintsMethods in mil.nga.geopackage.db.table with parameters of type Constraints Modifier and Type Method Description void
Constraints. add(Constraints constraints)
Add constraintsvoid
ColumnConstraints. addConstraints(Constraints constraints)
Add constraintsvoid
TableConstraints. addTableConstraints(Constraints constraints)
Add table constraintsConstructors in mil.nga.geopackage.db.table with parameters of type Constraints Constructor Description Constraints(Constraints constraints)
Copy Constructor -
Uses of Constraints in mil.nga.geopackage.user
Methods in mil.nga.geopackage.user that return Constraints Modifier and Type Method Description Constraints
UserColumn. getConstraints()
Get the constraintsConstraints
UserTable. getConstraints()
Get the constraintsMethods in mil.nga.geopackage.user with parameters of type Constraints Modifier and Type Method Description void
UserColumn. addConstraints(Constraints constraints)
Add constraintsvoid
UserTable. addConstraints(Constraints constraints)
Add constraints
-