class ComplexColumnImpl extends ColumnImpl
ColumnImpl.AutoNumberGenerator, ColumnImpl.InitArgs, ColumnImpl.SortOrder| Modifier and Type | Field and Description |
|---|---|
private ComplexColumnInfo<? extends ComplexValue> |
_complexInfo
additional information specific to complex columns
|
AUTO_NUMBER_FLAG_MASK, AUTO_NUMBER_GUID_FLAG_MASK, COMPRESSED_UNICODE_EXT_FLAG_MASK, FIXED_LEN_FLAG_MASK, GENERAL_LEGACY_SORT_ORDER, GENERAL_SORT_ORDER, HYPERLINK_FLAG_MASK, INVALID_AUTO_NUMBER, LOG, MILLIS_BETWEEN_EPOCH_AND_1900, NUMERIC_NEGATIVE_BYTE, RETURN_ROW_ID, UNKNOWN_FLAG_MASKAUTO_NUMBER, KEEP_VALUE| Constructor and Description |
|---|
ComplexColumnImpl(ColumnImpl.InitArgs args) |
| Modifier and Type | Method and Description |
|---|---|
ComplexColumnInfo<? extends ComplexValue> |
getComplexInfo()
Returns extended functionality for "complex" columns.
|
(package private) void |
postTableLoadInit()
Secondary column initialization after the table is fully loaded.
|
booleanToInteger, compareTo, countVariableLength, create, decodeTextValue, decodeUncompressedText, encodeTextValue, encodeUncompressedText, fromDateDouble, fromLocalDateDouble, getAutoNumberGenerator, getCalendar, getCharset, getColumnIndex, getColumnNumber, getColumnValidator, getDatabase, getDisplayIndex, getFixedDataOffset, getFormat, getLength, getLengthInUnits, getName, getOriginalDataType, getOwnedPageCount, getPageChannel, getPrecision, getProperties, getRowValue, getRowValue, getScale, getSQLType, getTable, getTextCodePage, getTextSortOrder, getType, getVarLenTableIndex, getVersionHistoryColumn, isAppendOnly, isAutoNumber, isCalculated, isCompressedUnicode, isGUIDValue, isHyperlink, isImmutableValue, isRawData, isVariableLength, rawDataWrapper, read, read, readCodePage, readExtraFlags, readFromNullMask, readSortOrder, setColumnIndex, setColumnValidator, setRowValue, setRowValue, setUsageMaps, setVersionHistoryColumn, storeInNullMask, toBigDecimal, toBigDecimal, toBooleanValue, toByteArray, toCharSequence, toDateDouble, toInternalValue, toLocalDateDouble, toString, toUnscaledByteArray, validate, withErrorContext, write, write, writeDefinitions, writeFixedLengthField, writeFixedLengthField, writeRealData, writeToNullMaskprivate final ComplexColumnInfo<? extends ComplexValue> _complexInfo
ComplexColumnImpl(ColumnImpl.InitArgs args) throws java.io.IOException
java.io.IOExceptionvoid postTableLoadInit()
throws java.io.IOException
ColumnImplpostTableLoadInit in class ColumnImpljava.io.IOExceptionpublic ComplexColumnInfo<? extends ComplexValue> getComplexInfo()
ColumngetComplexInfo in interface ColumngetComplexInfo in class ColumnImpl