Class TileMatrixSetDao
- java.lang.Object
- 
- com.j256.ormlite.dao.BaseDaoImpl<T,ID>
- 
- mil.nga.geopackage.db.GeoPackageDao<TileMatrixSet,String>
- 
- mil.nga.geopackage.tiles.matrixset.TileMatrixSetDao
 
 
 
- 
- All Implemented Interfaces:
- CloseableIterable<TileMatrixSet>,- Dao<TileMatrixSet,String>,- Iterable<TileMatrixSet>
 
 public class TileMatrixSetDao extends GeoPackageDao<TileMatrixSet,String> Tile Matrix Set Data Access Object- Author:
- osbornb
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.j256.ormlite.dao.DaoDao.CreateOrUpdateStatus, Dao.DaoObserver
 
- 
 - 
Field Summary- 
Fields inherited from class mil.nga.geopackage.db.GeoPackageDaodb
 - 
Fields inherited from class com.j256.ormlite.dao.BaseDaoImplconnectionSource, constructor, databaseType, dataClass, lastIterator, objectFactory, statementExecutor, tableConfig, tableInfo
 
- 
 - 
Constructor SummaryConstructors Constructor Description TileMatrixSetDao(ConnectionSource connectionSource, Class<TileMatrixSet> dataClass)Constructor, required by ORMLite
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TileMatrixSetDaocreate(GeoPackageCoreConnection db)Create the DAOstatic TileMatrixSetDaocreate(GeoPackageCore geoPackage)Create the DAOList<String>getTileTables()Get all the tile table namesList<TileMatrixSet>queryForEq(String fieldName, Object value)TileMatrixSetqueryForId(String id)- 
Methods inherited from class mil.nga.geopackage.db.GeoPackageDaocreateDao, createDao, createDao, dropTable, getDatabase, isTable, isTableExists, isTableOrView, isView, setDatabase, tableExists, tableOrViewExists, verifyExists, viewExists
 - 
Methods inherited from class com.j256.ormlite.dao.BaseDaoImplassignEmptyForeignCollection, callBatchTasks, checkForInitialized, clearAllInternalObjectCaches, clearObjectCache, closeableIterator, closeLastIterator, commit, countOf, countOf, create, create, createIfNotExists, createObjectInstance, createOrUpdate, delete, delete, delete, deleteBuilder, deleteById, deleteIds, endThreadConnection, executeRaw, executeRawNoArgs, extractId, findForeignFieldType, getConnectionSource, getDataClass, getEmptyForeignCollection, getObjectCache, getRawRowMapper, getSelectStarRowMapper, getTableConfig, getTableInfo, getTableName, getWrappedIterable, getWrappedIterable, idExists, initialize, isAutoCommit, isUpdatable, iterator, iterator, iterator, iterator, mapSelectStarRow, notifyChanges, objectsEqual, objectToString, query, queryBuilder, queryForAll, queryForFieldValues, queryForFieldValuesArgs, queryForFirst, queryForFirst, queryForMatching, queryForMatchingArgs, queryForSameId, queryRaw, queryRaw, queryRaw, queryRaw, queryRaw, queryRawValue, refresh, registerObserver, rollBack, setAutoCommit, setConnectionSource, setObjectCache, setObjectCache, setObjectFactory, setTableConfig, startThreadConnection, unregisterObserver, update, update, updateBuilder, updateId, updateRaw
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.IterableforEach, spliterator
 
- 
 
- 
- 
- 
Constructor Detail- 
TileMatrixSetDaopublic TileMatrixSetDao(ConnectionSource connectionSource, Class<TileMatrixSet> dataClass) throws SQLException Constructor, required by ORMLite- Parameters:
- connectionSource- connection source
- dataClass- data class
- Throws:
- SQLException- upon failure
 
 
- 
 - 
Method Detail- 
createpublic static TileMatrixSetDao create(GeoPackageCore geoPackage) Create the DAO- Parameters:
- geoPackage- GeoPackage
- Returns:
- dao
- Since:
- 4.0.0
 
 - 
createpublic static TileMatrixSetDao create(GeoPackageCoreConnection db) Create the DAO- Parameters:
- db- database connection
- Returns:
- dao
- Since:
- 4.0.0
 
 - 
getTileTablespublic List<String> getTileTables() throws SQLException Get all the tile table names- Returns:
- tile tables
- Throws:
- SQLException- upon failure
 
 - 
queryForIdpublic TileMatrixSet queryForId(String id) throws SQLException - Specified by:
- queryForIdin interface- Dao<TileMatrixSet,String>
- Overrides:
- queryForIdin class- BaseDaoImpl<TileMatrixSet,String>
- Throws:
- SQLException
 
 - 
queryForEqpublic List<TileMatrixSet> queryForEq(String fieldName, Object value) throws SQLException - Specified by:
- queryForEqin interface- Dao<TileMatrixSet,String>
- Overrides:
- queryForEqin class- BaseDaoImpl<TileMatrixSet,String>
- Throws:
- SQLException
 
 
- 
 
-