smacs.tree.defs
Class SqlInsertIntoClauseQ
java.lang.Object
smacs.tree.SimpleNodeHandler
smacs.tree.defs.SqlSimpleNodeQ
smacs.tree.defs.SqlInsertNewIntoClauseQ
smacs.tree.defs.SqlInsertIntoClauseQ
- All Implemented Interfaces:
- GetSimpleNode, NodeHandler
- Direct Known Subclasses:
- SqlUpsertIntoClauseQ
- public class SqlInsertIntoClauseQ
- extends SqlInsertNewIntoClauseQ
SqlInsertIntoClause.java semantic wrapper.
assemble all helper functions into this class
note that instances of this class are attributes!
therefore modifications will not change the parse tree!
- Author:
- Copyright (C) 2004, Guido Draheim. All rights reserved. Part of SMACS project.
| Methods inherited from class smacs.tree.defs.SqlInsertNewIntoClauseQ |
base, getSqlAllDistinctHintQ, getSqlFromClauseQ, getSqlFromItemQ, getSqlFromItemQList, getSqlFromItemQNodeList, getSqlSelectItemQ, getSqlSelectItemQList, getSqlSelectItemQNodeList, getSqlTableExpressionQ, getSqlTableReferenceQ, getSqlWhereClauseQ, hasSqlIntoTableClauseQ, hasSqlIntoTableQ, hasSqlOldNewHintQ, hasSqlOldNewHintQNode, hasSqlSelectWhereClauseQ, hasSqlWithOptionsQ, isExistsClause, isInsertClause, isOnlyNewHint, isOnlyOldHint, isUpdateClause, isUsesAllHint |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlInsertIntoClauseQ
public SqlInsertIntoClauseQ(Object node)