Fields Summary |
---|
private static final Pattern | EMAIL_IN_DB_PATTERN |
public static final String | MEMORY_DB_PATHSpecial path used by in-memory databases. |
public final String | pathThe database path. |
public final String | labelThe label to use to describe the database when it appears in logs.
This is derived from the path but is stripped to remove PII. |
public int | openFlagsThe flags used to open the database. |
public int | maxSqlCacheSizeThe maximum size of the prepared statement cache for each database connection.
Must be non-negative.
Default is 25. |
public Locale | localeThe database locale.
Default is the value returned by {@link Locale#getDefault()}. |
public boolean | foreignKeyConstraintsEnabledTrue if foreign key constraints are enabled.
Default is false. |
public final ArrayList | customFunctionsThe custom functions to register. |