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, 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 DataType makeNewInstance()
DataTypemakeNewInstance in interface DataTypemakeNewInstance in interface DataTypeFactorymakeNewInstance in class LOBTypeprotected BlobSource makeBlobSource(LobLocator loc) throws AxionException
makeBlobSource in class LOBTypeAxionExceptionprotected ClobSource makeClobSource(LobLocator loc) throws AxionException
makeClobSource in class LOBTypeAxionException