| Package | Description |
|---|---|
| org.apache.ddlutils.io.converters |
This package contains helper classes that convert between textual representations
and values of the types that correspond to the JDBC type codes given by
Types. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ByteArrayBase64Converter.convertFromString(String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type.
|
Object |
NumberConverter.convertFromString(String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type.
|
Object |
TimestampConverter.convertFromString(String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type.
|
Object |
TimeConverter.convertFromString(String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type.
|
Object |
DateConverter.convertFromString(String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type.
|
Object |
SqlTypeConverter.convertFromString(String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type.
|
String |
ByteArrayBase64Converter.convertToString(Object obj,
int sqlTypeCode)
Converts the given object to a string representation.
|
String |
NumberConverter.convertToString(Object obj,
int sqlTypeCode)
Converts the given object to a string representation.
|
String |
TimestampConverter.convertToString(Object obj,
int sqlTypeCode)
Converts the given object to a string representation.
|
String |
TimeConverter.convertToString(Object obj,
int sqlTypeCode)
Converts the given object to a string representation.
|
String |
DateConverter.convertToString(Object obj,
int sqlTypeCode)
Converts the given object to a string representation.
|
String |
SqlTypeConverter.convertToString(Object obj,
int sqlTypeCode)
Converts the given object to a string representation.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.