Ontimize 5.2072EN

com.ontimize.db
Class NullValue

java.lang.Object
  extended bycom.ontimize.db.NullValue
All Implemented Interfaces:
java.io.Serializable

public class NullValue
extends java.lang.Object
implements java.io.Serializable

Represents a null value as field content. It indicates the sql data type to use in the setNull statement method.

See Also:
Serialized Form

Constructor Summary
NullValue()
           
NullValue(int sqlDataType)
           
 
Method Summary
 int getSQLDataType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullValue

public NullValue(int sqlDataType)

NullValue

public NullValue()
Method Detail

getSQLDataType

public int getSQLDataType()

toString

public java.lang.String toString()

Ontimize