public abstract class AbstractFixedArgExecution extends TnAbstractTwoWaySqlCommand
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String[] |
_argNames |
protected Class<?>[] |
_argTypes |
_dataSource, _statementFactory| コンストラクタと説明 |
|---|
AbstractFixedArgExecution(DataSource dataSource,
StatementFactory statementFactory,
Map<String,Class<?>> argNameTypeMap)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String[] |
getArgNames(Object[] args) |
protected Class<?>[] |
getArgTypes(Object[] args) |
analyzeTwoWaySql, apply, createBasicParameterHandler, createCommandContext, createCommandContextCreator, createSqlAnalyzer, execute, filterExecutedSql, filterReturnValue, getRootNode, isBlockNullParameter, newBasicParameterHandlerassertObjectNotNullprotected final String[] _argNames
protected final Class<?>[] _argTypes
public AbstractFixedArgExecution(DataSource dataSource, StatementFactory statementFactory, Map<String,Class<?>> argNameTypeMap)
dataSource - The data source for a database connection. (NotNull)statementFactory - The factory of statement. (NotNull)argNameTypeMap - The map of names and types for arguments. (NotNull)protected String[] getArgNames(Object[] args)
getArgNames クラス内 TnAbstractTwoWaySqlCommandprotected Class<?>[] getArgTypes(Object[] args)
getArgTypes クラス内 TnAbstractTwoWaySqlCommandCopyright © 2014–2015 The DBFlute Project. All rights reserved.