|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.database.Pragma
public final class Pragma
String constants for all supported database PRAGMAs.
| Field Summary | ||
|---|---|---|
static String |
COLLATION_LIST
Returns a list of the collating sequences defined for the current database connection. |
|
static String |
COMPILE_OPTIONS
Returns the names of the compile-time options used when building SQLite, one option per row. |
|
static String |
DATABASE_LIST
Returns one row for each database attached to the current database connection. |
|
static String |
FOREIGN_KEYS
Queries, sets, or clears the enforcement of foreign key constraints. |
|
static String |
FREELIST_COUNT
Returns the number of unused pages in the database file. |
|
static String |
JOURNAL_MODE
Queries or changes the journal mode of the current database connection. |
|
static String |
JOURNAL_SIZE_LIMIT
Queries or changes the journal size limit in bytes. |
|
static String |
PAGE_COUNT
Returns the total number of pages in the database file. |
|
static String |
SYNCHRONOUS
Queries or changes the synchronous setting of a database. |
|
static String |
USER_VERSION
Gets or sets the value of the user-version which is a 32-bit signed integer stored in the database header. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMPILE_OPTIONS
public static final String COLLATION_LIST
public static final String DATABASE_LIST
public static final String FOREIGN_KEYS
public static final String FREELIST_COUNT
public static final String JOURNAL_MODE
public static final String JOURNAL_SIZE_LIMIT
public static final String PAGE_COUNT
public static final String SYNCHRONOUS
public static final String USER_VERSION
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal