com.dbxml.db.core.query.plan.logical
Class Value
java.lang.Object
com.dbxml.db.core.query.plan.QueryNode
com.dbxml.db.core.query.plan.logical.LogicalQueryNode
com.dbxml.db.core.query.plan.logical.Value
- Direct Known Subclasses:
- BooleanValue, DateValue, FloatValue, IntValue, StringValue, ValueSet
- public abstract class Value
- extends LogicalQueryNode
Value
Constructor Summary |
Value()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Value
public Value()
newBooleanValue
public static final BooleanValue newBooleanValue(boolean value)
newDateValue
public static final DateValue newDateValue(java.util.Date value)
newFloatValue
public static final FloatValue newFloatValue(double value)
newFloatValue
public static final FloatValue newFloatValue(float value)
newIntValue
public static final IntValue newIntValue(long value)
newIntValue
public static final IntValue newIntValue(int value)
newIntValue
public static final IntValue newIntValue(short value)
newIntValue
public static final IntValue newIntValue(char value)
newIntValue
public static final IntValue newIntValue(byte value)
newStringValue
public static final StringValue newStringValue(java.lang.String value)
newStringValue
public static final StringValue newStringValue(java.lang.StringBuffer value)
newValueSet
public static final ValueSet newValueSet()
newValueSet
public static final ValueSet newValueSet(Value[] values)
Copyright (c) 2004 The dbXML Group