- callInTx(Callable<V>) - Method in class de.greenrobot.dao.AbstractDaoSession
-
Calls the given Callable inside a database transaction and returns the result of the Callable.
- callInTx(Callable<?>) - Method in class de.greenrobot.dao.async.AsyncSession
-
- callInTx(Callable<?>, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- callInTxNoException(Callable<V>) - Method in class de.greenrobot.dao.AbstractDaoSession
-
- checkCached() - Method in class de.greenrobot.dao.query.LazyList
-
- clear() - Method in interface de.greenrobot.dao.identityscope.IdentityScope
-
- clear() - Method in class de.greenrobot.dao.identityscope.IdentityScopeLong
-
- clear() - Method in class de.greenrobot.dao.identityscope.IdentityScopeObject
-
- clear() - Method in class de.greenrobot.dao.internal.LongHashMap
-
- clear() - Method in class de.greenrobot.dao.query.LazyList
-
- clearBindings() - Method in class de.greenrobot.dao.database.AndroidSQLiteStatement
-
- clearBindings() - Method in interface de.greenrobot.dao.database.DatabaseStatement
-
- clearBindings() - Method in class de.greenrobot.dao.database.SQLCipherStatement
-
- clearIdentityScopeIfAny() - Method in class de.greenrobot.dao.test.AbstractDaoTest
-
- clone() - Method in class de.greenrobot.dao.internal.DaoConfig
-
Does not copy identity scope.
- close() - Method in class de.greenrobot.dao.database.AndroidSQLiteDatabase
-
- close() - Method in class de.greenrobot.dao.database.AndroidSQLiteStatement
-
- close() - Method in interface de.greenrobot.dao.database.Database
-
- close() - Method in interface de.greenrobot.dao.database.DatabaseStatement
-
- close() - Method in class de.greenrobot.dao.database.SQLCipherDatabase
-
- close() - Method in class de.greenrobot.dao.database.SQLCipherStatement
-
- close() - Method in class de.greenrobot.dao.internal.FastCursor
-
- close() - Method in class de.greenrobot.dao.query.LazyList
-
- close() - Method in class de.greenrobot.dao.query.LazyList.LazyIterator
-
- CloseableListIterator<T> - Interface in de.greenrobot.dao.query
-
A list iterator that needs to be closed (or the associated list) to free underlying resources like a database cursor.
- columnName - Variable in class de.greenrobot.dao.Property
-
- compileStatement(String) - Method in class de.greenrobot.dao.database.AndroidSQLiteDatabase
-
- compileStatement(String) - Method in interface de.greenrobot.dao.database.Database
-
- compileStatement(String) - Method in class de.greenrobot.dao.database.SQLCipherDatabase
-
- config - Variable in class de.greenrobot.dao.AbstractDao
-
- contains(Object) - Method in class de.greenrobot.dao.query.LazyList
-
- containsAll(Collection<?>) - Method in class de.greenrobot.dao.query.LazyList
-
- containsKey(long) - Method in class de.greenrobot.dao.internal.LongHashMap
-
- convertToDatabaseValue(P) - Method in interface de.greenrobot.dao.converter.PropertyConverter
-
- convertToEntityProperty(D) - Method in interface de.greenrobot.dao.converter.PropertyConverter
-
- copyAllBytes(InputStream, OutputStream) - Static method in class de.greenrobot.dao.DbUtils
-
Copies all available data from in to out without closing any stream.
- copyStringToBuffer(int, CharArrayBuffer) - Method in class de.greenrobot.dao.internal.FastCursor
-
- count() - Method in class de.greenrobot.dao.AbstractDao
-
- count(Class<?>) - Method in class de.greenrobot.dao.async.AsyncSession
-
- count(Class<?>, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- count() - Method in class de.greenrobot.dao.query.CountQuery
-
Returns the count (number of results matching the query).
- count() - Method in class de.greenrobot.dao.query.QueryBuilder
-
- CountQuery<T> - Class in de.greenrobot.dao.query
-
- createApplication(Class<T>) - Method in class de.greenrobot.dao.test.DbTest
-
Returns a prepared application with the onCreate method already called.
- createDatabase() - Method in class de.greenrobot.dao.test.DbTest
-
May be overriden by sub classes to set up a different db.
- createEntity(K) - Method in class de.greenrobot.dao.test.AbstractDaoTestSinglePk
-
Creates an insertable entity.
- createEntityWithRandomPk() - Method in class de.greenrobot.dao.test.AbstractDaoTestSinglePk
-
- createRandomPk() - Method in class de.greenrobot.dao.test.AbstractDaoTestLongPk
-
K does not have to be collision free, check nextPk for collision free PKs.
- createRandomPk() - Method in class de.greenrobot.dao.test.AbstractDaoTestSinglePk
-
K does not have to be collision free, check nextPk for collision free PKs.
- createRandomPk() - Method in class de.greenrobot.dao.test.AbstractDaoTestStringPk
-
- createSqlCount(String) - Static method in class de.greenrobot.dao.internal.SqlUtils
-
- createSqlDelete(String, String[]) - Static method in class de.greenrobot.dao.internal.SqlUtils
-
Remember: SQLite does not support joins nor table alias for DELETE.
- createSqlInsert(String, String, String[]) - Static method in class de.greenrobot.dao.internal.SqlUtils
-
- createSqlSelect(String, String, String[]) - Static method in class de.greenrobot.dao.internal.SqlUtils
-
Creates an select for given columns with a trailing space
- createSqlSelectCountStar(String, String) - Static method in class de.greenrobot.dao.internal.SqlUtils
-
Creates SELECT COUNT(*) with a trailing space.
- createSqlUpdate(String, String[], String[]) - Static method in class de.greenrobot.dao.internal.SqlUtils
-
- CursorQuery<T> - Class in de.greenrobot.dao.query
-
A repeatable query returning a raw android.database.Cursor.
- d(String) - Static method in class de.greenrobot.dao.DaoLog
-
- d(String, Throwable) - Static method in class de.greenrobot.dao.DaoLog
-
- dao - Variable in class de.greenrobot.dao.test.AbstractDaoTest
-
- daoAccess - Variable in class de.greenrobot.dao.test.AbstractDaoTest
-
- daoClass - Variable in class de.greenrobot.dao.test.AbstractDaoTest
-
- DaoConfig - Class in de.greenrobot.dao.internal
-
Internal class used by greenDAO.
- DaoConfig(Database, Class<? extends AbstractDao<?, ?>>) - Constructor for class de.greenrobot.dao.internal.DaoConfig
-
- DaoConfig(DaoConfig) - Constructor for class de.greenrobot.dao.internal.DaoConfig
-
Does not copy identity scope.
- daoConfigMap - Variable in class de.greenrobot.dao.AbstractDaoMaster
-
- DaoException - Class in de.greenrobot.dao
-
Exception thrown when something goes wrong in the DAO/ORM layer.
- DaoException() - Constructor for class de.greenrobot.dao.DaoException
-
- DaoException(String) - Constructor for class de.greenrobot.dao.DaoException
-
- DaoException(String, Throwable) - Constructor for class de.greenrobot.dao.DaoException
-
- DaoException(Throwable) - Constructor for class de.greenrobot.dao.DaoException
-
- DaoLog - Class in de.greenrobot.dao
-
Internal greenDAO logger class.
- DaoLog() - Constructor for class de.greenrobot.dao.DaoLog
-
- daoMaster - Variable in class de.greenrobot.dao.test.AbstractDaoSessionTest
-
- daoSession - Variable in class de.greenrobot.dao.test.AbstractDaoSessionTest
-
- Database - Interface in de.greenrobot.dao.database
-
- DatabaseStatement - Interface in de.greenrobot.dao.database
-
- db - Variable in class de.greenrobot.dao.AbstractDao
-
- db - Variable in class de.greenrobot.dao.AbstractDaoMaster
-
- db - Variable in class de.greenrobot.dao.internal.DaoConfig
-
- db - Variable in class de.greenrobot.dao.test.DbTest
-
- DB_NAME - Static variable in class de.greenrobot.dao.test.DbTest
-
- DbTest - Class in de.greenrobot.dao.test
-
Base class for database related testing, which prepares an in-memory or an file-based DB (using the test android.content.Context).
- DbTest() - Constructor for class de.greenrobot.dao.test.DbTest
-
- DbTest(boolean) - Constructor for class de.greenrobot.dao.test.DbTest
-
- DbUtils - Class in de.greenrobot.dao
-
Database utils, for example to execute SQL scripts
- DbUtils() - Constructor for class de.greenrobot.dao.DbUtils
-
- de.greenrobot.dao - package de.greenrobot.dao
-
- de.greenrobot.dao.async - package de.greenrobot.dao.async
-
- de.greenrobot.dao.converter - package de.greenrobot.dao.converter
-
- de.greenrobot.dao.database - package de.greenrobot.dao.database
-
- de.greenrobot.dao.identityscope - package de.greenrobot.dao.identityscope
-
- de.greenrobot.dao.internal - package de.greenrobot.dao.internal
-
- de.greenrobot.dao.query - package de.greenrobot.dao.query
-
- de.greenrobot.dao.test - package de.greenrobot.dao.test
-
- deactivate() - Method in class de.greenrobot.dao.internal.FastCursor
-
- DEBUG - Static variable in class de.greenrobot.dao.DaoLog
-
- delete(T) - Method in class de.greenrobot.dao.AbstractDao
-
Deletes the given entity from the database.
- delete(T) - Method in class de.greenrobot.dao.AbstractDaoSession
-
- delete(Object) - Method in class de.greenrobot.dao.async.AsyncSession
-
- delete(Object, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- deleteAll() - Method in class de.greenrobot.dao.AbstractDao
-
- deleteAll(Class<T>) - Method in class de.greenrobot.dao.AbstractDaoSession
-
- deleteAll(Class<E>) - Method in class de.greenrobot.dao.async.AsyncSession
-
- deleteAll(Class<E>, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- deleteByKey(K) - Method in class de.greenrobot.dao.AbstractDao
-
Deletes an entity with the given PK from the database.
- deleteByKey(Object) - Method in class de.greenrobot.dao.async.AsyncSession
-
- deleteByKey(Object, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- deleteByKeyInTx(Iterable<K>) - Method in class de.greenrobot.dao.AbstractDao
-
Deletes all entities with the given keys in the database using a transaction.
- deleteByKeyInTx(K...) - Method in class de.greenrobot.dao.AbstractDao
-
Deletes all entities with the given keys in the database using a transaction.
- deleteInTx(Iterable<T>) - Method in class de.greenrobot.dao.AbstractDao
-
Deletes the given entities in the database using a transaction.
- deleteInTx(T...) - Method in class de.greenrobot.dao.AbstractDao
-
Deletes the given entities in the database using a transaction.
- deleteInTx(Class<E>, E...) - Method in class de.greenrobot.dao.async.AsyncSession
-
- deleteInTx(Class<E>, int, E...) - Method in class de.greenrobot.dao.async.AsyncSession
-
- deleteInTx(Class<E>, Iterable<E>) - Method in class de.greenrobot.dao.async.AsyncSession
-
- deleteInTx(Class<E>, Iterable<E>, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- DeleteQuery<T> - Class in de.greenrobot.dao.query
-
A repeatable query for deleting entities.
- detach(T) - Method in class de.greenrobot.dao.AbstractDao
-
Detaches an entity from the identity scope (session).
- detach(K, T) - Method in interface de.greenrobot.dao.identityscope.IdentityScope
-
- detach(Long, T) - Method in class de.greenrobot.dao.identityscope.IdentityScopeLong
-
- detach(K, T) - Method in class de.greenrobot.dao.identityscope.IdentityScopeObject
-
- ge(Object) - Method in class de.greenrobot.dao.Property
-
Creates an "greater or equal ('>=')" condition for this property.
- get(K) - Method in interface de.greenrobot.dao.identityscope.IdentityScope
-
- get(Long) - Method in class de.greenrobot.dao.identityscope.IdentityScopeLong
-
- get(K) - Method in class de.greenrobot.dao.identityscope.IdentityScopeObject
-
- get(long) - Method in class de.greenrobot.dao.internal.LongHashMap
-
- get(int) - Method in class de.greenrobot.dao.query.LazyList
-
- get2(long) - Method in class de.greenrobot.dao.identityscope.IdentityScopeLong
-
- get2NoLock(long) - Method in class de.greenrobot.dao.identityscope.IdentityScopeLong
-
- getAllColumns() - Method in class de.greenrobot.dao.AbstractDao
-
- getAllDaos() - Method in class de.greenrobot.dao.AbstractDaoSession
-
Allows to inspect the meta model using DAOs (e.g. querying table names or properties).
- getApplication() - Method in class de.greenrobot.dao.test.DbTest
-
Gets the previously created application.
- getBlob(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getColumnCount() - Method in class de.greenrobot.dao.internal.FastCursor
-
- getColumnIndex(String) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getColumnIndexOrThrow(String) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getColumnName(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getColumnNames() - Method in class de.greenrobot.dao.internal.FastCursor
-
- getCount() - Method in class de.greenrobot.dao.internal.FastCursor
-
- getCountStatement() - Method in class de.greenrobot.dao.internal.TableStatements
-
- getCreatorStacktrace() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- getDao(Class<? extends Object>) - Method in class de.greenrobot.dao.AbstractDaoSession
-
- getDao() - Method in class de.greenrobot.dao.InternalUnitTestDaoAccess
-
- getDatabase() - Method in class de.greenrobot.dao.AbstractDao
-
Gets the SQLiteDatabase for custom database access.
- getDatabase() - Method in class de.greenrobot.dao.AbstractDaoMaster
-
Gets the SQLiteDatabase for custom database access.
- getDatabase() - Method in class de.greenrobot.dao.AbstractDaoSession
-
Gets the Database for custom database access.
- getDeleteStatement() - Method in class de.greenrobot.dao.internal.TableStatements
-
- getDouble(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getDuration() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- getExtras() - Method in class de.greenrobot.dao.internal.FastCursor
-
- getFailedOperation() - Method in class de.greenrobot.dao.async.AsyncDaoException
-
- getFloat(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getIdentityScope() - Method in class de.greenrobot.dao.internal.DaoConfig
-
- getInsertOrReplaceStatement() - Method in class de.greenrobot.dao.internal.TableStatements
-
- getInsertStatement() - Method in class de.greenrobot.dao.internal.TableStatements
-
- getInt(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getKey(T) - Method in class de.greenrobot.dao.AbstractDao
-
Returns the value of the primary key, if the entity has a single primary key, or, if not, null.
- getKey(T) - Method in class de.greenrobot.dao.InternalUnitTestDaoAccess
-
- getKeyVerified(T) - Method in class de.greenrobot.dao.AbstractDao
-
- getListener() - Method in class de.greenrobot.dao.async.AsyncSession
-
- getListenerMainThread() - Method in class de.greenrobot.dao.async.AsyncSession
-
- getLoadedCount() - Method in class de.greenrobot.dao.query.LazyList
-
- getLong(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getMaxOperationCountToMerge() - Method in class de.greenrobot.dao.async.AsyncSession
-
- getMergedOperationsCount() - Method in class de.greenrobot.dao.async.AsyncOperation
-
If this operation was successfully merged with other operation into a single TX, this will give the count of
merged operations.
- getNoLock(K) - Method in interface de.greenrobot.dao.identityscope.IdentityScope
-
- getNoLock(Long) - Method in class de.greenrobot.dao.identityscope.IdentityScopeLong
-
- getNoLock(K) - Method in class de.greenrobot.dao.identityscope.IdentityScopeObject
-
- getNonPkColumns() - Method in class de.greenrobot.dao.AbstractDao
-
- getNotificationUri() - Method in class de.greenrobot.dao.internal.FastCursor
-
Since API level 19
- getParameter() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- getPkColumns() - Method in class de.greenrobot.dao.AbstractDao
-
- getPkProperty() - Method in class de.greenrobot.dao.AbstractDao
-
- getPosition() - Method in class de.greenrobot.dao.internal.FastCursor
-
- getProperties() - Method in class de.greenrobot.dao.AbstractDao
-
- getProperties() - Method in class de.greenrobot.dao.InternalUnitTestDaoAccess
-
- getResult() - Method in class de.greenrobot.dao.async.AsyncOperation
-
The operation's result after it has completed.
- getSchemaVersion() - Method in class de.greenrobot.dao.AbstractDaoMaster
-
- getSelectAll() - Method in class de.greenrobot.dao.internal.TableStatements
-
ends with an space to simplify appending to this string.
- getSelectByKey() - Method in class de.greenrobot.dao.internal.TableStatements
-
- getSelectByRowId() - Method in class de.greenrobot.dao.internal.TableStatements
-
- getSelectKeys() - Method in class de.greenrobot.dao.internal.TableStatements
-
ends with an space to simplify appending to this string.
- getSequenceNumber() - Method in class de.greenrobot.dao.async.AsyncOperation
-
Each operation get a unique sequence number when the operation is enqueued.
- getSession() - Method in class de.greenrobot.dao.AbstractDao
-
- getSessionFlags() - Method in class de.greenrobot.dao.async.AsyncSession
-
AsyncOperation flags set for all operations (will be ORed with call flags).
- getShort(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getSQLiteDatabase() - Method in class de.greenrobot.dao.database.AndroidSQLiteDatabase
-
- getSQLiteDatabase() - Method in class de.greenrobot.dao.database.SQLCipherDatabase
-
- getStackTraceString(Throwable) - Static method in class de.greenrobot.dao.DaoLog
-
- getStatements() - Method in class de.greenrobot.dao.InternalQueryDaoAccess
-
- getStatements(AbstractDao<T2, ?>) - Static method in class de.greenrobot.dao.InternalQueryDaoAccess
-
- getString(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- getTablename() - Method in class de.greenrobot.dao.AbstractDao
-
- getThrowable() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- getTimeCompleted() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- getTimeStarted() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- getType() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- getType(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
Since API level 11
- getUpdateStatement() - Method in class de.greenrobot.dao.internal.TableStatements
-
- getWaitForMergeMillis() - Method in class de.greenrobot.dao.async.AsyncSession
-
- getWantsAllOnMoveCalls() - Method in class de.greenrobot.dao.internal.FastCursor
-
- gt(Object) - Method in class de.greenrobot.dao.Property
-
Creates an "greater than ('>')" condition for this property.
- i(String) - Static method in class de.greenrobot.dao.DaoLog
-
- i(String, Throwable) - Static method in class de.greenrobot.dao.DaoLog
-
- identityScope - Variable in class de.greenrobot.dao.AbstractDao
-
- IdentityScope<K,T> - Interface in de.greenrobot.dao.identityscope
-
Common interface for a identity scopes needed internally by greenDAO.
- identityScopeForDao - Variable in class de.greenrobot.dao.test.AbstractDaoTest
-
- identityScopeLong - Variable in class de.greenrobot.dao.AbstractDao
-
- IdentityScopeLong<T> - Class in de.greenrobot.dao.identityscope
-
The context for entity identities.
- IdentityScopeLong() - Constructor for class de.greenrobot.dao.identityscope.IdentityScopeLong
-
- IdentityScopeObject<K,T> - Class in de.greenrobot.dao.identityscope
-
The context for entity identities.
- IdentityScopeObject() - Constructor for class de.greenrobot.dao.identityscope.IdentityScopeObject
-
- IdentityScopeType - Enum in de.greenrobot.dao.identityscope
-
- in(Object...) - Method in class de.greenrobot.dao.Property
-
Creates an "IN (..., ..., ...)" condition for this property.
- in(Collection<?>) - Method in class de.greenrobot.dao.Property
-
Creates an "IN (..., ..., ...)" condition for this property.
- indexOf(Object) - Method in class de.greenrobot.dao.query.LazyList
-
- INFO - Static variable in class de.greenrobot.dao.DaoLog
-
- initIdentityScope(IdentityScopeType) - Method in class de.greenrobot.dao.internal.DaoConfig
-
- inMemory - Variable in class de.greenrobot.dao.test.DbTest
-
- insert(T) - Method in class de.greenrobot.dao.AbstractDao
-
Insert an entity into the table associated with a concrete DAO.
- insert(T) - Method in class de.greenrobot.dao.AbstractDaoSession
-
- insert(Object) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insert(Object, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertInTx(Iterable<T>) - Method in class de.greenrobot.dao.AbstractDao
-
Inserts the given entities in the database using a transaction.
- insertInTx(T...) - Method in class de.greenrobot.dao.AbstractDao
-
Inserts the given entities in the database using a transaction.
- insertInTx(Iterable<T>, boolean) - Method in class de.greenrobot.dao.AbstractDao
-
Inserts the given entities in the database using a transaction.
- insertInTx(Class<E>, E...) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertInTx(Class<E>, int, E...) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertInTx(Class<E>, Iterable<E>) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertInTx(Class<E>, Iterable<E>, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertOrReplace(T) - Method in class de.greenrobot.dao.AbstractDao
-
Insert an entity into the table associated with a concrete DAO.
- insertOrReplace(T) - Method in class de.greenrobot.dao.AbstractDaoSession
-
- insertOrReplace(Object) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertOrReplace(Object, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertOrReplaceInTx(Iterable<T>, boolean) - Method in class de.greenrobot.dao.AbstractDao
-
Inserts or replaces the given entities in the database using a transaction.
- insertOrReplaceInTx(Iterable<T>) - Method in class de.greenrobot.dao.AbstractDao
-
Inserts or replaces the given entities in the database using a transaction.
- insertOrReplaceInTx(T...) - Method in class de.greenrobot.dao.AbstractDao
-
Inserts or replaces the given entities in the database using a transaction.
- insertOrReplaceInTx(Class<E>, E...) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertOrReplaceInTx(Class<E>, int, E...) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertOrReplaceInTx(Class<E>, Iterable<E>) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertOrReplaceInTx(Class<E>, Iterable<E>, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- insertWithoutSettingPk(T) - Method in class de.greenrobot.dao.AbstractDao
-
Insert an entity into the table associated with a concrete DAO without setting key property.
- internalCreate(AbstractDao<T2, ?>, String, Object[]) - Static method in class de.greenrobot.dao.query.CursorQuery
-
For internal use by greenDAO only.
- internalCreate(AbstractDao<T2, ?>, String, Object[]) - Static method in class de.greenrobot.dao.query.Query
-
For internal use by greenDAO only.
- internalCreate(AbstractDao<T2, ?>) - Static method in class de.greenrobot.dao.query.QueryBuilder
-
For internal use by greenDAO only.
- InternalQueryDaoAccess<T> - Class in de.greenrobot.dao
-
For internal use by greenDAO only.
- InternalQueryDaoAccess(AbstractDao<T, ?>) - Constructor for class de.greenrobot.dao.InternalQueryDaoAccess
-
- InternalUnitTestDaoAccess<T,K> - Class in de.greenrobot.dao
-
Reserved for internal unit tests that want to access some non-public methods.
- InternalUnitTestDaoAccess(Database, Class<AbstractDao<T, K>>, IdentityScope<?, ?>) - Constructor for class de.greenrobot.dao.InternalUnitTestDaoAccess
-
- inTransaction() - Method in class de.greenrobot.dao.database.AndroidSQLiteDatabase
-
- inTransaction() - Method in interface de.greenrobot.dao.database.Database
-
- inTransaction() - Method in class de.greenrobot.dao.database.SQLCipherDatabase
-
- isAfterLast() - Method in class de.greenrobot.dao.internal.FastCursor
-
- isBeforeFirst() - Method in class de.greenrobot.dao.internal.FastCursor
-
- isClosed() - Method in class de.greenrobot.dao.internal.FastCursor
-
- isClosed() - Method in class de.greenrobot.dao.query.LazyList
-
- isCompleted() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- isCompleted() - Method in class de.greenrobot.dao.async.AsyncSession
-
- isCompletedSucessfully() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- isDbLockedByCurrentThread() - Method in class de.greenrobot.dao.database.AndroidSQLiteDatabase
-
- isDbLockedByCurrentThread() - Method in interface de.greenrobot.dao.database.Database
-
- isDbLockedByCurrentThread() - Method in class de.greenrobot.dao.database.SQLCipherDatabase
-
- isEmpty() - Method in class de.greenrobot.dao.query.LazyList
-
- isEntityUpdateable() - Method in class de.greenrobot.dao.AbstractDao
-
Returns true if the Entity class can be updated, e.g. for setting the PK after insert.
- isEntityUpdateable() - Method in class de.greenrobot.dao.InternalUnitTestDaoAccess
-
- isFailed() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- isFirst() - Method in class de.greenrobot.dao.internal.FastCursor
-
- isLast() - Method in class de.greenrobot.dao.internal.FastCursor
-
- isLoadedCompletely() - Method in class de.greenrobot.dao.query.LazyList
-
- isLoggable(int) - Static method in class de.greenrobot.dao.DaoLog
-
- isMergeTx() - Method in class de.greenrobot.dao.async.AsyncOperation
-
- isNotNull() - Method in class de.greenrobot.dao.Property
-
Creates an "IS NOT NULL" condition for this property.
- isNull(int) - Method in class de.greenrobot.dao.internal.FastCursor
-
- isNull() - Method in class de.greenrobot.dao.Property
-
Creates an "IS NULL" condition for this property.
- iterator() - Method in class de.greenrobot.dao.query.LazyList
-
- lastIndexOf(Object) - Method in class de.greenrobot.dao.query.LazyList
-
- LazyList<E> - Class in de.greenrobot.dao.query
-
A thread-safe, unmodifiable list that reads entities once they are accessed from an underlying database cursor.
- LazyList.LazyIterator - Class in de.greenrobot.dao.query
-
- LazyList.LazyIterator(int, boolean) - Constructor for class de.greenrobot.dao.query.LazyList.LazyIterator
-
- le(Object) - Method in class de.greenrobot.dao.Property
-
Creates an "less or equal ('<=')" condition for this property.
- like(String) - Method in class de.greenrobot.dao.Property
-
Creates an "LIKE" condition for this property.
- limit(int) - Method in class de.greenrobot.dao.query.QueryBuilder
-
Limits the number of results returned by queries.
- list() - Method in class de.greenrobot.dao.query.Query
-
Executes the query and returns the result as a list containing all entities loaded into memory.
- list() - Method in class de.greenrobot.dao.query.QueryBuilder
-
- listIterator() - Method in class de.greenrobot.dao.query.LazyList
-
- listIterator(int) - Method in class de.greenrobot.dao.query.LazyList
-
- listIterator() - Method in class de.greenrobot.dao.query.Query
-
Executes the query and returns the result as a list iterator; make sure to close it to close the underlying
cursor.
- listIterator() - Method in class de.greenrobot.dao.query.QueryBuilder
-
- listIteratorAutoClose() - Method in class de.greenrobot.dao.query.LazyList
-
Closes this list's cursor once the iterator is fully iterated through.
- listLazy() - Method in class de.greenrobot.dao.query.Query
-
Executes the query and returns the result as a list that lazy loads the entities on first access.
- listLazy() - Method in class de.greenrobot.dao.query.QueryBuilder
-
- listLazyUncached() - Method in class de.greenrobot.dao.query.Query
-
Executes the query and returns the result as a list that lazy loads the entities on every access (uncached).
- listLazyUncached() - Method in class de.greenrobot.dao.query.QueryBuilder
-
- load(K) - Method in class de.greenrobot.dao.AbstractDao
-
Loads and entity for the given PK.
- load(Class<T>, K) - Method in class de.greenrobot.dao.AbstractDaoSession
-
- load(Class<?>, Object) - Method in class de.greenrobot.dao.async.AsyncSession
-
- load(Class<?>, Object, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- loadAll() - Method in class de.greenrobot.dao.AbstractDao
-
Loads all available entities from the database.
- loadAll(Class<T>) - Method in class de.greenrobot.dao.AbstractDaoSession
-
- loadAll(Class<?>) - Method in class de.greenrobot.dao.async.AsyncSession
-
- loadAll(Class<?>, int) - Method in class de.greenrobot.dao.async.AsyncSession
-
- loadAllAndCloseCursor(Cursor) - Method in class de.greenrobot.dao.AbstractDao
-
- loadAllAndCloseCursor(Cursor) - Method in class de.greenrobot.dao.InternalQueryDaoAccess
-
- loadAllFromCursor(Cursor) - Method in class de.greenrobot.dao.AbstractDao
-
Reads all available rows from the given cursor and returns a list of entities.
- loadByRowId(long) - Method in class de.greenrobot.dao.AbstractDao
-
- loadCurrent(Cursor, int, boolean) - Method in class de.greenrobot.dao.AbstractDao
-
Internal use only.
- loadCurrent(Cursor, int, boolean) - Method in class de.greenrobot.dao.InternalQueryDaoAccess
-
- loadCurrentOther(AbstractDao<O, ?>, Cursor, int) - Method in class de.greenrobot.dao.AbstractDao
-
Internal use only.
- loadEntity(int) - Method in class de.greenrobot.dao.query.LazyList
-
Lock must be locked when entering this method.
- loadRemaining() - Method in class de.greenrobot.dao.query.LazyList
-
Loads the remaining entities (if any) that were not loaded before.
- loadUnique(Cursor) - Method in class de.greenrobot.dao.AbstractDao
-
- loadUniqueAndCloseCursor(Cursor) - Method in class de.greenrobot.dao.AbstractDao
-
- loadUniqueAndCloseCursor(Cursor) - Method in class de.greenrobot.dao.InternalQueryDaoAccess
-
- lock() - Method in interface de.greenrobot.dao.identityscope.IdentityScope
-
- lock() - Method in class de.greenrobot.dao.identityscope.IdentityScopeLong
-
- lock() - Method in class de.greenrobot.dao.identityscope.IdentityScopeObject
-
- LOG_SQL - Static variable in class de.greenrobot.dao.query.QueryBuilder
-
Set to true to debug the SQL.
- LOG_VALUES - Static variable in class de.greenrobot.dao.query.QueryBuilder
-
Set to see the given values.
- logStats() - Method in class de.greenrobot.dao.internal.LongHashMap
-
- logTableDump(SQLiteDatabase, String) - Static method in class de.greenrobot.dao.DbUtils
-
- logTableDump() - Method in class de.greenrobot.dao.test.AbstractDaoTest
-
- logTableDump(String) - Method in class de.greenrobot.dao.test.DbTest
-
- LongHashMap<T> - Class in de.greenrobot.dao.internal
-
An minimalistic hash map optimized for long keys.
- LongHashMap() - Constructor for class de.greenrobot.dao.internal.LongHashMap
-
- LongHashMap(int) - Constructor for class de.greenrobot.dao.internal.LongHashMap
-
- lt(Object) - Method in class de.greenrobot.dao.Property
-
Creates an "less than ('<')" condition for this property.