Open SiteSearch 4.1.1
Final

ORG.oclc.access.api
Class NullObject

java.lang.Object
  |
  +--ORG.oclc.access.api.NullObject

public class NullObject
extends Object

The NullObject class is used to indicate that the value of a column should be set to NULL when updating database rows.


Constructor Summary
NullObject()
           
 
Method Summary
 String toString()
          Returns a String object that contains the string "NULL".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullObject

public NullObject()
Method Detail

toString

public String toString()
Returns a String object that contains the string "NULL".
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final