- bind(SQLiteStatement) - Method in class com.abubusoft.kripton.android.sqlite.KriptonContentValues
-
- BindAsyncTaskType - Enum in com.abubusoft.kripton.android
-
Allows to specify how a BindAsyncTask works with the data source for which it
is generated.
- BindColumn - Annotation Type in com.abubusoft.kripton.android.annotation
-
Allow to define specific behaviour of a field treated like a SQLite table
column.
- BindContentProvider - Annotation Type in com.abubusoft.kripton.android.annotation
-
Used to generate a content provider for annotated data source.
- BindContentProviderEntry - Annotation Type in com.abubusoft.kripton.android.annotation
-
Used to manage an URI managed by a content provider path for annotated data
source.
- BindContentProviderEntry.MultiplicityResultType - Enum in com.abubusoft.kripton.android.annotation
-
- BindContentProviderPath - Annotation Type in com.abubusoft.kripton.android.annotation
-
Used to generate a content provider path for annotated data source.
- BindDao - Annotation Type in com.abubusoft.kripton.android.annotation
-
This annotation mark an interface for DAO (Data Access Object) associated to a specific bean associated with
BindDao.value() attribute.
- BindDaoFactory - Interface in com.abubusoft.kripton.android.sqlite
-
Marker interface for DAO factory.
- BindDaoMany2Many - Annotation Type in com.abubusoft.kripton.android.annotation
-
- BindDataSource - Annotation Type in com.abubusoft.kripton.android.annotation
-
Decorate an interface to define a database schema.
- BindDataSourceUpdateTask - Annotation Type in com.abubusoft.kripton.android.annotation
-
- BindGeneratedDao - Annotation Type in com.abubusoft.kripton.android.annotation
-
This annotation is used to mark generated DAO interface parts used in many 2 many relationship.
- BindPreference - Annotation Type in com.abubusoft.kripton.android.annotation
-
- BindSharedPreferences - Annotation Type in com.abubusoft.kripton.android.annotation
-
Bind bean to shared preferences.
- BindSqlAdapter - Annotation Type in com.abubusoft.kripton.android.annotation
-
- BindSqlDelete - Annotation Type in com.abubusoft.kripton.android.annotation
-
Allow to delete a bean from a database.
- BindSqlDynamicOrderBy - Annotation Type in com.abubusoft.kripton.android.annotation
-
Define a dynamic order by condition.
- BindSqlDynamicWhere - Annotation Type in com.abubusoft.kripton.android.annotation
-
Define a dynamic where condition.
- BindSqlDynamicWhere.PrependType - Enum in com.abubusoft.kripton.android.annotation
-
Conjunction to prepend to dynamic where statement
- BindSqlDynamicWhereParams - Annotation Type in com.abubusoft.kripton.android.annotation
-
Define dynamic where condition's parameters.
- BindSqlInsert - Annotation Type in com.abubusoft.kripton.android.annotation
-
Allow to insert a bean into database.
- BindSqlPageSize - Annotation Type in com.abubusoft.kripton.android.annotation
-
Marks a parameter as pageSize for SQL results
- BindSqlParam - Annotation Type in com.abubusoft.kripton.android.annotation
-
- BindSqlSelect - Annotation Type in com.abubusoft.kripton.android.annotation
-
Allow to query a database table.
- BindSQLTypeAdapter<J,D> - Interface in com.abubusoft.kripton.android
-
Allows to manage a field of type J as a field of type D.
- BindSqlUpdate - Annotation Type in com.abubusoft.kripton.android.annotation
-
- BindTable - Annotation Type in com.abubusoft.kripton.android.annotation
-
When a class is converted to a table, the name of table is obtained from Java
class name with a upper camel to Lower under score convertion.
- bindToThread() - Method in class com.abubusoft.kripton.android.sqlite.SQLContextSingleThreadImpl
-
- build() - Method in class com.abubusoft.kripton.android.sqlite.DataSourceOptions.Builder
-
- builder() - Static method in class com.abubusoft.kripton.android.sqlite.DataSourceOptions
-
- Builder() - Constructor for class com.abubusoft.kripton.android.sqlite.DataSourceOptions.Builder
-
- buildTaskList(int, int) - Method in class com.abubusoft.kripton.android.sqlite.AbstractDataSource
-
- value - Variable in class com.abubusoft.kripton.android.sqlite.SQLiteModification
-
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.annotation.BindContentProviderEntry.MultiplicityResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.annotation.BindSqlDynamicWhere.PrependType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.BindAsyncTaskType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.ColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.sharedprefs.PreferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.sqlite.AbstractDataSource.TypeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.sqlite.ConflictAlgorithmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.sqlite.ForeignKeyAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.sqlite.KriptonContentValues.ParamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.sqlite.SQLiteUpdateTaskHelper.QueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.sqlite.TransactionResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.SQLiteModificationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.abubusoft.kripton.android.annotation.BindContentProviderEntry.MultiplicityResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.annotation.BindSqlDynamicWhere.PrependType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.BindAsyncTaskType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.ColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.sharedprefs.PreferenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.sqlite.AbstractDataSource.TypeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.sqlite.ConflictAlgorithmType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.sqlite.ForeignKeyAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.sqlite.KriptonContentValues.ParamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.abubusoft.kripton.android.sqlite.KriptonContentValues
-
- values() - Static method in enum com.abubusoft.kripton.android.sqlite.SQLiteUpdateTaskHelper.QueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.sqlite.TransactionResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.abubusoft.kripton.android.SQLiteModificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verbose(String, Object...) - Static method in class com.abubusoft.kripton.android.Logger
-
verbose
- version - Variable in class com.abubusoft.kripton.android.sqlite.AbstractDataSource
-
database version
- versionChanged - Variable in class com.abubusoft.kripton.android.sqlite.AbstractDataSource
-
if true, database was update during this application run