public class ScalarTypeURI extends ScalarTypeBaseVarchar<URI>
jdbcNative, jdbcType, type| Constructor and Description |
|---|
ScalarTypeURI() |
| Modifier and Type | Method and Description |
|---|---|
URI |
convertFromDbString(String dbValue) |
String |
convertToDbString(URI beanValue) |
String |
formatValue(URI v)
Convert the type into a string representation.
|
URI |
parse(String value)
Convert the string value to the appropriate java object.
|
bind, format, isDateTimeCapable, jsonFromString, jsonWrite, parseDateTime, read, readData, toBeanType, toJdbcType, toJsonString, writeDataaccumulateScalarTypes, getDbNullValue, getJdbcType, getLength, getType, isDbNull, isJdbcNative, jsonToString, loadIgnorepublic URI convertFromDbString(String dbValue)
convertFromDbString in class ScalarTypeBaseVarchar<URI>public String convertToDbString(URI beanValue)
convertToDbString in class ScalarTypeBaseVarchar<URI>public String formatValue(URI v)
ScalarTypeReciprocal of parse().
formatValue in interface ScalarType<URI>formatValue in class ScalarTypeBaseVarchar<URI>public URI parse(String value)
ScalarTypeMostly used to support CSV, JSON and XML parsing.
Reciprocal of formatValue().
parse in interface StringParserparse in interface ScalarType<URI>parse in class ScalarTypeBaseVarchar<URI>Copyright © 2014. All Rights Reserved.