|
||||||||||
| 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.CLOBType
public class CLOBType
A DataTyperepresenting a Char Large Object (CLOB).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.axiondb.DataType |
|---|
DataType.BinaryRepresentation, DataType.ExactNumeric, DataType.NonFixedPrecision |
| Constructor Summary | |
|---|---|
CLOBType()
|
|
| Method Summary | |
|---|---|
int |
getJdbcType()
Returns the JDBC type codemost closely matching this type. |
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, 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 CLOBType()
| Method Detail |
|---|
public int getJdbcType()
DataTypetype codemost closely matching this type.
getJdbcType in interface DataTypegetJdbcType in class LOBTypepublic java.lang.String toString()
toString in class LOBTypepublic DataType makeNewInstance()
DataType
makeNewInstance in interface DataTypemakeNewInstance in interface DataTypeFactorymakeNewInstance in class LOBType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||