public class GenOrmTimestamp extends GenOrmFieldTemplate<java.sql.Timestamp>
| Constructor and Description |
|---|
GenOrmTimestamp(GenOrmFieldMeta fieldMeta) |
| Modifier and Type | Method and Description |
|---|---|
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) |
equals, getPrevValue, getPrevValueAsString, getValue, hashCode, setPrevValue, setValue, toStringgetFieldMeta, getRecordKey, isNull, setNull, setRecordKeypublic GenOrmTimestamp(GenOrmFieldMeta fieldMeta)
public void setValue(java.sql.ResultSet rs,
int pos)
throws java.sql.SQLException
setValue in class GenOrmFieldjava.sql.SQLExceptionpublic void placeValue(java.sql.PreparedStatement ps,
int pos)
throws java.sql.SQLException
placeValue in class GenOrmFieldjava.sql.SQLExceptionpublic void placePrevValue(java.sql.PreparedStatement ps,
int pos)
throws java.sql.SQLException
placePrevValue in class GenOrmFieldjava.sql.SQLExceptionpublic java.lang.String getSQLValue()
getSQLValue in class GenOrmFieldTemplate<java.sql.Timestamp>