Package | Description |
---|---|
org.sqlite |
Modifier and Type | Method and Description |
---|---|
static SQLiteOpenMode |
SQLiteOpenMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLiteOpenMode[] |
SQLiteOpenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLiteConfig.resetOpenMode(SQLiteOpenMode mode)
Re-sets the open mode flags.
|
void |
SQLiteConfig.setOpenMode(SQLiteOpenMode mode)
Sets the open mode flags.
|
Copyright © 2017. All rights reserved.