T - Type of return value.public static interface DatabaseUtils.JdbcUnitOfWork<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute(Connection aConnection)
Executes statement within a transaction.
|
T execute(Connection aConnection) throws Exception
aConnection - Connection.ExceptionCopyright © 2025. All rights reserved.