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, insert, insert, insertOrThrow, update, updatebuildValueWhere, buildValueWhereArgs, buildWhere, buildWhere, buildWhere, buildWhere, buildWhereArgs, buildWhereArgs, buildWhereArgs, buildWhereArgs, count, count, create, delete, delete, deleteById, dropTable, getDatabase, getDb, getPkWhere, getPkWhereArgs, getProjection, getTable, getTableName, getUserDb, getZoomLevel, max, min, query, query, query, queryForAll, queryForEq, queryForEq, queryForEq, queryForFieldValues, queryForId, queryForIdRow, queryForValueFieldValuespublic 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()