dsql.value
Class NullValue

java.lang.Object
  extended bydsql.DMExecuted
      extended bydsql.value.Value
          extended bydsql.value.ScalarValue
              extended bydsql.value.StringValue
                  extended bydsql.value.NullValue

public class NullValue
extends StringValue

The SQL NULL value


Constructor Summary
NullValue(DSQL _caller)
           
 
Methods inherited from class dsql.value.StringValue
append, getBoolean, getObject, getObjectClass, getSQLTypeName, getString, getTypeName, setString, toString
 
Methods inherited from class dsql.value.ScalarValue
equals, getMeta, isScalar, print
 
Methods inherited from class dsql.value.Value
getField, getFloat, getInt, getRecordHolder, getType, getValue, getValue, setField
 
Methods inherited from class dsql.DMExecuted
getCaller, setCaller
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullValue

public NullValue(DSQL _caller)