public abstract class DB extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DB.BigInt
DB type for Long
|
static class |
DB.Bit
DB type for Boolean values
|
static class |
DB.DateTime
DB Type for Dates
|
static class |
DB.Int
DB Class for Integers
|
static class |
DB.NullObject
Represents a NULL DB object
|
static class |
DB.Real
DB type for Float
|
static class |
DB.Str
DB type for Strings
|
Modifier and Type | Field and Description |
---|---|
static DB.NullObject |
Null |
Modifier | Constructor and Description |
---|---|
protected |
DB() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object obj)
Compare this object to another and return true if they are equal
|
abstract Object |
getValue()
Get the value of the data.
|
int |
hashCode()
Return the hashCode for the object
|
boolean |
isNull()
Is the value null?
|
String |
toString()
return the String representation of this object
|
public static final DB.NullObject Null
public abstract Object getValue()
public abstract boolean equals(Object obj)
public int hashCode()
public String toString()
public boolean isNull()
Copyright © 2015 VersionOne, Inc.. All rights reserved.