| Modifier and Type | Method and Description |
|---|---|
<T> T |
H2Helper.doTransaction(Connection conn,
H2Helper.TransactionCallback<T> tc)
Perform a transaction, doing rollback if SQLException thrown.
|
<T> T |
H2Helper.doTransaction(H2Helper.TransactionCallback<T> tc)
Perform a transaction, doing Connection setup and cleanup, and rollback if SQLException thrown.
|
Copyright © 2019. All rights reserved.