|
|
@ -58,8 +58,8 @@ public class SqlData {
|
|
|
|
private ContentResolver mContentResolver;// ContentResolver 用于访问本地数据库
|
|
|
|
private ContentResolver mContentResolver;// ContentResolver 用于访问本地数据库
|
|
|
|
|
|
|
|
|
|
|
|
private boolean mIsCreate;// 是否为新建的数据
|
|
|
|
private boolean mIsCreate;// 是否为新建的数据
|
|
|
|
// 数据的各个列的值
|
|
|
|
|
|
|
|
private long mDataId;
|
|
|
|
private long mDataId; // 数据的各个列的值
|
|
|
|
|
|
|
|
|
|
|
|
private String mDataMimeType;
|
|
|
|
private String mDataMimeType;
|
|
|
|
|
|
|
|
|
|
|
|