Package org.sql2o.converters
Class StringConverter
java.lang.Object
org.sql2o.converters.StringConverter
Used by sql2o to convert a value from the database into a
String
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StringConverter
public StringConverter()
-
-
Method Details
-
convert
Description copied from interface:Converter
Conversion from SQL to Java.- Throws:
ConverterException
-
toDatabaseParam
Description copied from interface:Converter
Conversion from Java to SQL.- Specified by:
toDatabaseParam
in interfaceConverter<T>
-