| Modifier and Type | Method and Description |
|---|---|
Contents |
GeoPackageCore.getTableContents(String table)
Get the contents of the user table
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttributesTable.validateContents(Contents contents)
Validate that the set contents are valid
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
ContentsDao.createIfNotExists(Contents contents)
Verify optional tables have been created
|
| Modifier and Type | Method and Description |
|---|---|
List<Contents> |
ContentsDao.getContents(ContentsDataType dataType)
Get contents by data type
|
List<Contents> |
ContentsDao.getContents(String dataType)
Get contents by data type
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContentsDao.create(Contents contents)
Verify optional tables have been created
|
Contents |
ContentsDao.createIfNotExists(Contents contents)
Verify optional tables have been created
|
Dao.CreateOrUpdateStatus |
ContentsDao.createOrUpdate(Contents contents)
Verify optional tables have been created
|
int |
ContentsDao.deleteCascade(Contents contents)
Delete the Contents, cascading
|
int |
ContentsDao.deleteCascade(Contents contents,
boolean userTable)
Delete the Contents, cascading optionally including the user table
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContentsDao.deleteCascade(Collection<Contents> contentsCollection)
Delete the collection of Contents, cascading
|
int |
ContentsDao.deleteCascade(Collection<Contents> contentsCollection,
boolean userTable)
Delete the collection of Contents, cascading optionally including the
user table
|
int |
ContentsDao.deleteCascade(PreparedQuery<Contents> preparedDelete)
Delete the Contents matching the prepared query, cascading
|
int |
ContentsDao.deleteCascade(PreparedQuery<Contents> preparedDelete,
boolean userTable)
Delete the Contents matching the prepared query, cascading optionally
including the user table
|
| Constructor and Description |
|---|
Contents(Contents contents)
Copy Constructor
|
| Constructor and Description |
|---|
ContentsDao(ConnectionSource connectionSource,
Class<Contents> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
ForeignCollection<Contents> |
SpatialReferenceSystem.getContents()
Get the contents
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
ContentsId.getContents()
Get the contents
|
| Modifier and Type | Method and Description |
|---|---|
ContentsId |
ContentsIdExtension.create(Contents contents)
Create a contents id
|
long |
ContentsIdExtension.createId(Contents contents)
Create a contents id
|
boolean |
ContentsIdExtension.delete(Contents contents)
Delete the contents id for the contents
|
ContentsId |
ContentsIdExtension.get(Contents contents)
Get the contents id object
|
Long |
ContentsIdExtension.getId(Contents contents)
Get the contents id
|
ContentsId |
ContentsIdExtension.getOrCreate(Contents contents)
Get or create a contents id
|
long |
ContentsIdExtension.getOrCreateId(Contents contents)
Get or create a contents id
|
void |
ContentsId.setContents(Contents contents)
Set the contents
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
GriddedTile.getContents()
Get the contents
|
| Modifier and Type | Method and Description |
|---|---|
int |
GriddedTileDao.delete(Contents contents)
Delete by contents
|
List<GriddedTile> |
GriddedTileDao.query(Contents contents)
Query by contents
|
void |
GriddedTile.setContents(Contents contents)
Set the contents
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserRelatedTable.validateContents(Contents contents)
Validate that the set contents are valid
|
| Modifier and Type | Method and Description |
|---|---|
protected Contents |
GeoPackageCoreImpl.copyContents(String tableName,
String newTableName)
Copy the contents
|
protected Contents |
GeoPackageCoreImpl.copyUserTable(String tableName,
String newTableName,
boolean transferContent)
Copy the user table
|
protected Contents |
GeoPackageCoreImpl.copyUserTable(String tableName,
String newTableName,
boolean transferContent,
boolean validateContents)
Copy the user table
|
Contents |
GeoPackageCoreImpl.getTableContents(String table)
Get the contents of the user table
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
GeometryColumnsSqlMm.getContents() |
Contents |
GeometryColumns.getContents()
Get the contents
|
Contents |
GeometryColumnsSfSql.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryColumnsSqlMm.setContents(Contents contents) |
void |
GeometryColumns.setContents(Contents contents)
Set the contents
|
void |
GeometryColumnsSfSql.setContents(Contents contents) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FeatureTable.validateContents(Contents contents)
Validate that the set contents are valid
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
DataColumns.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataColumns.setContents(Contents contents) |
| Modifier and Type | Method and Description |
|---|---|
Contents |
TileMatrix.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
TileMatrix.setContents(Contents contents) |
| Modifier and Type | Method and Description |
|---|---|
Contents |
TileMatrixSet.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
TileMatrixSet.setContents(Contents contents) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TileTable.validateContents(Contents contents)
Validate that the set contents are valid
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
UserCoreDao.getContents()
Get the contents
|
Contents |
UserTable.getContents()
Get the contents
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTable.setContents(Contents contents)
Set the contents
|
protected void |
UserTable.validateContents(Contents contents)
Validate that the set contents are valid
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.