Home | History | Annotate | Download | only in SQLite

Lines Matching defs:SQLite

1 package SQLite;
3 import SQLite.*;
8 * SQLite command line shell. This is a partial reimplementaion
9 * of sqlite/src/shell.c and can be invoked by:<P>
12 * java SQLite.Shell [OPTIONS] database [SHELLCMD]
14 * java -jar sqlite.jar [OPTIONS] database [SHELLCMD]
171 /* Empty body to satisfy SQLite.Callback interface. */
476 String prompt = "SQLITE> ";
500 prompt = "SQLITE> ";
502 prompt = "SQLITE? ";
642 /* Empty body to satisfy SQLite.Callback interface. */
646 /* Empty body to satisfy SQLite.Callback interface. */