@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface KITTY_TABLE
Modifier and Type | Optional Element and Description |
---|---|
boolean |
createIfNotExists |
boolean |
isCreateOnDemand
Flag that indicates when this table should be created, on DB initialization or on first
initialization of this modelClass
|
boolean |
isSchemaTable
Flag that indicates usage of this Record in schema creation
|
java.lang.String |
tableName
Returns table name of associated with this class sqlite table
|
boolean |
temporaryTable
True if temporary table
|
boolean |
withoutRowid |
public abstract java.lang.String tableName
public abstract boolean temporaryTable
public abstract boolean isSchemaTable