Modifier | Constructor and Description |
---|---|
protected |
helpers()
There are no constructors for this method since
all of the methods are static.
|
Modifier and Type | Method and Description |
---|---|
static String |
decodeDataType(DataType valueIn)
Returns a string object representing the value of
a value belonging to the
DataType
class. |
static String |
printObject(Object o)
Prints an object that may belong to one of several
classes.
|
protected helpers()
public static String decodeDataType(DataType valueIn)
DataType
class.valueIn
- Type of database columnpublic static String printObject(Object o)
The first step is to test if the object is equal to null, since you can't determine the class of a null object. If the object is equal to null, the string **null value** is returned.