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