|
||||||||||
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
Field Summary |
Fields inherited from class dsql.parser.SimpleNode |
children, id, parent, parser |
Constructor Summary | |
ASTSetOperator(int id)
|
|
ASTSetOperator(Parser p,
int id)
|
Method Summary | |
protected ConstructedTable |
createNewTable(TableResult t1)
|
protected ConstructedTableHash |
createNewTableHash(TableResult t1,
TableResult t2)
|
protected void |
insertNew(ConstructedTableHash t1,
TableResult t2)
insert only new records of t2 into t1 |
Methods inherited from class dsql.parser.ASTBinaryOperator |
getString, priority |
Methods inherited from class dsql.parser.DMNode |
execute, 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 ASTSetOperator(int id)
public ASTSetOperator(Parser p, int id)
Method Detail |
protected ConstructedTable createNewTable(TableResult t1) throws ExecuteException
ExecuteException
protected ConstructedTableHash createNewTableHash(TableResult t1, TableResult t2) throws ExecuteException
ExecuteException
protected void insertNew(ConstructedTableHash t1, TableResult t2) throws ExecuteException
ExecuteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |