public class ScalarTypeURL extends ScalarTypeBaseVarchar<URL>
jdbcNative, jdbcType, type| Constructor and Description |
|---|
ScalarTypeURL() |
| Modifier and Type | Method and Description |
|---|---|
URL |
convertFromDbString(String dbValue) |
String |
convertToDbString(URL beanValue) |
String |
formatValue(URL v)
Convert the type into a string representation.
|
URL |
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 URL convertFromDbString(String dbValue)
convertFromDbString in class ScalarTypeBaseVarchar<URL>public String convertToDbString(URL beanValue)
convertToDbString in class ScalarTypeBaseVarchar<URL>public String formatValue(URL v)
ScalarTypeReciprocal of parse().
formatValue in interface ScalarType<URL>formatValue in class ScalarTypeBaseVarchar<URL>public URL parse(String value)
ScalarTypeMostly used to support CSV, JSON and XML parsing.
Reciprocal of formatValue().
parse in interface StringParserparse in interface ScalarType<URL>parse in class ScalarTypeBaseVarchar<URL>Copyright © 2014. All Rights Reserved.