Uses of Class
mil.nga.geopackage.db.TableColumnKey
-
Packages that use TableColumnKey Package Description mil.nga.geopackage.extension.schema.columns mil.nga.geopackage.features.columns -
-
Uses of TableColumnKey in mil.nga.geopackage.extension.schema.columns
Methods in mil.nga.geopackage.extension.schema.columns that return TableColumnKey Modifier and Type Method Description TableColumnKey
DataColumnsDao. extractId(DataColumns data)
TableColumnKey
DataColumns. getId()
Get the idMethods in mil.nga.geopackage.extension.schema.columns with parameters of type TableColumnKey Modifier and Type Method Description int
DataColumnsDao. deleteById(TableColumnKey id)
boolean
DataColumnsDao. idExists(TableColumnKey id)
DataColumns
DataColumnsDao. queryForId(TableColumnKey key)
void
DataColumns. setId(TableColumnKey id)
Set the idint
DataColumnsDao. updateId(DataColumns data, TableColumnKey newId)
Method parameters in mil.nga.geopackage.extension.schema.columns with type arguments of type TableColumnKey Modifier and Type Method Description int
DataColumnsDao. deleteIds(Collection<TableColumnKey> idCollection)
-
Uses of TableColumnKey in mil.nga.geopackage.features.columns
Methods in mil.nga.geopackage.features.columns that return TableColumnKey Modifier and Type Method Description TableColumnKey
GeometryColumnsDao. extractId(GeometryColumns data)
TableColumnKey
GeometryColumnsSfSqlDao. extractId(GeometryColumnsSfSql data)
TableColumnKey
GeometryColumnsSqlMmDao. extractId(GeometryColumnsSqlMm data)
TableColumnKey
GeometryColumns. getId()
Get the idTableColumnKey
GeometryColumnsSfSql. getId()
Get the idTableColumnKey
GeometryColumnsSqlMm. getId()
Get the idMethods in mil.nga.geopackage.features.columns with parameters of type TableColumnKey Modifier and Type Method Description int
GeometryColumnsDao. deleteById(TableColumnKey id)
int
GeometryColumnsSfSqlDao. deleteById(TableColumnKey id)
int
GeometryColumnsSqlMmDao. deleteById(TableColumnKey id)
boolean
GeometryColumnsDao. idExists(TableColumnKey id)
boolean
GeometryColumnsSfSqlDao. idExists(TableColumnKey id)
boolean
GeometryColumnsSqlMmDao. idExists(TableColumnKey id)
GeometryColumns
GeometryColumnsDao. queryForId(TableColumnKey key)
GeometryColumnsSfSql
GeometryColumnsSfSqlDao. queryForId(TableColumnKey key)
GeometryColumnsSqlMm
GeometryColumnsSqlMmDao. queryForId(TableColumnKey key)
void
GeometryColumns. setId(TableColumnKey id)
Set the idvoid
GeometryColumnsSfSql. setId(TableColumnKey id)
Set the idvoid
GeometryColumnsSqlMm. setId(TableColumnKey id)
Set the idint
GeometryColumnsDao. updateId(GeometryColumns data, TableColumnKey newId)
int
GeometryColumnsSfSqlDao. updateId(GeometryColumnsSfSql data, TableColumnKey newId)
int
GeometryColumnsSqlMmDao. updateId(GeometryColumnsSqlMm data, TableColumnKey newId)
Method parameters in mil.nga.geopackage.features.columns with type arguments of type TableColumnKey Modifier and Type Method Description int
GeometryColumnsDao. deleteIds(Collection<TableColumnKey> idCollection)
int
GeometryColumnsSfSqlDao. deleteIds(Collection<TableColumnKey> idCollection)
int
GeometryColumnsSqlMmDao. deleteIds(Collection<TableColumnKey> idCollection)
-