Uses of Class
mil.nga.geopackage.db.MappedColumn
-
Packages that use MappedColumn Package Description mil.nga.geopackage.db -
-
Uses of MappedColumn in mil.nga.geopackage.db
Methods in mil.nga.geopackage.db that return MappedColumn Modifier and Type Method Description MappedColumn
TableMapping. getColumn(String columnName)
Get the mapped column for the column nameMappedColumn
TableMapping. removeColumn(String columnName)
Remove a columnMethods in mil.nga.geopackage.db that return types with arguments of type MappedColumn Modifier and Type Method Description Set<Map.Entry<String,MappedColumn>>
TableMapping. getColumns()
Get the columns as an entry setCollection<MappedColumn>
TableMapping. getMappedColumns()
Get the mapped column valuesMethods in mil.nga.geopackage.db with parameters of type MappedColumn Modifier and Type Method Description void
TableMapping. addColumn(MappedColumn column)
Add a column
-