| 程序包 | 说明 |
|---|---|
| com.queryflow.accessor | |
| com.queryflow.accessor.connection | |
| com.queryflow.common |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
A.openTransaction(TransactionLevel level) |
void |
DefaultAccessor.openTransaction(TransactionLevel level) |
void |
Accessor.openTransaction(TransactionLevel level)
开启数据库事务,可指定事务级别
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConnectionManager.openTransaction(TransactionLevel level)
开启事务,同时指定事务级别
|
void |
DataExecutor.openTransaction(TransactionLevel level)
打开数据库事务,同时指定事务级别
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TransactionLevel |
TransactionLevel.valueOf(int value) |
static TransactionLevel |
TransactionLevel.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TransactionLevel[] |
TransactionLevel.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2019. All rights reserved.