|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsql.parser.SimpleNode
dsql.parser.DMNode
dsql.parser.ASTBinaryOperator
dsql.parser.ASTSetOperator
dsql.parser.ASTInOp
In operator: e.g $x in $y. can check for scalar values, records or tables
Field Summary |
Fields inherited from class dsql.parser.SimpleNode |
children, id, parent, parser |
Constructor Summary | |
ASTInOp(int id)
|
|
ASTInOp(Parser p,
int id)
|
Method Summary | |
Value |
execute()
Execute a Node |
protected Value |
executeRecord(ColumnHolder rec)
|
protected Value |
executeScalar(java.lang.String v1s)
|
protected Value |
executeTable(TableResult t1)
|
Methods inherited from class dsql.parser.ASTSetOperator |
createNewTable, createNewTableHash, insertNew |
Methods inherited from class dsql.parser.ASTBinaryOperator |
getString, priority |
Methods inherited from class dsql.parser.DMNode |
executeArgument, executeArgumentAsClass, executeArgumentColumnHolder, executeArgumentNonNull, executeArgumentRecordHolder, executeArgumentTable, executeWithCatch, executeXML, getArgument, getCaller, getDsqlParent, getLine, getRoot, hasArgument, jjtInsertFirstChild, jjtSetChild, setCaller, setLine |
Methods inherited from class dsql.parser.SimpleNode |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ASTInOp(int id)
public ASTInOp(Parser p, int id)
Method Detail |
public Value execute() throws ExecuteException
DMNode
execute
in class DMNode
ExecuteException
- If an error occurs during executionprotected Value executeScalar(java.lang.String v1s) throws ExecuteException
ExecuteException
protected Value executeRecord(ColumnHolder rec) throws ExecuteException
ExecuteException
protected Value executeTable(TableResult t1) throws ExecuteException
ExecuteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |