com.akiban.sql.parser
Class VarbitConstantNode

java.lang.Object
  extended by com.akiban.sql.parser.QueryTreeNode
      extended by com.akiban.sql.parser.ValueNode
          extended by com.akiban.sql.parser.ConstantNode
              extended by com.akiban.sql.parser.BitConstantNode
                  extended by com.akiban.sql.parser.VarbitConstantNode
All Implemented Interfaces:
Visitable

public final class VarbitConstantNode
extends BitConstantNode


Field Summary
 
Fields inherited from class com.akiban.sql.parser.QueryTreeNode
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
 
Constructor Summary
VarbitConstantNode()
           
 
Method Summary
 void init(Object arg1)
          Initializer for a VarbitConstantNode.
 
Methods inherited from class com.akiban.sql.parser.BitConstantNode
copyFrom, fromHexString, init
 
Methods inherited from class com.akiban.sql.parser.ConstantNode
getValue, init, isConstantExpression, isEquivalent, setValue, toString
 
Methods inherited from class com.akiban.sql.parser.ValueNode
getColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setType
 
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, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, printSubNodes, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VarbitConstantNode

public VarbitConstantNode()
Method Detail

init

public void init(Object arg1)
          throws StandardException
Initializer for a VarbitConstantNode.

Overrides:
init in class BitConstantNode
Parameters:
arg1 - The TypeId for the type of the node OR A Bit containing the value of the constant
Throws:
StandardException


Copyright © 2013 Akiban Technologies, Inc. All rights reserved.