| Modifier and Type | Method and Description |
|---|---|
Contents |
AttributesTable.getContents()
Get the contents
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributesTable.setContents(Contents contents)
Set the contents
|
| 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
|
| 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() |
| 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 |
|---|---|
Contents |
GeometryColumnsSfSql.getContents() |
Contents |
GeometryColumnsSqlMm.getContents() |
Contents |
GeometryColumns.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryColumnsSfSql.setContents(Contents contents) |
void |
GeometryColumnsSqlMm.setContents(Contents contents) |
void |
GeometryColumns.setContents(Contents contents) |
| 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) |
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.