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