| Package | Description |
|---|---|
| org.sqlite | |
| org.sqlite.core |
| Modifier and Type | Method and Description |
|---|---|
static SQLiteConfig.TransactionMode |
SQLiteConfig.TransactionMode.getMode(String mode) |
SQLiteConfig.TransactionMode |
SQLiteConfig.getTransactionMode() |
static SQLiteConfig.TransactionMode |
SQLiteConfig.TransactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLiteConfig.TransactionMode[] |
SQLiteConfig.TransactionMode.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.setTransactionMode(SQLiteConfig.TransactionMode transactionMode)
Sets the mode that will be used to start transactions.
|
| Modifier and Type | Field and Description |
|---|---|
protected SQLiteConfig.TransactionMode |
CoreConnection.transactionMode |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<SQLiteConfig.TransactionMode,String> |
CoreConnection.beginCommandMap |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CoreConnection.setTransactionMode(SQLiteConfig.TransactionMode mode)
Sets the mode that will be used to start transactions on this connection.
|
Copyright © 2014. All rights reserved.