org.opengts.dbtypes
Class DTUniqueID
java.lang.Object
org.opengts.dbtools.DBFieldType
org.opengts.dbtypes.DTUniqueID
public class DTUniqueID
- extends DBFieldType
Method Summary |
java.lang.Object |
getObject()
Gets the current value |
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 |
DTUniqueID
public DTUniqueID(long uniqueID)
DTUniqueID
public DTUniqueID(java.lang.String uniqueIDHex)
DTUniqueID
public DTUniqueID(java.sql.ResultSet rs,
java.lang.String fldName)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getObject
public java.lang.Object getObject()
- Description copied from class:
DBFieldType
- Gets the current value
- Specified by:
getObject
in class DBFieldType
- Returns:
- The current value
toString
public java.lang.String toString()
- Description copied from class:
DBFieldType
- Gets the String representation of the current value
- Specified by:
toString
in class DBFieldType
- Returns:
- The String representation of the current value