public class AttributesDao extends UserDao<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>
projection| Constructor and Description |
|---|
AttributesDao(String database,
GeoPackageConnection db,
AttributesConnection attributesDb,
AttributesTable table)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AttributesConnection |
getAttributesDb()
Get the Attributes connection
|
BoundingBox |
getBoundingBox()
Not supported for Attributes
|
AttributesRow |
newRow() |
getDatabaseConnection, getDb, insert, insert, insertOrThrow, isInvalidRequery, prepareResult, query, query, queryForIdRow, setInvalidRequery, update, updatebuildColumnsAs, buildColumnsAs, buildColumnsAs, buildColumnsAs, buildColumnsAs, buildColumnsAsNull, buildColumnsAsNull, buildValueWhere, buildValueWhereArgs, buildWhere, buildWhere, buildWhere, buildWhere, buildWhereArgs, buildWhereArgs, buildWhereArgs, buildWhereArgs, buildWhereLike, buildWhereLike, count, count, create, delete, delete, delete, deleteAll, deleteById, dropTable, getDatabase, getPkWhere, getPkWhereArgs, getProjection, getTable, getTableName, getUserDb, getZoomLevel, max, min, query, query, query, queryForAll, queryForAll, queryForEq, queryForEq, queryForEq, queryForFieldValues, queryForId, queryForLike, queryForLike, queryForLike, queryForValueFieldValues, querySingleColumnStringResults, querySingleIntResult, querySingleStringResultpublic AttributesDao(String database, GeoPackageConnection db, AttributesConnection attributesDb, AttributesTable table)
database - databasedb - db connectionattributesDb - attributes connectiontable - attributes tablepublic BoundingBox getBoundingBox()
getBoundingBox in class UserCoreDao<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>public AttributesRow newRow()
newRow in class UserCoreDao<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>public AttributesConnection getAttributesDb()