Uses of Class
mil.nga.geopackage.db.table.TableConstraints
-
Packages that use TableConstraints Package Description mil.nga.geopackage.db.master mil.nga.geopackage.db.table -
-
Uses of TableConstraints in mil.nga.geopackage.db.master
Methods in mil.nga.geopackage.db.master that return TableConstraints Modifier and Type Method Description TableConstraints
SQLiteMaster. getConstraints(int row)
Get the constraints from table SQLstatic TableConstraints
SQLiteMaster. queryForConstraints(GeoPackageCoreConnection db, String tableName)
Query for the table constraints -
Uses of TableConstraints in mil.nga.geopackage.db.table
Methods in mil.nga.geopackage.db.table that return TableConstraints Modifier and Type Method Description static TableConstraints
ConstraintParser. getConstraints(String tableSql)
Get the constraints for the table SQLMethods in mil.nga.geopackage.db.table with parameters of type TableConstraints Modifier and Type Method Description void
TableConstraints. addConstraints(TableConstraints constraints)
Add table constraints
-