public class OutsideSqlExecuteCommand extends AbstractOutsideSqlCommand<Integer>
_currentDBDef, _outsideSqlContextFactory, _outsideSqlFilter, _outsideSqlOption, _outsideSqlPath, _parameterBean_beanMetaDataFactory, _dataSource, _dbmetaProvider, _initializeOnly, _resultSetHandlerFactory, _sqlFileEncoding, _statementFactory, _tableDbName| コンストラクタと説明 |
|---|
OutsideSqlExecuteCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
afterExecuting() |
protected void |
assertStatus(String methodName) |
void |
beforeGettingSqlExecution() |
String |
buildSqlExecutionKey() |
protected SqlExecution |
createOutsideSqlExecuteExecution(OutsideSqlContext outsideSqlContext) |
SqlExecutionCreator |
createSqlExecutionCreator() |
protected String |
generateSpecifiedOutsideSqlUniqueKey() |
String |
getCommandName()
Get the name of the command, e.g. selectList, update.
|
Class<?> |
getCommandReturnType()
Get the return type of command.
|
protected Class<?> |
getResultType() |
Object[] |
getSqlExecutionArgument() |
boolean |
isProcedure()
Does the command call procedure?
|
boolean |
isSelect()
Does the command return selected records?
|
assertOutsideSqlBasic, buildDbmsSuffix, createOutsideSqlContext, getConditionBean, getOutsideSqlOption, getOutsideSqlPath, getParameterBean, isConditionBean, isDelete, isInsert, isOutsideSql, isRemoveBlockComment, isRemoveLineComment, isSelectCount, isSelectCursor, isUpdate, needsToRemoveBlockComment, needsToRemoveLineComment, setCurrentDBDef, setOutsideSqlContextFactory, setOutsideSqlFilter, setOutsideSqlOption, setOutsideSqlPath, setParameterBean, setupOutsideSqlContextPropertyassertBasicProperty, assertComponentProperty, buildAssertMessage, createBeanArgNameTypeMap, createBeanCursorResultSetHandler, createBeanListResultSetHandler, createDynamicScalarResultSetHandler, createOutsideSqlExecuteExecution, createScalarListResultSetHandler, createScalarListResultSetHandler, createScalarResultSetHandler, getDBMeta, getInvokePath, getProjectName, getTableDbName, isInitializeOnly, newArgNameTypeMap, newOutsideSqlExecuteExecution, setBeanMetaDataFactory, setDataSource, setDBMetaProvider, setInitializeOnly, setResultSetHandlerFactory, setSqlFileEncoding, setStatementFactory, setTableDbName, toStringpublic String getCommandName()
BehaviorCommandMetapublic Class<?> getCommandReturnType()
BehaviorCommandMetapublic boolean isProcedure()
BehaviorCommandMetapublic boolean isSelect()
BehaviorCommandMetapublic void beforeGettingSqlExecution()
public void afterExecuting()
protected Class<?> getResultType()
getResultType クラス内 AbstractOutsideSqlCommand<Integer>public String buildSqlExecutionKey()
protected String generateSpecifiedOutsideSqlUniqueKey()
public SqlExecutionCreator createSqlExecutionCreator()
protected SqlExecution createOutsideSqlExecuteExecution(OutsideSqlContext outsideSqlContext)
public Object[] getSqlExecutionArgument()
protected void assertStatus(String methodName)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.