DB.BigInt, DB.Bit, DB.DateTime, DB.Int, DB.NullObject, DB.Real, DB.Str
Constructor and Description |
---|
BigInt()
Create a null instance
|
BigInt(Object value)
Create an instance and set value from another object
If Object is | Value set based on
String | Long.parseLong(value)
Number | value.longValue()
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compare this instance to another DB.BigInt or another Long
|
Long |
getValue()
return the Long value or null if the instance is null
|
public BigInt()
public BigInt(Object value)
value
- - instance used to set valueCopyright © 2015 VersionOne, Inc.. All rights reserved.