org.agileclick.genorm.runtime
Class GenOrmTimestamp

java.lang.Object
  extended by org.agileclick.genorm.runtime.GenOrmField
      extended by org.agileclick.genorm.runtime.GenOrmFieldTemplate<java.sql.Timestamp>
          extended by org.agileclick.genorm.runtime.GenOrmTimestamp
All Implemented Interfaces:
java.io.Serializable

public class GenOrmTimestamp
extends GenOrmFieldTemplate<java.sql.Timestamp>

See Also:
Serialized Form

Constructor Summary
GenOrmTimestamp(GenOrmFieldMeta fieldMeta)
           
 
Method Summary
 java.lang.String getSQLValue()
           
 void placePrevValue(java.sql.PreparedStatement ps, int pos)
           
 void placeValue(java.sql.PreparedStatement ps, int pos)
           
 void setValue(java.sql.ResultSet rs, int pos)
           
 
Methods inherited from class org.agileclick.genorm.runtime.GenOrmFieldTemplate
equals, getPrevValue, getPrevValueAsString, getValue, hashCode, setPrevValue, setValue, toString
 
Methods inherited from class org.agileclick.genorm.runtime.GenOrmField
getFieldMeta, getRecordKey, isNull, setNull, setRecordKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenOrmTimestamp

public GenOrmTimestamp(GenOrmFieldMeta fieldMeta)
Method Detail

setValue

public void setValue(java.sql.ResultSet rs,
                     int pos)
              throws java.sql.SQLException
Specified by:
setValue in class GenOrmField
Throws:
java.sql.SQLException

placeValue

public void placeValue(java.sql.PreparedStatement ps,
                       int pos)
                throws java.sql.SQLException
Specified by:
placeValue in class GenOrmField
Throws:
java.sql.SQLException

placePrevValue

public void placePrevValue(java.sql.PreparedStatement ps,
                           int pos)
                    throws java.sql.SQLException
Specified by:
placePrevValue in class GenOrmField
Throws:
java.sql.SQLException

getSQLValue

public java.lang.String getSQLValue()
Overrides:
getSQLValue in class GenOrmFieldTemplate<java.sql.Timestamp>