|
SMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dom4j.tree.AbstractNode
org.dom4j.tree.AbstractBranch
org.dom4j.tree.AbstractElement
org.dom4j.tree.DefaultElement
smacs.tree.ScriptNode
smacs.tree.node.SimpleNodeClone
smacs.tree.node.SqlTableDeclaration
SqlTableDeclaration.java semantic wrapper.
assemble all helper functions into this class note that instances of this class are clones! modifications will not change the parse tree!
| Field Summary |
| Fields inherited from class smacs.tree.node.SimpleNodeClone |
log, orig |
| Fields inherited from class smacs.tree.ScriptNode |
_NodeHandler, TokenValue |
| Fields inherited from class org.dom4j.tree.AbstractElement |
EMPTY_ITERATOR, EMPTY_LIST, USE_STRINGVALUE_SEPARATOR, VERBOSE_TOSTRING |
| Fields inherited from class org.dom4j.tree.AbstractBranch |
DEFAULT_CONTENT_LIST_SIZE, outputFormat |
| Fields inherited from class org.dom4j.tree.AbstractNode |
NODE_TYPE_NAMES |
| 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 |
| Constructor Summary | |
SqlTableDeclaration(Object node)
|
|
| Method Summary | |
SqlTableReference |
declaredSqlTableReference()
|
String |
getSqlTableName()
|
String |
getTableName()
the table name. |
String |
getTableNameSpec()
|
String |
getTableSchemaBaseNameSpec()
a syntactic qualifier for the schema name part. |
String |
getTableSchemaName()
the table schema name. |
String |
getTableSchemaNameSpec()
any syntactic qualifier of the table schema name. |
String |
hasSchemaName()
depracated, use getTableSchemaName(). |
| Methods inherited from class smacs.tree.node.SimpleNodeClone |
cloneOrig, cloneOrig, errorWrongNode, errorWrongNode, expectingNodeName, getClassPackageName, getClassShortName, getOrig, setOrig, strNodeName |
| Methods inherited from class org.dom4j.tree.AbstractBranch |
addElement, addElement, addElement, appendContent, content, contentRemoved, createContentList, createContentList, createEmptyList, createResultList, createSingleResultList, elementByID, elementID, getContentAsStringValue, getContentAsText, getTextTrim, hasContent, invalidNodeTypeAddException, isReadOnly, setProcessingInstructions |
| Methods inherited from class org.dom4j.tree.AbstractNode |
asXPathResult, createPattern, createXPath, createXPathFilter, createXPathResult, detach, getNodeTypeName, getPath, getUniquePath, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, valueOf |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.dom4j.Branch |
add, add, add, add, addElement, addElement, addElement, appendContent, clearContent, content, elementByID, indexOf, node, nodeCount, nodeIterator, normalize, processingInstruction, processingInstructions, processingInstructions, remove, remove, remove, remove, removeProcessingInstruction, setContent, setProcessingInstructions |
| Methods inherited from interface org.dom4j.Node |
accept, asXML, asXPathResult, clone, createXPath, detach, getDocument, getName, getNodeType, getNodeTypeName, getParent, getPath, getPath, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setName, setParent, setText, supportsParent, valueOf, write |
| Methods inherited from interface smacs.util.listen.GetName |
getName |
| Constructor Detail |
public SqlTableDeclaration(Object node)
| Method Detail |
public SqlTableReference declaredSqlTableReference()
public String getSqlTableName()
public String getTableName()
HasTableName
getTableName in interface HasTableNamepublic String getTableSchemaName()
HasTableSchemaName
getTableSchemaName in interface HasTableSchemaNamepublic String getTableSchemaBaseNameSpec()
HasTableSchemaName
getTableSchemaBaseNameSpec in interface HasTableSchemaNamepublic String getTableSchemaNameSpec()
HasTableSchemaNameSpec
getTableSchemaNameSpec in interface HasTableSchemaNameSpecpublic String getTableNameSpec()
public String hasSchemaName()
TableQNameHasTableSchemaName.getTableSchemaName().
hasSchemaName in interface TableQName
|
SMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||