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

  /external/javasqlite/src/main/java/SQLite/
Shell.java 37 static final int MODE_Insert = 5;
258 case MODE_Insert:
363 mode = Shell.MODE_Insert;
656 s2.mode = Shell.MODE_Insert;
  /external/sqlite/dist/orig/
shell.c 426 char *zDestTable; /* Name of destination table when MODE_Insert */
450 #define MODE_Insert 5 /* Generate SQL "insert" statements */
814 case MODE_Insert: {
    [all...]
  /external/sqlite/dist/
shell.c 431 char *zDestTable; /* Name of destination table when MODE_Insert */
455 #define MODE_Insert 5 /* Generate SQL "insert" statements */
819 case MODE_Insert: {
    [all...]

Completed in 115 milliseconds