DB.BigInt, DB.Bit, DB.DateTime, DB.Int, DB.NullObject, DB.Real, DB.Str
Constructor and Description |
---|
DB.BigInt()
Create a null instance
|
DB.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()
|
public DB.BigInt()
public DB.BigInt(Object value)
value
- - instance used to set valueCopyright © 2013 Version One, Inc.. All rights reserved.