public final class SQLiteGlobal
extends java.lang.Object
SQLiteDebug.DEBUG_SQL_LOG).| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDefaultJournalMode()
Gets the default journal mode when WAL is not in use.
|
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.
|
static int |
releaseMemory()
Attempts to release memory by pruning the SQLite page cache and other
internal data structures.
|
public static int releaseMemory()
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()