| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
STATEMENT_ABORT |
6 |
public static final int |
STATEMENT_ATTACH |
3 |
public static final int |
STATEMENT_BEGIN |
4 |
public static final int |
STATEMENT_COMMIT |
5 |
public static final int |
STATEMENT_DDL |
8 |
public static final int |
STATEMENT_OTHER |
99 |
public static final int |
STATEMENT_PRAGMA |
7 |
public static final int |
STATEMENT_SELECT |
1 |
public static final int |
STATEMENT_UNPREPARED |
9 |
public static final int |
STATEMENT_UPDATE |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TABLE_INFO_PRAGMA_COLUMNNAME_INDEX |
1 |
public static final int |
TABLE_INFO_PRAGMA_DEFAULT_INDEX |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CONNECTION_FLAG_INTERACTIVE |
4 |
public static final int |
CONNECTION_FLAG_PRIMARY_CONNECTION_AFFINITY |
2 |
public static final int |
CONNECTION_FLAG_READ_ONLY |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CONFLICT_ABORT |
2 |
public static final int |
CONFLICT_FAIL |
3 |
public static final int |
CONFLICT_IGNORE |
4 |
public static final int |
CONFLICT_NONE |
0 |
public static final int |
CONFLICT_REPLACE |
5 |
public static final int |
CONFLICT_ROLLBACK |
1 |
public static final int |
CREATE_IF_NECESSARY |
268435456 |
public static final int |
ENABLE_WRITE_AHEAD_LOGGING |
536870912 |
public static final int |
MAX_SQL_CACHE_SIZE |
100 |
public static final int |
NO_LOCALIZED_COLLATORS |
16 |
public static final int |
OPEN_READONLY |
1 |
public static final int |
OPEN_READWRITE |
0 |
public static final int |
SQLITE_MAX_LIKE_PATTERN_LENGTH |
50000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
MEMORY_DB_PATH |
":memory:" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
DEBUG_LOG_SLOW_QUERIES |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TRANSACTION_MODE_DEFERRED |
0 |
public static final int |
TRANSACTION_MODE_EXCLUSIVE |
2 |
public static final int |
TRANSACTION_MODE_IMMEDIATE |
1 |