Package org.hotrod.torcs.setters.index
Class SQLXMLSetter
- java.lang.Object
-
- org.hotrod.torcs.setters.index.IndexSetter
-
- org.hotrod.torcs.setters.index.SQLXMLSetter
-
public class SQLXMLSetter extends IndexSetter
-
-
Field Summary
-
Fields inherited from class org.hotrod.torcs.setters.index.IndexSetter
index
-
-
Constructor Summary
Constructors Constructor Description SQLXMLSetter(int index, SQLXML xmlObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(PreparedStatement ps)StringguessSQLServerDataType()Objectvalue()-
Methods inherited from class org.hotrod.torcs.setters.index.IndexSetter
getIndex, isConsumableParameter, isLOBParameter
-
-
-
-
Constructor Detail
-
SQLXMLSetter
public SQLXMLSetter(int index, SQLXML xmlObject)
-
-
Method Detail
-
applyTo
public void applyTo(PreparedStatement ps) throws SQLException
- Specified by:
applyToin classIndexSetter- Throws:
SQLException
-
value
public Object value()
- Specified by:
valuein classIndexSetter
-
guessSQLServerDataType
public String guessSQLServerDataType()
- Specified by:
guessSQLServerDataTypein classIndexSetter
-
-