|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.db.DBNull
public class DBNull
Represents NULL data in DB parameters and stuff.
| Constructor Summary | |
|---|---|
DBNull(int t)
Get a new null object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
True if o is a DBNull of the same type. |
int |
getType()
Get the data type of this nullness. |
int |
hashCode()
Get the hashcode for this object. |
java.lang.String |
toString()
String me. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DBNull(int t)
| Method Detail |
|---|
public int getType()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||