public class CLOBType extends LOBType
DataTyperepresenting a Char Large Object (CLOB).DataType.BinaryRepresentation, DataType.ExactNumeric, DataType.NonFixedPrecision| Constructor and Description |
|---|
CLOBType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJdbcType()
Returns the JDBC
type codemost closely matching this type. |
DataType |
makeNewInstance()
Creates a new instance of this DataType implementation.
|
java.lang.String |
toString() |
accepts, convert, getColumnDisplaySize, getLobDir, getLobFile, getSearchableCode, isCaseSensitive, makeBlobSource, makeClobSource, read, setLobDir, toBlob, toClob, toString, write, writeByteArrayBlob, writeStringClobcompare, getComparator, getLiteralPrefix, getLiteralSuffix, getNullableCode, getPrecision, getPrecisionRadix, getPreferredValueClassName, getScale, isCurrency, isUnsigned, successor, supportsSuccessor, toBigDecimal, toBigInteger, toBoolean, toByte, toByteArray, toDate, toDouble, toFloat, toInt, toLong, toNumber, toShort, toTime, toTimestamp, toURLpublic int getJdbcType()
DataTypetype codemost closely matching this type.getJdbcType in interface DataTypegetJdbcType in class LOBTypepublic DataType makeNewInstance()
DataTypemakeNewInstance in interface DataTypemakeNewInstance in interface DataTypeFactorymakeNewInstance in class LOBType