Package org.hotrod.torcs.setters
Class NCharacterStreamSetter
- java.lang.Object
-
- org.hotrod.torcs.setters.Setter
-
- org.hotrod.torcs.setters.NCharacterStreamSetter
-
public class NCharacterStreamSetter extends Setter
-
-
Constructor Summary
Constructors Constructor Description NCharacterStreamSetter(int index, Reader reader)NCharacterStreamSetter(int index, Reader reader, long length)
-
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() throws CouldNotToGuessDataTypeException
- Specified by:
guessSQLServerDataTypein classSetter- Throws:
CouldNotToGuessDataTypeException
-
-