| Package | Description |
|---|---|
| org.sqlite |
| Modifier and Type | Method and Description |
|---|---|
static SQLiteConfig.TransactionMode |
SQLiteConfig.TransactionMode.getMode(String mode) |
SQLiteConfig.TransactionMode |
SQLiteConfig.getTransactionMode() |
SQLiteConfig.TransactionMode |
SQLiteConnectionConfig.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 |
|---|---|
protected void |
SQLiteConnection.setTransactionMode(SQLiteConfig.TransactionMode mode)
Sets the mode that will be used to start transactions on this connection.
|
void |
SQLiteConfig.setTransactionMode(SQLiteConfig.TransactionMode transactionMode)
Sets the mode that will be used to start transactions.
|
void |
SQLiteConnectionConfig.setTransactionMode(SQLiteConfig.TransactionMode transactionMode) |
| Constructor and Description |
|---|
SQLiteConnectionConfig(SQLiteConfig.DateClass dateClass,
SQLiteConfig.DatePrecision datePrecision,
String dateStringFormat,
int transactionIsolation,
SQLiteConfig.TransactionMode transactionMode,
boolean autoCommit) |
Copyright © 2021. All rights reserved.