| Package | Description |
|---|---|
| mil.nga.geopackage.metadata.reference |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataReference> |
MetadataReferenceDao.queryByMetadata(long fileId)
Query by the metadata ids
|
List<MetadataReference> |
MetadataReferenceDao.queryByMetadata(long fileId,
Long parentId)
Query by the metadata ids
|
List<MetadataReference> |
MetadataReferenceDao.queryByMetadataParent(long parentId)
Query by the metadata parent ids
|
List<MetadataReference> |
MetadataReferenceDao.queryByTable(String tableName)
Query by table name
|
| Modifier and Type | Method and Description |
|---|---|
int |
MetadataReferenceDao.delete(MetadataReference metadataReference)
Delete using the foreign key columns
|
int |
MetadataReferenceDao.update(MetadataReference metadataReference)
Update using the foreign key columns
|
| Constructor and Description |
|---|
MetadataReference(MetadataReference metadataReference)
Copy Constructor
|
| Constructor and Description |
|---|
MetadataReferenceDao(ConnectionSource connectionSource,
Class<MetadataReference> dataClass)
Constructor, required by ORMLite
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.