Interface SubselectForgeRow
- All Known Implementing Classes:
SubselectForgeRowHavingSelected
,SubselectForgeRowUnfilteredSelectedGroupedNoHaving
,SubselectForgeRowUnfilteredSelectedGroupedWHaving
,SubselectForgeStrategyRowBase
,SubselectForgeStrategyRowFilteredUnselectedTable
,SubselectForgeStrategyRowPlain
,SubselectForgeStrategyRowUnfilteredUnselectedTable
public interface SubselectForgeRow
-
Method Summary
Modifier and TypeMethodDescriptionevaluateCodegen
(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbol, CodegenClassScope classScope) evaluateGetBeanCodegen
(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope) evaluateGetCollEventsCodegen
(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbol, CodegenClassScope classScope) evaluateGetCollScalarCodegen
(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbol, CodegenClassScope classScope) evaluateTypableMultirowCodegen
(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope) evaluateTypableSinglerowCodegen
(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope)
-
Method Details
-
evaluateCodegen
CodegenExpression evaluateCodegen(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbol, CodegenClassScope classScope) -
evaluateGetCollEventsCodegen
CodegenExpression evaluateGetCollEventsCodegen(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbol, CodegenClassScope classScope) -
evaluateGetCollScalarCodegen
CodegenExpression evaluateGetCollScalarCodegen(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbol, CodegenClassScope classScope) -
evaluateGetBeanCodegen
CodegenExpression evaluateGetBeanCodegen(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope) -
evaluateTypableSinglerowCodegen
CodegenExpression evaluateTypableSinglerowCodegen(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope) -
evaluateTypableMultirowCodegen
CodegenExpression evaluateTypableMultirowCodegen(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope)
-