HomeSort by relevance Sort by last modified time
    Searched refs:MODE_List (Results 1 - 3 of 3) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Shell.java 34 static final int MODE_List = 2;
221 case Shell.MODE_List:
359 mode = Shell.MODE_List;
532 s.mode = Shell.MODE_List;
541 s.mode = Shell.MODE_List;
  /external/sqlite/dist/orig/
shell.c 427 char separator[20]; /* Separator character for MODE_List */
447 #define MODE_List 2 /* One record per line with a separator */
448 #define MODE_Semi 3 /* Same as MODE_List but append ";" to each line */
743 case MODE_List: {
    [all...]
  /external/sqlite/dist/
shell.c 432 char separator[20]; /* Separator character for MODE_List */
452 #define MODE_List 2 /* One record per line with a separator */
453 #define MODE_Semi 3 /* Same as MODE_List but append ";" to each line */
748 case MODE_List: {
    [all...]

Completed in 65 milliseconds