| Package | Description |
|---|---|
| mil.nga.geopackage.extension | |
| mil.nga.geopackage.extension.index |
| Modifier and Type | Method and Description |
|---|---|
Extensions |
ExtensionsDao.queryByExtension(String extensionName,
String tableName,
String columnName)
Query by extension name, table name, and column name
|
| Modifier and Type | Method and Description |
|---|---|
List<Extensions> |
ExtensionsDao.queryByExtension(String extensionName)
Query by extension name
|
List<Extensions> |
ExtensionsDao.queryByExtension(String extensionName,
String tableName)
Query by extension name and table name
|
| Modifier and Type | Method and Description |
|---|---|
int |
ExtensionsDao.delete(Extensions extensions)
Delete using the unique columns
|
int |
ExtensionsDao.update(Extensions extensions)
Update using the unique columns
|
| Constructor and Description |
|---|
ExtensionsDao(ConnectionSource connectionSource,
Class<Extensions> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
Extensions |
FeatureTableCoreIndex.getExtension()
Get the extension
|
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.