DB.BigInt, DB.Bit, DB.DateTime, DB.Int, DB.NullObject, DB.Real, DB.Str
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.
|
Object |
getValue()
Returns null
|
int |
hashCode()
returns 0
|
String |
toString()
returns the empty string
|
public boolean equals(Object obj)
Copyright © 2015 VersionOne, Inc.. All rights reserved.