| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv | |
| org.dbflute.bhv.core.command | |
| org.dbflute.cbean.chelper | |
| org.dbflute.cbean.sqlclause | |
| org.dbflute.cbean.sqlclause.clause |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <RESULT> SelectScalarCBCommand<RESULT> |
AbstractBehaviorReadable.createSelectScalarCBCommand(ConditionBean cb,
Class<RESULT> resultType,
SelectClauseType selectClauseType) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SelectClauseType |
SelectScalarCBCommand._selectClauseType
The type of select clause.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SelectScalarCBCommand.setSelectClauseType(SelectClauseType selectClauseType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected RESULT |
HpSLSFunction.exec(ScalarQuery<CB> scalarQuery,
SelectClauseType selectClauseType,
ScalarSelectOption option) |
RESULT |
HpSLSExecutor.execute(CB cb,
Class<RESULT> resultType,
SelectClauseType selectClauseType)
Execute the scalar select for the select clause type.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SelectClauseType |
AbstractSqlClause._previousSelectClauseType
The previous type of select clause.
|
protected SelectClauseType |
AbstractSqlClause._selectClauseType
The type of select clause.
|
protected static SelectClauseType |
AbstractSqlClause.DEFAULT_SELECT_CLAUSE_TYPE |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractSqlClause.changeSelectClauseType(SelectClauseType selectClauseType) |
void |
SqlClause.classifySelectClauseType(SelectClauseType selectClauseType)
Classify the type of select clause into specified type.
|
void |
AbstractSqlClause.classifySelectClauseType(SelectClauseType selectClauseType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static SelectClauseType |
SelectClauseType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static SelectClauseType[] |
SelectClauseType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.