public abstract class TnAbstractQueryDynamicCommand extends TnAbstractBasicSqlCommand
_dataSource, _statementFactory| コンストラクタと説明 |
|---|
TnAbstractQueryDynamicCommand(DataSource dataSource,
StatementFactory statementFactory) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected CommandContext |
createCommandContext(String twoWaySql,
String[] argNames,
Class<?>[] argTypes,
Object[] args) |
protected TnCommandContextHandler |
createCommandContextHandler(CommandContext context) |
protected SqlAnalyzer |
createSqlAnalyzer(String twoWaySql) |
protected String |
filterSqlStringByCallbackFilter(String executedSql) |
protected SqlStringFilter |
getSqlStringFilter() |
protected abstract String |
getUpdateSQLFailureProcessTitle() |
protected TnCommandContextHandler |
newCommandContextHandler(String executedSql,
CommandContext context) |
assertObjectNotNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteexecutepublic TnAbstractQueryDynamicCommand(DataSource dataSource, StatementFactory statementFactory)
protected TnCommandContextHandler createCommandContextHandler(CommandContext context)
protected String filterSqlStringByCallbackFilter(String executedSql)
protected SqlStringFilter getSqlStringFilter()
protected TnCommandContextHandler newCommandContextHandler(String executedSql, CommandContext context)
protected abstract String getUpdateSQLFailureProcessTitle()
protected CommandContext createCommandContext(String twoWaySql, String[] argNames, Class<?>[] argTypes, Object[] args)
protected SqlAnalyzer createSqlAnalyzer(String twoWaySql)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.