| パッケージ | 説明 |
|---|---|
| org.dbflute.cbean | |
| org.dbflute.cbean.chelper | |
| org.dbflute.cbean.coption | |
| org.dbflute.cbean.sqlclause |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ConditionBean.xacceptScalarSelectOption(ScalarSelectOption option)
Accept the option for ScalarSelect.
|
void |
AbstractConditionBean.xacceptScalarSelectOption(ScalarSelectOption option)
Accept the option for ScalarSelect.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ScalarSelectOption |
HpSLSFunction.createScalarSelectOption() |
protected ScalarSelectOption |
HpSLSFunction.newScalarSelectOption() |
protected ScalarSelectOption |
HpSLSFunction.prepareOption(FunctionFilterOptionCall<ScalarSelectOption> opLambda) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OptionalScalar<RESULT> |
HpSLSFunction.avg(ScalarQuery<CB> cbLambda,
FunctionFilterOptionCall<ScalarSelectOption> opLambda)
Select the average value.
|
RESULT |
HpSLSFunction.count(ScalarQuery<CB> cbLambda,
FunctionFilterOptionCall<ScalarSelectOption> opLambda)
Select the count value with function conversion option.
|
RESULT |
HpSLSFunction.countDistinct(ScalarQuery<CB> cbLambda,
FunctionFilterOptionCall<ScalarSelectOption> opLambda)
Select the count-distinct value with function conversion option.
|
OptionalScalar<RESULT> |
HpSLSFunction.max(ScalarQuery<CB> cbLambda,
FunctionFilterOptionCall<ScalarSelectOption> opLambda)
Select the maximum value with function conversion option.
|
OptionalScalar<RESULT> |
HpSLSFunction.min(ScalarQuery<CB> cbLambda,
FunctionFilterOptionCall<ScalarSelectOption> opLambda)
Select the minimum value with function conversion option.
|
protected ScalarSelectOption |
HpSLSFunction.prepareOption(FunctionFilterOptionCall<ScalarSelectOption> opLambda) |
OptionalScalar<RESULT> |
HpSLSFunction.sum(ScalarQuery<CB> cbLambda,
FunctionFilterOptionCall<ScalarSelectOption> opLambda)
Select the summary value with function conversion option.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScalarSelectOption |
ScalarSelectOption.addDay(Integer addedDay)
Add days to the date or date-time value.
|
ScalarSelectOption |
ScalarSelectOption.addHour(Integer addedHour)
Add hours to date-time value.
|
ScalarSelectOption |
ScalarSelectOption.addMinute(Integer addedMinute)
Add minutes to date-time value.
|
ScalarSelectOption |
ScalarSelectOption.addMonth(Integer addedMonth)
Add months to the date or date-time value.
|
ScalarSelectOption |
ScalarSelectOption.addSecond(Integer addedSecond)
Add seconds to date-time value.
|
ScalarSelectOption |
ScalarSelectOption.addYear(Integer addedYear)
Add years to the date or date-time value.
|
ScalarSelectOption |
ScalarSelectOption.coalesce(Object coalesce)
Set the value for coalesce function.
|
ScalarSelectOption |
ScalarSelectOption.round(Object round)
Round the specified part of the number.
|
ScalarSelectOption |
ScalarSelectOption.trunc(Object trunc)
Truncate the specified part of the number or date-time value.
|
ScalarSelectOption |
ScalarSelectOption.truncDay()
Truncate the day and time part of the date or the date-time value.
|
ScalarSelectOption |
ScalarSelectOption.truncMonth()
Truncate the month and day and time part of the date or the date-time value.
|
ScalarSelectOption |
ScalarSelectOption.truncTime()
Truncate the time part of the date-time value.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ScalarSelectOption |
AbstractSqlClause._scalarSelectOption
The option for ScalarSelect.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SqlClause.acceptScalarSelectOption(ScalarSelectOption option)
Accept the option of scalar-select.
|
void |
AbstractSqlClause.acceptScalarSelectOption(ScalarSelectOption option) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.