|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.DBFieldType
Constants for the data types for fields in the database.
| Field Summary | |
static DBFieldType |
Numeric
Deprecated. Use NUMERIC instead. |
static DBFieldType |
NUMERIC
|
static DBFieldType |
VarChar
Deprecated. Use VARCHAR instead. |
static DBFieldType |
VARCHAR
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static DBFieldType |
from_int(int value)
Deprecated. Use fromInt instead. |
static DBFieldType |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this DBFieldType. |
int |
intValue()
Returns an int type representing this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final DBFieldType VarChar
VARCHAR instead.
public static final DBFieldType Numeric
NUMERIC instead.
public static final DBFieldType VARCHAR
public static final DBFieldType NUMERIC
| Method Detail |
public java.lang.String toString()
public int intValue()
public static DBFieldType fromInt(int value)
public static DBFieldType from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this DBFieldType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||