net.spy.db
Class DBNull

java.lang.Object
  extended bynet.spy.db.DBNull

public class DBNull
extends Object

Represents NULL data in DB parameters and stuff.


Constructor Summary
DBNull(int type)
          Get a new null object.
 
Method Summary
 int getType()
          Get the data type of this nullness.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBNull

public DBNull(int type)
Get a new null object.

Method Detail

getType

public int getType()
Get the data type of this nullness.