public class GenOrmDate extends GenOrmFieldTemplate<java.sql.Date>
| Constructor and Description |
|---|
GenOrmDate(GenOrmFieldMeta fieldMeta) |
| Modifier and Type | Method and Description |
|---|---|
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, getSQLValue, getValue, hashCode, setPrevValue, setValue, toStringgetFieldMeta, getRecordKey, isNull, setNull, setRecordKeypublic GenOrmDate(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.SQLException