public class SimpleAttributesDao extends UserCustomDao
userDbprojection| Constructor and Description |
|---|
SimpleAttributesDao(UserCustomDao dao)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SimpleAttributesRow |
getRow(UserCustomCursor cursor)
Get the simple attributes row from the current cursor location
|
SimpleAttributesRow |
getRow(UserCustomRow row)
Get a simple attributes row from the user custom row
|
List<SimpleAttributesRow> |
getRows(List<Long> ids)
Get the simple attributes rows that exist with the provided ids
|
SimpleAttributesTable |
getTable() |
SimpleAttributesRow |
newRow() |
count, getBoundingBox, getUserDb, readTable, registerCursorWrappergetDatabaseConnection, 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, deleteById, dropTable, getDatabase, getPkWhere, getPkWhereArgs, getProjection, getTableName, getZoomLevel, max, min, query, query, query, queryForAll, queryForAll, queryForEq, queryForEq, queryForEq, queryForFieldValues, queryForId, queryForLike, queryForLike, queryForLike, queryForValueFieldValuespublic SimpleAttributesDao(UserCustomDao dao)
dao - user custom data access objectpublic SimpleAttributesTable getTable()
getTable in class UserCoreDao<UserCustomColumn,UserCustomTable,UserCustomRow,UserCustomCursor>public SimpleAttributesRow newRow()
newRow in class UserCustomDaopublic SimpleAttributesRow getRow(UserCustomCursor cursor)
cursor - cursorpublic SimpleAttributesRow getRow(UserCustomRow row)
row - custom rowpublic List<SimpleAttributesRow> getRows(List<Long> ids)
ids - list of ids