public interface ITransaction
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancelBatch()
取消批处理
|
void |
commit()
提交事务
|
int[] |
executeBatch()
执行批处理
|
IConnection |
getConnection()
获取DB连接
|
void |
rollback()
回滚事务
|
void |
startBatch()
开始批处理
|
void commit()
void rollback()
IConnection getConnection()
void startBatch()
void cancelBatch()
int[] executeBatch()
Copyright © 2023. All Rights Reserved.