Package org.hotrod.torcs.setters
Class URLSetter
- java.lang.Object
-
- org.hotrod.torcs.setters.Setter
-
- org.hotrod.torcs.setters.URLSetter
-
public class URLSetter extends Setter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(PreparedStatement ps)StringguessSQLServerDataType()Objectvalue()
-
-
-
Constructor Detail
-
URLSetter
public URLSetter(int index, URL 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
-
-