org.axiondb.types
Class CompressedLOBType
java.lang.Object
org.axiondb.types.BaseDataType
org.axiondb.types.LOBType
org.axiondb.types.CompressedLOBType
- All Implemented Interfaces:
- Serializable, Comparator, DataType, DataTypeFactory
public class CompressedLOBType
- extends LOBType
A DataType
representing a compressed LOB value.
- Version:
- $Revision: 1.3 $ $Date: 2003/05/13 20:57:39 $
- See Also:
- Serialized Form
Methods inherited from class org.axiondb.types.LOBType |
accepts, convert, getColumnDisplaySize, getJdbcType, getLobDir, getLobFile, getSearchableCode, isCaseSensitive, read, setLobDir, toBlob, toClob, toString, write, writeByteArrayBlob, writeStringClob |
Methods inherited from class org.axiondb.types.BaseDataType |
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 |
CompressedLOBType
public CompressedLOBType()
toString
public String toString()
- Overrides:
toString
in class LOBType
makeNewInstance
public DataType makeNewInstance()
- Description copied from interface:
DataType
- Creates a new instance of this DataType implementation.
- Specified by:
makeNewInstance
in interface DataType
- Specified by:
makeNewInstance
in interface DataTypeFactory
- Overrides:
makeNewInstance
in class LOBType
- Returns:
- new instance of this DataType implementation.
makeBlobSource
protected BlobSource makeBlobSource(LobLocator loc)
throws AxionException
- Overrides:
makeBlobSource
in class LOBType
- Throws:
AxionException
makeClobSource
protected ClobSource makeClobSource(LobLocator loc)
throws AxionException
- Overrides:
makeClobSource
in class LOBType
- Throws:
AxionException