DB.BigInt, DB.Bit, DB.DateTime, DB.Int, DB.NullObject, DB.Real, DB.Str| Constructor and Description |
|---|
Str()
Default Constructor
|
Str(Object value)
Set value based on an Object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compare this instance to another Db.Str or String
|
String |
getValue()
Returns the String, or NULL if the instance is null
|
public Str()
public Str(Object value)
value - - Object to use for setting valueCopyright © 2021 VersionOne, Inc.. All rights reserved.