| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
TAG |
"LitePalBase" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
TAG |
"DataHandler" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
TAG |
"DataHandler" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
CLASS_NOT_FOUND |
"can not find a class named " |
public static final java.lang.String |
SQL_ERROR |
"An exception that indicates there was an error with SQL parsing or execution. " |
public static final java.lang.String |
SQL_SYNTAX_ERROR |
"SQL syntax error happens while executing " |
public static final java.lang.String |
TABLE_DOES_NOT_EXIST |
"Table doesn\'t exist with the name of " |
public static final java.lang.String |
TABLE_DOES_NOT_EXIST_WHEN_EXECUTING |
"Table doesn\'t exist when executing " |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
ID_TYPE_INVALID_EXCEPTION |
"id type is not supported. Only int or long is acceptable for id" |
public static final java.lang.String |
INSTANTIATION_EXCEPTION |
" needs a default constructor." |
public static final java.lang.String |
MODEL_IS_NOT_AN_INSTANCE_OF_DATA_SUPPORT |
" should be inherited from DataSupport" |
public static final java.lang.String |
SAVE_FAILED |
"Save current model failed." |
public static final java.lang.String |
UPDATE_CONDITIONS_EXCEPTION |
"The parameters in conditions are incorrect." |
public static final java.lang.String |
WRONG_FIELD_TYPE_FOR_ASSOCIATIONS |
"The field to declare many2one or many2many associations should be List or Set." |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
APPLICATION_CONTEXT_IS_NULL |
"Application context is null. Maybe you neither configured your application name with \"org.litepal.LitePalApplication\" in your AndroidManifest.xml, nor called LitePal.initialize(Context) method." |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
CASES_VALUE_IS_INVALID |
" is an invalid value for <cases></cases>" |
public static final java.lang.String |
DBNAME_IS_EMPTY_OR_NOT_DEFINED |
"dbname is empty or not defined in litepal.xml file" |
public static final java.lang.String |
VERSION_IS_EARLIER_THAN_CURRENT |
"the version in litepal.xml is earlier than the current version" |
public static final java.lang.String |
VERSION_OF_DATABASE_LESS_THAN_ONE |
"the version of database can not be less than 1" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
CAN_NOT_FIND_LITEPAL_FILE |
"litepal.xml file is missing. Please ensure it under assets folder." |
public static final java.lang.String |
FILE_FORMAT_IS_NOT_CORRECT |
"can not parse the litepal.xml, check if it\'s in correct format" |
public static final java.lang.String |
IO_EXCEPTION |
"IO exception happened" |
public static final java.lang.String |
PARSE_CONFIG_FAILED |
"parse configuration is failed" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
TAG |
"AssociationUpdater" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
TAG |
"Generator" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
CASES_KEEP |
"keep" |
public static final java.lang.String |
CASES_LOWER |
"lower" |
public static final java.lang.String |
CASES_UPPER |
"upper" |
public static final java.lang.String |
CONFIGURATION_FILE_NAME |
"litepal.xml" |
public static final java.lang.String |
DB_NAME_SUFFIX |
".db" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
MANY_TO_MANY |
3 |
public static final int |
MANY_TO_ONE |
2 |
public static final int |
ONE_TO_ONE |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final java.lang.String |
COLUMN_NAME |
"name" |
public static final java.lang.String |
COLUMN_TYPE |
"type" |
public static final int |
GENERIC_TABLE |
2 |
public static final int |
INTERMEDIATE_JOIN_TABLE |
1 |
public static final int |
NORMAL_TABLE |
0 |
public static final java.lang.String |
TABLE_NAME |
"table_schema" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEBUG |
2 |
public static final int |
ERROR |
5 |