public class SelectFromWhereLambdaArgumentHandler extends Object implements SymbExArgumentHandler
| Modifier and Type | Field and Description |
|---|---|
static Set<org.objectweb.asm.Type> |
ALLOWED_QUERY_PARAMETER_TYPES |
| Constructor and Description |
|---|
SelectFromWhereLambdaArgumentHandler(LambdaInfo lambda,
List<org.jooq.Table<?>> fromTables) |
| Modifier and Type | Method and Description |
|---|---|
ColumnExpressions<?> |
handleArg(int argIndex,
org.objectweb.asm.Type argType) |
public static final Set<org.objectweb.asm.Type> ALLOWED_QUERY_PARAMETER_TYPES
public SelectFromWhereLambdaArgumentHandler(LambdaInfo lambda, List<org.jooq.Table<?>> fromTables)
public ColumnExpressions<?> handleArg(int argIndex, org.objectweb.asm.Type argType) throws TypedValueVisitorException
handleArg in interface SymbExArgumentHandlerTypedValueVisitorExceptionCopyright © 2015. All Rights Reserved.