|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.versionone.DB
com.versionone.DB.NullObject
public static class DB.NullObject
Represents a NULL DB object
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.versionone.DB |
|---|
DB.BigInt, DB.Bit, DB.DateTime, DB.Int, DB.NullObject, DB.Real, DB.Str |
| Field Summary |
|---|
| Fields inherited from class com.versionone.DB |
|---|
Null |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Return true if the object is null, the object is an instance of NullObject or if the other object is a DB, then true if the other object is null. |
java.lang.Object |
getValue()
Returns null |
int |
hashCode()
returns 0 |
java.lang.String |
toString()
returns the empty string |
| Methods inherited from class com.versionone.DB |
|---|
isNull |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class DBpublic java.lang.Object getValue()
getValue in class DBpublic int hashCode()
hashCode in class DBpublic java.lang.String toString()
toString in class DB
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||