パッケージ | 説明 |
---|---|
org.sqlite |
修飾子とタイプ | メソッドと説明 |
---|---|
static SQLiteConfig.TransactionMode |
SQLiteConfig.TransactionMode.getMode(String mode) |
SQLiteConfig.TransactionMode |
SQLiteConfig.getTransactionMode() |
static SQLiteConfig.TransactionMode |
SQLiteConfig.TransactionMode.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static SQLiteConfig.TransactionMode[] |
SQLiteConfig.TransactionMode.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
Copyright © 2013. All Rights Reserved.