- DatabaseStorage - xiaofei.library.datastorage.database中的类
-
Created by Xiaofei on 16/3/24.
- DataStorageFactory - xiaofei.library.datastorage中的类
-
Created by Xiaofei on 16/3/24.
- DbCache - xiaofei.library.datastorage.database中的类
-
Created by Xiaofei on 15/11/9.
- DbConst - xiaofei.library.datastorage.database中的类
-
Created by Xiaofei on 15/11/11.
- DbOpenHelper - xiaofei.library.datastorage.database中的类
-
- DbOpenHelper(Context) - 类 的构造器xiaofei.library.datastorage.database.DbOpenHelper
-
- DbService - xiaofei.library.datastorage.database中的类
-
Created by Xiaofei on 15/11/12.
- DbService.Coder - xiaofei.library.datastorage.database中的接口
-
- decode(String, Class<T>) - 接口 中的方法xiaofei.library.datastorage.database.DbService.Coder
-
- decode(String, Class<T>) - 类 中的方法xiaofei.library.datastorage.database.GsonObjectCoder
-
- decode(String, Class<T>) - 类 中的方法xiaofei.library.datastorage.database.SerialObjectCoder
-
- decode(String) - 类 中的静态方法xiaofei.library.datastorage.util.CodeUtils
-
- decodeToBytes(String) - 类 中的静态方法xiaofei.library.datastorage.util.CodeUtils
-
- delete(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
-
- delete(T) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
-
- delete(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
-
- delete(List<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
-
- delete(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
-
- delete(T) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
-
Delete the element.
- delete(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
-
Delete the element of the specified class and the specified id.
- delete(Class<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
-
Delete the elements of the specified class and the id in the list ids.
- delete(List<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
-
Delete the elements in the list.
- delete(Class<T>, Condition<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
-
- DELETE_TABLE_COMMAND - 类 中的静态变量xiaofei.library.datastorage.database.DbConst
-
- deleteAll(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
-
- deleteAll(Class<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
-
Delete all the elements of the specified class;
- deleteAllObjects(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
-
- deleteAllObjects(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DbService
-
- deleteAllObjects(Class<T>) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
-
Delete all the object of the specified class.
- deleteObject(Class, String) - 类 中的方法xiaofei.library.datastorage.database.DbCache
-
- deleteObject(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DbService
-
- deleteObject(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
-
Delete the object of the specified class and the specified object id.
- deleteObjects(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
-
- deleteObjects(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DbCache
-
- deleteObjects(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DbService
-
- deleteObjects(Class<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.database.IDbOperation
-
Delete the objects of the specified class and the specified object ids.