com.akiban.sql.parser
Class FKConstraintDefinitionNode
java.lang.Object
com.akiban.sql.parser.QueryTreeNode
com.akiban.sql.parser.TableElementNode
com.akiban.sql.parser.ConstraintDefinitionNode
com.akiban.sql.parser.FKConstraintDefinitionNode
- All Implemented Interfaces:
- Visitable
public class FKConstraintDefinitionNode
- extends ConstraintDefinitionNode
A FKConstraintDefintionNode represents table constraint definitions.
| Methods inherited from class com.akiban.sql.parser.QueryTreeNode |
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint |
FKConstraintDefinitionNode
public FKConstraintDefinitionNode()
init
public void init(Object constraintName,
Object refTableName,
Object fkRcl,
Object refRcl,
Object refActions,
Object grouping)
- Description copied from class:
QueryTreeNode
- Initialize a query tree node.
- Overrides:
init in class ConstraintDefinitionNode
init
public void init(Object constraintName,
Object constraintType,
Object behavior,
Object grouping)
- Description copied from class:
QueryTreeNode
- Initialize a query tree node.
- Overrides:
init in class QueryTreeNode
copyFrom
public void copyFrom(QueryTreeNode node)
throws StandardException
- Fill this node with a deep copy of the given node.
- Overrides:
copyFrom in class ConstraintDefinitionNode
- Throws:
StandardException
getRefTableName
public TableName getRefTableName()
getRefResultColumnList
public ResultColumnList getRefResultColumnList()
isGrouping
public boolean isGrouping()
toString
public String toString()
- Description copied from class:
ConstraintDefinitionNode
- Convert this object to a String. See comments in QueryTreeNode.java
for how this should be done for tree printing.
- Overrides:
toString in class ConstraintDefinitionNode
- Returns:
- This object as a String
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.