|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.dbtools.DBFieldType
public abstract class DBFieldType
DBFieldType
is an abstract superclass for custom field types
Constructor Summary | |
---|---|
DBFieldType()
Constructor |
|
DBFieldType(java.sql.ResultSet rs,
java.lang.String fldName)
Constructor |
|
DBFieldType(java.lang.String val)
Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Returns true if the 'other' object is equivalent to this field type value |
abstract java.lang.Object |
getObject()
Gets the current value |
abstract java.lang.String |
toString()
Gets the String representation of the current value |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBFieldType()
public DBFieldType(java.lang.String val)
val
- A default initialization valuepublic DBFieldType(java.sql.ResultSet rs, java.lang.String fldName) throws java.sql.SQLException
rs
- The ResultSet from which this field type will be initializedfldName
- The field name within the ResultSet used to initialize this field type
java.sql.SQLException
Method Detail |
---|
public abstract java.lang.Object getObject()
public abstract java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- The 'other' object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |