public class ExecuteTemplate extends Object
| Constructor and Description |
|---|
ExecuteTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Statement> |
execute(List<SQLRecognizer> sqlRecognizers,
StatementProxy<S> statementProxy,
StatementCallback<T,S> statementCallback,
Object... args)
Execute t.
|
static <T,S extends Statement> |
execute(StatementProxy<S> statementProxy,
StatementCallback<T,S> statementCallback,
Object... args)
Execute t.
|
public static <T,S extends Statement> T execute(StatementProxy<S> statementProxy, StatementCallback<T,S> statementCallback, Object... args) throws SQLException
T - the type parameterS - the type parameterstatementProxy - the statement proxystatementCallback - the statement callbackargs - the argsSQLException - the sql exceptionpublic static <T,S extends Statement> T execute(List<SQLRecognizer> sqlRecognizers, StatementProxy<S> statementProxy, StatementCallback<T,S> statementCallback, Object... args) throws SQLException
T - the type parameterS - the type parametersqlRecognizers - the sql recognizer liststatementProxy - the statement proxystatementCallback - the statement callbackargs - the argsSQLException - the sql exceptionCopyright © 2024 Apache. All rights reserved.