| パッケージ | 説明 |
|---|---|
| org.dbflute.cbean | |
| org.dbflute.cbean.sqlclause | |
| org.dbflute.dbmeta.accessory |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected HpDerivingSubQueryInfo |
AbstractConditionQuery.xcreateDerivingSubQueryInfo(String function,
String aliasName,
String clause,
SpecifyDerivedReferrer derivedReferrer) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
AbstractConditionBean.xconvertToDerivedMapValue(HpDerivingSubQueryInfo derivingInfo,
Object value) |
protected Class<?> |
AbstractConditionBean.xfindDerivedMappingTypeOfAvg(HpDerivingSubQueryInfo derivingInfo) |
protected Class<?> |
AbstractConditionBean.xfindDerivedMappingTypeOfCount(HpDerivingSubQueryInfo derivingInfo) |
protected Class<?> |
AbstractConditionBean.xfindDerivedMappingTypeOfDefault(HpDerivingSubQueryInfo derivingInfo) |
protected Class<?> |
AbstractConditionBean.xfindDerivedMappingTypeOfMax(HpDerivingSubQueryInfo derivingInfo) |
protected Class<?> |
AbstractConditionBean.xfindDerivedMappingTypeOfMin(HpDerivingSubQueryInfo derivingInfo) |
protected Class<?> |
AbstractConditionBean.xfindDerivedMappingTypeOfSum(HpDerivingSubQueryInfo derivingInfo) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Map<String,HpDerivingSubQueryInfo> |
AbstractSqlClause._specifiedDerivingSubQueryMap
Specified derive sub-query map.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
HpDerivingSubQueryInfo |
SqlClause.getSpecifiedDerivingInfo(String aliasName)
Get the info of specified deriving sub-query by the alias name.
|
HpDerivingSubQueryInfo |
AbstractSqlClause.getSpecifiedDerivingInfo(String aliasName) |
protected HpDerivingSubQueryInfo |
AbstractSqlClause.getSpecifiedDerivingInfoAsOne() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SqlClause.specifyDerivingSubQuery(HpDerivingSubQueryInfo subQueryInfo)
Specify deriving sub-query for DerivedReferrer.
|
void |
AbstractSqlClause.specifyDerivingSubQuery(HpDerivingSubQueryInfo subQueryInfo) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
DerivedTypeHandler.convertToMapValue(HpDerivingSubQueryInfo derivingInfo,
Object selectedValue)
Convert the selected value to derived map value. e.g. to Option
|
Class<?> |
DerivedTypeHandler.findMappingType(HpDerivingSubQueryInfo derivingInfo)
Find the mapping type of the derived column.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.