Uses of Class
mil.nga.geopackage.db.table.TableInfo
-
Packages that use TableInfo Package Description mil.nga.geopackage.db mil.nga.geopackage.db.table -
-
Uses of TableInfo in mil.nga.geopackage.db
Constructors in mil.nga.geopackage.db with parameters of type TableInfo Constructor Description TableMapping(TableInfo tableInfo)
Constructor -
Uses of TableInfo in mil.nga.geopackage.db.table
Methods in mil.nga.geopackage.db.table that return TableInfo Modifier and Type Method Description static TableInfo
TableInfo. info(GeoPackageCoreConnection db, String tableName)
Query for the table_info of the table name
-