- 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.
- BindDataSource - Annotation Type in com.abubusoft.kripton.android.annotation
-
Decorate an interface to define a database schema.
- BindPreference - Annotation Type in com.abubusoft.kripton.android.annotation
-
- BindSharedPreferences - Annotation Type in com.abubusoft.kripton.android.annotation
-
Bind bean to shared preferences.
- 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
- BindSqlDynamicWhereArgs - Annotation Type in com.abubusoft.kripton.android.annotation
-
Define dynamic where condition's arguments.
- 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.
- 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.
- 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
-
- 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.ConflictAlgorithmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.abubusoft.kripton.android.sqlite.FieldType
-
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.
- 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.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.FieldType
-
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.SQLiteUpdateTaskHelper.QueryType
-
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
- verifySchema(H, String) - Static method in class com.abubusoft.kripton.android.sqlite.SQLiteUpdateTaskHelper
-
- verifySchema(H, File) - Static method in class com.abubusoft.kripton.android.sqlite.SQLiteUpdateTaskHelper
-
- verifySchema(H, InputStream) - Static method in class com.abubusoft.kripton.android.sqlite.SQLiteUpdateTaskHelper
-
- 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