RESULT - The type of result.public class SelectScalarCBCommand<RESULT> extends AbstractSelectCBCommand<RESULT>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Class<RESULT> |
_resultType
The type of result.
|
protected SelectClauseType |
_selectClauseType
The type of select clause.
|
_conditionBean_beanMetaDataFactory, _dataSource, _dbmetaProvider, _initializeOnly, _resultSetHandlerFactory, _sqlFileEncoding, _statementFactory, _tableDbName| コンストラクタと説明 |
|---|
SelectScalarCBCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
afterExecuting() |
protected void |
assertStatus(String methodName) |
void |
beforeGettingSqlExecution() |
SqlExecutionCreator |
createSqlExecutionCreator() |
String |
getCommandName()
Get the name of the command, e.g. selectList, update.
|
Class<?> |
getCommandReturnType()
Get the return type of command.
|
boolean |
isSelectCount()
Does the command return selected record count?
|
boolean |
isSelectCursor()
Does the command handle its cursor?
|
void |
setResultType(Class<RESULT> resultType) |
void |
setSelectClauseType(SelectClauseType selectClauseType) |
assertConditionBeanProperty, buildSqlExecutionKey, createSelectCBExecution, getConditionBean, getOutsideSqlOption, getOutsideSqlPath, getParameterBean, getSqlExecutionArgument, isConditionBean, isDelete, isInsert, isOutsideSql, isProcedure, isSelect, isUpdate, newSelectCBExecution, setConditionBeanassertBasicProperty, 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, toStringprotected SelectClauseType _selectClauseType
public String getCommandName()
BehaviorCommandMetapublic Class<?> getCommandReturnType()
BehaviorCommandMetapublic boolean isSelectCount()
BehaviorCommandMetapublic boolean isSelectCursor()
BehaviorCommandMetapublic void beforeGettingSqlExecution()
public void afterExecuting()
public SqlExecutionCreator createSqlExecutionCreator()
protected void assertStatus(String methodName)
assertStatus クラス内 AbstractSelectCBCommand<RESULT>public void setSelectClauseType(SelectClauseType selectClauseType)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.