public class GeometryColumnsDao extends BaseDaoImpl<GeometryColumns,TableColumnKey>
Dao.CreateOrUpdateStatusconnectionSource, databaseType, dataClass, lastIterator, objectFactory, statementExecutor, tableConfig, tableInfo| Constructor and Description |
|---|
GeometryColumnsDao(ConnectionSource connectionSource,
Class<GeometryColumns> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
int |
delete(GeometryColumns data) |
int |
deleteById(TableColumnKey id) |
int |
deleteIds(Collection<TableColumnKey> idCollection) |
TableColumnKey |
extractId(GeometryColumns data) |
List<String> |
getFeatureTables()
Get all the feature table names
|
boolean |
idExists(TableColumnKey id) |
GeometryColumns |
queryForId(TableColumnKey key) |
GeometryColumns |
queryForSameId(GeometryColumns data) |
GeometryColumns |
queryForTableName(String tableName)
Query for the table name
|
int |
update(GeometryColumns geometryColumns)
Update using the complex key
|
int |
updateId(GeometryColumns data,
TableColumnKey newId) |
assignEmptyForeignCollection, callBatchTasks, checkForInitialized, clearAllInternalObjectCaches, clearObjectCache, closeableIterator, closeLastIterator, commit, countOf, countOf, create, createIfNotExists, createOrUpdate, delete, delete, deleteBuilder, endThreadConnection, executeRaw, executeRawNoArgs, findForeignFieldType, getConnectionSource, getDataClass, getEmptyForeignCollection, getObjectCache, getObjectFactory, getRawRowMapper, getSelectStarRowMapper, getTableConfig, getTableInfo, getWrappedIterable, getWrappedIterable, initialize, isAutoCommit, isAutoCommit, isTableExists, isUpdatable, iterator, iterator, iterator, iterator, mapSelectStarRow, objectsEqual, objectToString, query, queryBuilder, queryForAll, queryForEq, queryForFieldValues, queryForFieldValuesArgs, queryForFirst, queryForMatching, queryForMatchingArgs, queryRaw, queryRaw, queryRaw, queryRaw, queryRawValue, refresh, rollBack, setAutoCommit, setAutoCommit, setConnectionSource, setObjectCache, setObjectCache, setObjectFactory, setTableConfig, startThreadConnection, update, updateBuilder, updateRawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic GeometryColumnsDao(ConnectionSource connectionSource, Class<GeometryColumns> dataClass) throws SQLException
connectionSource - dataClass - SQLExceptionpublic List<String> getFeatureTables() throws SQLException
SQLExceptionpublic GeometryColumns queryForId(TableColumnKey key) throws SQLException
queryForId in interface Dao<GeometryColumns,TableColumnKey>queryForId in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic TableColumnKey extractId(GeometryColumns data) throws SQLException
extractId in interface Dao<GeometryColumns,TableColumnKey>extractId in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic boolean idExists(TableColumnKey id) throws SQLException
idExists in interface Dao<GeometryColumns,TableColumnKey>idExists in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic GeometryColumns queryForSameId(GeometryColumns data) throws SQLException
queryForSameId in interface Dao<GeometryColumns,TableColumnKey>queryForSameId in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic int updateId(GeometryColumns data, TableColumnKey newId) throws SQLException
updateId in interface Dao<GeometryColumns,TableColumnKey>updateId in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic int delete(GeometryColumns data) throws SQLException
delete in interface Dao<GeometryColumns,TableColumnKey>delete in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic int deleteById(TableColumnKey id) throws SQLException
deleteById in interface Dao<GeometryColumns,TableColumnKey>deleteById in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic int deleteIds(Collection<TableColumnKey> idCollection) throws SQLException
deleteIds in interface Dao<GeometryColumns,TableColumnKey>deleteIds in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic int update(GeometryColumns geometryColumns) throws SQLException
update in interface Dao<GeometryColumns,TableColumnKey>update in class BaseDaoImpl<GeometryColumns,TableColumnKey>SQLExceptionpublic GeometryColumns queryForTableName(String tableName) throws SQLException
tableName - SQLExceptionCopyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.