public class AllResultColumn extends ResultColumn
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
Constructor and Description |
---|
AllResultColumn() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
java.lang.String |
getFullTableName()
Return the full table name qualification for this node
|
TableName |
getTableNameObject() |
void |
init(java.lang.Object arg)
This initializer is for use in the parser for a "*".
|
boolean |
isRecursive() |
java.lang.String |
toString()
Convert this object to a String.
|
adjustVirtualColumnId, getColumnPosition, getExpression, getName, getReference, getSchemaName, getTableName, getVirtualColumnId, init, isDefaultColumn, isEquivalent, isNameGenerated, printSubNodes, setDefaultColumn, setExpression, setName, setNameGenerated, setVirtualColumnId
getColumnName, getSourceResultColumn, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isConstantExpression, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setType
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint
public void init(java.lang.Object arg)
init
in class QueryTreeNode
arg
- TableName Dot expression qualifying "*" or Boolean recursivepublic void copyFrom(QueryTreeNode node) throws StandardException
copyFrom
in class ResultColumn
StandardException
public java.lang.String getFullTableName()
public TableName getTableNameObject()
getTableNameObject
in class ResultColumn
public boolean isRecursive()
public java.lang.String toString()
toString
in class ResultColumn
Copyright © 2013. All Rights Reserved.