public abstract class AbstractExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
protected QueryLoggerFactory |
queryLoggerFactory |
protected StatementFactory |
statementFactory |
| Constructor and Description |
|---|
AbstractExecutor(StatementFactory statementFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcessParameters(PreparedStatement statement,
QueryTemplate queryTemplate,
List<QueryParamValue> paramValues,
SingleQueryLogger queryLogger,
DbConnection connection) |
protected void |
processInputParam(PreparedStatement statement,
int index,
Object value,
DbType type,
DbConnection connection) |
protected static final org.slf4j.Logger LOGGER
protected final StatementFactory statementFactory
protected QueryLoggerFactory queryLoggerFactory
public AbstractExecutor(StatementFactory statementFactory)
protected void doProcessParameters(PreparedStatement statement, QueryTemplate queryTemplate, List<QueryParamValue> paramValues, SingleQueryLogger queryLogger, DbConnection connection) throws SQLException
SQLExceptionprotected void processInputParam(PreparedStatement statement, int index, Object value, DbType type, DbConnection connection) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.