public class SelectCountCBCommand extends AbstractSelectCBCommand<Integer>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Boolean |
_uniqueCount
Is it unique-count select?
|
_conditionBean_beanMetaDataFactory, _dataSource, _dbmetaProvider, _initializeOnly, _resultSetHandlerFactory, _sqlFileEncoding, _statementFactory, _tableDbName| コンストラクタと説明 |
|---|
SelectCountCBCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
afterExecuting() |
protected void |
assertStatus(String methodName) |
void |
beforeGettingSqlExecution() |
String |
buildSqlExecutionKey() |
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 |
setUniqueCount(boolean uniqueCount) |
assertConditionBeanProperty, 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 Boolean _uniqueCount
public String getCommandName()
BehaviorCommandMetapublic Class<?> getCommandReturnType()
BehaviorCommandMetapublic void beforeGettingSqlExecution()
public void afterExecuting()
public boolean isSelectCount()
BehaviorCommandMetapublic boolean isSelectCursor()
BehaviorCommandMetapublic String buildSqlExecutionKey()
buildSqlExecutionKey インタフェース内 BehaviorCommand<Integer>buildSqlExecutionKey クラス内 AbstractSelectCBCommand<Integer>public SqlExecutionCreator createSqlExecutionCreator()
protected void assertStatus(String methodName)
assertStatus クラス内 AbstractSelectCBCommand<Integer>public void setUniqueCount(boolean uniqueCount)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.