T - the type parameterS - the type parameterpublic interface StatementCallback<T,S extends Statement>
| Modifier and Type | Method and Description |
|---|---|
T |
execute(S statement,
Object... args)
Execute t.
|
T execute(S statement, Object... args) throws SQLException
statement - the statementargs - the argsSQLException - the sql exceptionCopyright © 2024 Apache. All rights reserved.