public abstract class AbstractFixedSqlExecution extends AbstractFixedArgExecution
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Node |
_rootNode |
_argNames, _argTypes_dataSource, _statementFactory| コンストラクタと説明 |
|---|
AbstractFixedSqlExecution(DataSource dataSource,
StatementFactory statementFactory,
Map<String,Class<?>> argNameTypeMap,
String twoWaySql)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Node |
getRootNode(Object[] args) |
getArgNames, getArgTypesanalyzeTwoWaySql, apply, createBasicParameterHandler, createCommandContext, createCommandContextCreator, createSqlAnalyzer, execute, filterExecutedSql, filterReturnValue, isBlockNullParameter, newBasicParameterHandlerassertObjectNotNullprotected final Node _rootNode
public AbstractFixedSqlExecution(DataSource dataSource, StatementFactory statementFactory, Map<String,Class<?>> argNameTypeMap, String twoWaySql)
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)twoWaySql - The SQL string as 2Way-SQL. (NotNull)protected Node getRootNode(Object[] args)
getRootNode クラス内 TnAbstractTwoWaySqlCommandCopyright © 2014–2015 The DBFlute Project. All rights reserved.