org.agileclick.genorm.runtime
Class GenOrmDate
java.lang.Object
org.agileclick.genorm.runtime.GenOrmField
org.agileclick.genorm.runtime.GenOrmFieldTemplate<java.sql.Date>
org.agileclick.genorm.runtime.GenOrmDate
- All Implemented Interfaces:
- java.io.Serializable
public class GenOrmDate
- extends GenOrmFieldTemplate<java.sql.Date>
- See Also:
- Serialized Form
|
Method Summary |
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 java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
GenOrmDate
public GenOrmDate(GenOrmFieldMeta fieldMeta)
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