|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.sql.compile.QueryTreeNode
org.apache.derby.impl.sql.compile.ValueNode
org.apache.derby.impl.sql.compile.ConstantNode
org.apache.derby.impl.sql.compile.BitConstantNode
org.apache.derby.impl.sql.compile.VarbitConstantNode
public final class VarbitConstantNode
Field Summary |
---|
Fields inherited from class org.apache.derby.impl.sql.compile.ConstantNode |
---|
value |
Fields inherited from class org.apache.derby.impl.sql.compile.ValueNode |
---|
transformed |
Fields inherited from class org.apache.derby.impl.sql.compile.QueryTreeNode |
---|
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX, isPrivilegeCollectionRequired |
Constructor Summary | |
---|---|
VarbitConstantNode()
|
Method Summary | |
---|---|
void |
init(java.lang.Object arg1)
Initializer for a VarbitConstantNode. |
Methods inherited from class org.apache.derby.impl.sql.compile.BitConstantNode |
---|
generateConstant, getConstantValueAsObject, init |
Methods inherited from class org.apache.derby.impl.sql.compile.ConstantNode |
---|
bindExpression, constantExpression, generateExpression, getClone, getOrderableVariantType, getValue, init, isCloneable, isConstantExpression, isEquivalent, isNull, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VarbitConstantNode()
Method Detail |
---|
public void init(java.lang.Object arg1) throws StandardException
init
in class BitConstantNode
arg1
- The TypeId for the type of the node OR A Bit containing the value of the constant
StandardException
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |