|
||||||||||
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.BLOBType
public class BLOBType
A DataType
representing a Binary Large Object (BLOB)
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.axiondb.DataType |
---|
DataType.BinaryRepresentation, DataType.ExactNumeric, DataType.NonFixedPrecision |
Constructor Summary | |
---|---|
BLOBType()
|
Method Summary | |
---|---|
int |
getJdbcType()
Returns the JDBC type code most closely matching this type. |
DataType |
makeNewInstance()
Creates a new instance of this DataType implementation. |
String |
toString()
|
Methods inherited from class org.axiondb.types.LOBType |
---|
accepts, convert, getColumnDisplaySize, getLobDir, getLobFile, getSearchableCode, isCaseSensitive, makeBlobSource, makeClobSource, 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 BLOBType()
Method Detail |
---|
public int getJdbcType()
DataType
type code
most closely matching this type.
getJdbcType
in interface DataType
getJdbcType
in class LOBType
public String toString()
toString
in class LOBType
public DataType makeNewInstance()
DataType
makeNewInstance
in interface DataType
makeNewInstance
in interface DataTypeFactory
makeNewInstance
in class LOBType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |