Home | History | Annotate | Download | only in help

Lines Matching full:sqlite3

1 page.title=sqlite3
7 "http://www.sqlite.org/sqlite.html">sqlite3</a> command-line program to manage SQLite databases
8 created by Android applications. The <code>sqlite3</code> tool includes many useful commands,
13 <p>To use <code>sqlite3</code> from a remote shell:</p>
20 <li>From a remote shell, start the <code>sqlite3</code> tool by entering the following command:
21 <pre>sqlite3</pre>
24 Emulator/device instances store SQLite3 databases in the directory
28 <li>Once you invoke <code>sqlite3</code>, you can issue <code>sqlite3</code> commands in the
36 # sqlite3 /data/data/com.example.google.rss.rssexample/databases/rssitems.db
43 <p>To use <code>sqlite3</code> locally, instead of within a shell,
44 pull the database file from the device and start {@code sqlite3}:</p>
53 <li>Start the sqlite3 tool from the <code>/tools</code> directory, specifying the database
56 sqlite3 &lt;database-file-on-host&gt;