public final class SQLiteGlobal
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDefaultJournalMode()
The default journal mode to use use when Write-Ahead Logging is not active.
|
static int |
getDefaultPageSize()
Gets the default page size to use when creating a database.
|
static java.lang.String |
getDefaultSyncMode()
Gets the default database synchronization mode when WAL is not in use.
|
static int |
getJournalSizeLimit()
Gets the journal size limit in bytes.
|
static int |
getWALAutoCheckpoint()
Gets the WAL auto-checkpoint integer in database pages.
|
static int |
getWALConnectionPoolSize()
Gets the connection pool size when in WAL mode.
|
static java.lang.String |
getWALSyncMode()
Gets the database synchronization mode when in WAL mode.
|
public static int getDefaultPageSize()
public static java.lang.String getDefaultJournalMode()
public static int getJournalSizeLimit()
public static java.lang.String getDefaultSyncMode()
public static java.lang.String getWALSyncMode()
public static int getWALAutoCheckpoint()
public static int getWALConnectionPoolSize()