|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.types.BaseDataType
org.axiondb.types.LOBType
org.axiondb.types.CompressedLOBType
public class CompressedLOBType
A DataType
representing a compressed LOB value.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.axiondb.DataType |
---|
DataType.BinaryRepresentation, DataType.ExactNumeric, DataType.NonFixedPrecision |
Constructor Summary | |
---|---|
CompressedLOBType()
|
Method Summary | |
---|---|
protected BlobSource |
makeBlobSource(LobLocator loc)
|
protected ClobSource |
makeClobSource(LobLocator loc)
|
DataType |
makeNewInstance()
Creates a new instance of this DataType implementation. |
java.lang.String |
toString()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public CompressedLOBType()
Method Detail |
---|
public java.lang.String toString()
toString
in class LOBType
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |