public class GriddedTileDao extends com.j256.ormlite.dao.BaseDaoImpl<GriddedTile,Long>
| Constructor and Description |
|---|
GriddedTileDao(com.j256.ormlite.support.ConnectionSource connectionSource,
Class<GriddedTile> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Contents contents)
Delete by contents
|
int |
delete(String tableName)
Delete by table name
|
List<GriddedTile> |
query(Contents contents)
Query by contents
|
List<GriddedTile> |
query(String tableName)
Query by table name
|
GriddedTile |
query(String tableName,
long tileId)
Query by table name and table id
|
assignEmptyForeignCollection, callBatchTasks, checkForInitialized, clearAllInternalObjectCaches, clearObjectCache, closeableIterator, closeLastIterator, commit, countOf, countOf, create, create, createIfNotExists, createOrUpdate, delete, delete, delete, deleteBuilder, deleteById, deleteIds, endThreadConnection, executeRaw, executeRawNoArgs, extractId, findForeignFieldType, getConnectionSource, getDataClass, getEmptyForeignCollection, getObjectCache, getObjectFactory, getRawRowMapper, getSelectStarRowMapper, getTableConfig, getTableInfo, getTableName, getWrappedIterable, getWrappedIterable, idExists, initialize, isAutoCommit, isTableExists, isUpdatable, iterator, iterator, iterator, iterator, mapSelectStarRow, notifyChanges, objectsEqual, objectToString, query, queryBuilder, queryForAll, queryForEq, queryForFieldValues, queryForFieldValuesArgs, queryForFirst, queryForId, queryForMatching, queryForMatchingArgs, queryForSameId, queryRaw, queryRaw, queryRaw, queryRaw, queryRaw, queryRawValue, refresh, registerObserver, rollBack, setAutoCommit, setConnectionSource, setObjectCache, setObjectCache, setObjectFactory, setTableConfig, startThreadConnection, unregisterObserver, update, update, updateBuilder, updateId, updateRawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic GriddedTileDao(com.j256.ormlite.support.ConnectionSource connectionSource,
Class<GriddedTile> dataClass)
throws SQLException
connectionSource - connection sourcedataClass - data classSQLException - upon failurepublic List<GriddedTile> query(Contents contents)
contents - contentspublic List<GriddedTile> query(String tableName)
tableName - table namepublic GriddedTile query(String tableName, long tileId)
tableName - table nametileId - tile idpublic int delete(Contents contents)
contents - contentspublic int delete(String tableName)
tableName - table nameCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.