public class RowLimitProcessorFactoryForge extends Object
Constructor and Description |
---|
RowLimitProcessorFactoryForge(RowLimitSpec rowLimitSpec,
VariableCompileTimeResolver variableCompileTimeResolver,
String optionalContextName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
make(CodegenMethodScope parent,
CodegenClassScope classScope) |
public RowLimitProcessorFactoryForge(RowLimitSpec rowLimitSpec, VariableCompileTimeResolver variableCompileTimeResolver, String optionalContextName) throws ExprValidationException
rowLimitSpec
- specification for row limit, or null if no row limit is definedvariableCompileTimeResolver
- for retrieving variable state for use with row limitingoptionalContextName
- context nameExprValidationException
- exceptionpublic CodegenExpression make(CodegenMethodScope parent, CodegenClassScope classScope)
Copyright © 2005–2018. All rights reserved.