Package org.hotrod.torcs.setters
Class TimestampSetter
- java.lang.Object
-
- org.hotrod.torcs.setters.Setter
-
- org.hotrod.torcs.setters.TimestampSetter
-
public class TimestampSetter extends Setter
-
-
Constructor Summary
Constructors Constructor Description TimestampSetter(int index, Timestamp x)TimestampSetter(int index, Timestamp x, Calendar cal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(PreparedStatement ps)StringguessSQLServerDataType()Objectvalue()
-
-
-
Method Detail
-
applyTo
public void applyTo(PreparedStatement ps) throws SQLException
- Specified by:
applyToin classSetter- Throws:
SQLException
-
guessSQLServerDataType
public String guessSQLServerDataType()
- Specified by:
guessSQLServerDataTypein classSetter
-
-