org.opengts.dbtypes
Class DTUniqueID

java.lang.Object
  extended by org.opengts.dbtools.DBFieldType
      extended by org.opengts.dbtypes.DTUniqueID

public class DTUniqueID
extends DBFieldType


Constructor Summary
DTUniqueID(long uniqueID)
           
DTUniqueID(java.sql.ResultSet rs, java.lang.String fldName)
           
DTUniqueID(java.lang.String uniqueIDHex)
           
 
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 org.opengts.dbtools.DBFieldType
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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