Skip to content

Instantly share code, notes, and snippets.

@chiemy
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chiemy/0fa72bf7c67289428846 to your computer and use it in GitHub Desktop.
Save chiemy/0fa72bf7c67289428846 to your computer and use it in GitHub Desktop.
// 查询返回的列
String[] mProjection ={
UserDictionary.Words._ID,    // Contract class constant for the _ID column name   
UserDictionary.Words.WORD,   // Contract class constant for the word column name   
UserDictionary.Words.LOCALE  // Contract class constant for the locale column name};
// 查询条件
String mSelectionClause = null;
// 查询条件的参数值
String[] mSelectionArgs = {""};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment