public interface SymbExArgumentHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIsInQueryStreamSource(int argIndex) |
ColumnExpressions<?> |
handleArg(int argIndex,
org.jinq.rebased.org.objectweb.asm.Type argType) |
JinqPostgresQuery<?> |
handleSubQueryArg(int argIndex,
org.jinq.rebased.org.objectweb.asm.Type argType) |
JinqPostgresQuery<?> |
handleSubQueryThisFieldRead(String name,
org.jinq.rebased.org.objectweb.asm.Type argType) |
ColumnExpressions<?> |
handleThisFieldRead(String name,
org.jinq.rebased.org.objectweb.asm.Type argType) |
ColumnExpressions<?> handleArg(int argIndex, org.jinq.rebased.org.objectweb.asm.Type argType) throws ch.epfl.labos.iu.orm.queryll2.symbolic.TypedValueVisitorException
ch.epfl.labos.iu.orm.queryll2.symbolic.TypedValueVisitorExceptionJinqPostgresQuery<?> handleSubQueryArg(int argIndex, org.jinq.rebased.org.objectweb.asm.Type argType) throws ch.epfl.labos.iu.orm.queryll2.symbolic.TypedValueVisitorException
ch.epfl.labos.iu.orm.queryll2.symbolic.TypedValueVisitorExceptionboolean checkIsInQueryStreamSource(int argIndex)
ColumnExpressions<?> handleThisFieldRead(String name, org.jinq.rebased.org.objectweb.asm.Type argType) throws ch.epfl.labos.iu.orm.queryll2.symbolic.TypedValueVisitorException
ch.epfl.labos.iu.orm.queryll2.symbolic.TypedValueVisitorExceptionJinqPostgresQuery<?> handleSubQueryThisFieldRead(String name, org.jinq.rebased.org.objectweb.asm.Type argType) throws ch.epfl.labos.iu.orm.queryll2.symbolic.TypedValueVisitorException
ch.epfl.labos.iu.orm.queryll2.symbolic.TypedValueVisitorExceptionCopyright © 2016. All rights reserved.