- DatabaseStorage - xiaofei.library.datastorage.database中的类
-
Created by Xiaofei on 16/3/24.
- DataStorageFactory - xiaofei.library.datastorage中的类
-
Created by Xiaofei on 16/3/24.
- DbConfig - xiaofei.library.datastorage.database中的类
-
Created by Xiaofei on 16/5/10.
- DbOpenHelper - xiaofei.library.datastorage.database中的类
-
- DbOpenHelper(Context) - 类 的构造器xiaofei.library.datastorage.database.DbOpenHelper
-
- decode(String) - 类 中的方法xiaofei.library.datastorage.database.DefaultCoderHook
-
- decode(String, Class<T>) - 类 中的方法xiaofei.library.datastorage.database.GsonObjectCoder
-
- decode(String) - 类 中的方法xiaofei.library.datastorage.database.GzipCoderHook
-
- decode(String) - 接口 中的方法xiaofei.library.datastorage.database.ICoderHook
-
- decode(String, Class<T>) - 类 中的方法xiaofei.library.datastorage.database.SerialObjectCoder
-
- decode(String) - 类 中的静态方法xiaofei.library.datastorage.util.CodeUtils
-
- decompress(byte[]) - 类 中的静态方法xiaofei.library.datastorage.util.GzipUtils
-
- DefaultCoderHook - xiaofei.library.datastorage.database中的类
-
Created by Xiaofei on 16/5/29.
- DefaultCoderHook() - 类 的构造器xiaofei.library.datastorage.database.DefaultCoderHook
-
- 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 the elements which are of the specified class and satisfy the condition.
- deleteAll(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
-
- deleteAll(Class<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
-
Delete all the elements of the specified class;