Home | History | Annotate | Download | only in SQLite

Lines Matching refs:Constants

30 	    mode = SQLite.Constants.SQLITE_OPEN_READWRITE |
31 SQLite.Constants.SQLITE_OPEN_CREATE;
33 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
59 mode = SQLite.Constants.SQLITE_OPEN_READWRITE |
60 SQLite.Constants.SQLITE_OPEN_CREATE;
62 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
89 mode = SQLite.Constants.SQLITE_OPEN_READWRITE |
90 SQLite.Constants.SQLITE_OPEN_CREATE;
92 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
495 * @param type return type code, e.g. SQLite.Constants.SQLITE_NUMERIC
510 * these methods. See the <A HREF="Constants.html">Constants</A>