public class CompressedLOBType extends LOBType
DataType
representing a compressed LOB value.DataType.BinaryRepresentation, DataType.ExactNumeric, DataType.NonFixedPrecision
Constructor and Description |
---|
CompressedLOBType() |
Modifier and Type | Method and Description |
---|---|
protected BlobSource |
makeBlobSource(LobLocator loc) |
protected ClobSource |
makeClobSource(LobLocator loc) |
DataType |
makeNewInstance()
Creates a new instance of this DataType implementation.
|
java.lang.String |
toString() |
accepts, convert, getColumnDisplaySize, getJdbcType, getLobDir, getLobFile, getSearchableCode, isCaseSensitive, read, setLobDir, toBlob, toClob, toString, write, writeByteArrayBlob, writeStringClob
compare, 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, toURL
public DataType makeNewInstance()
DataType
makeNewInstance
in interface DataType
makeNewInstance
in interface DataTypeFactory
makeNewInstance
in class LOBType
protected BlobSource makeBlobSource(LobLocator loc) throws AxionException
makeBlobSource
in class LOBType
AxionException
protected ClobSource makeClobSource(LobLocator loc) throws AxionException
makeClobSource
in class LOBType
AxionException