smacs.tree.defs
Class InputSqlIntoTableClause
java.lang.Object
org.dom4j.tree.AbstractNode
org.dom4j.tree.AbstractAttribute
org.dom4j.tree.FlyweightAttribute
org.dom4j.tree.DefaultAttribute
smacs.tree.NodeDefaultAttribute
smacs.tree.NodeExtendedAttribute
smacs.tree.NodeReferenceAttribute
smacs.tree.defs.InputNode
smacs.tree.defs.InputSqlIntoTableClause
- All Implemented Interfaces:
- Attribute, Cloneable, EventListener, GetSimpleNode, HasNodeHandler, IsaNodeReferenceAttribute, IsaNodeReferenceChildListener, IsaNodeReferenceListener, Node, Serializable
- Direct Known Subclasses:
- InputSqlIntoTable
- public class InputSqlIntoTableClause
- extends InputNode
SqlIntoTableClause.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.
- See Also:
- Serialized Form
| Fields inherited from interface org.dom4j.Node |
ANY_NODE, ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, MAX_NODE_TYPE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE |
| Methods inherited from class org.dom4j.tree.AbstractAttribute |
accept, asXML, createXPathResult, getData, getName, getNamespace, getNamespacePrefix, getNamespaceURI, getNodeType, getPath, getQualifiedName, getText, getUniquePath, setData, setNamespace, setText, toString, write |
| Methods inherited from class org.dom4j.tree.AbstractNode |
asXPathResult, clone, createPattern, createXPath, createXPathFilter, detach, getDocument, getDocumentFactory, getNodeTypeName, getPath, getStringValue, getUniquePath, hasContent, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, valueOf |
| Methods inherited from interface org.dom4j.Node |
accept, asXML, asXPathResult, clone, createXPath, detach, getDocument, getName, getNodeType, getNodeTypeName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setName, setParent, setText, supportsParent, valueOf, write |
InputSqlIntoTableClause
public InputSqlIntoTableClause(Object node)
base
public String base()
getInputSqlTableReference
public InputSqlTableReference getInputSqlTableReference(int i)
- INTO table1, table2, table3. ... usually only first table at i=0
- Returns:
- null if no table at index.
getInputSqlTableExpression
public InputSqlTableExpression getInputSqlTableExpression(int i)
- INTO table1, table2, TABLE(table3). ... usually only first table at i=0
- Returns:
- null if no table at index.