public class EmoticonDBHelper extends Object
| 构造器和说明 |
|---|
EmoticonDBHelper(android.content.Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cleanup() |
android.content.ContentValues |
createEmoticonSetContentValues(EmoticonBean bean,
String beanSetName) |
String |
getUriByTag(String tag) |
long |
insertEmoticonBean(EmoticonBean bean,
String beanSetName) |
long |
insertEmoticonBeans(android.content.ContentValues[] values) |
long |
insertEmoticonSet(EmoticonSetBean bean) |
ArrayList<EmoticonBean> |
queryAllEmoticonBeans() |
ArrayList<EmoticonSetBean> |
queryAllEmoticonSet() |
EmoticonBean |
queryEmoticonBean(String contentStr) |
ArrayList<EmoticonBean> |
queryEmoticonBeanList(String sql) |
ArrayList<EmoticonSetBean> |
queryEmoticonSet(ArrayList<String> setNameList) |
ArrayList<EmoticonSetBean> |
queryEmoticonSet(String... setNames) |
ArrayList<EmoticonSetBean> |
queryEmoticonSet(String sql) |
public android.content.ContentValues createEmoticonSetContentValues(EmoticonBean bean, String beanSetName)
public long insertEmoticonBean(EmoticonBean bean, String beanSetName)
public long insertEmoticonBeans(android.content.ContentValues[] values)
public long insertEmoticonSet(EmoticonSetBean bean)
public EmoticonBean queryEmoticonBean(String contentStr)
public ArrayList<EmoticonBean> queryEmoticonBeanList(String sql)
public ArrayList<EmoticonBean> queryAllEmoticonBeans()
public ArrayList<EmoticonSetBean> queryEmoticonSet(String... setNames)
public ArrayList<EmoticonSetBean> queryEmoticonSet(ArrayList<String> setNameList)
public ArrayList<EmoticonSetBean> queryAllEmoticonSet()
public ArrayList<EmoticonSetBean> queryEmoticonSet(String sql)
public void cleanup()