class TextColumnImpl extends ColumnImpl
ColumnImpl.AutoNumberGenerator, ColumnImpl.InitArgs, ColumnImpl.SortOrder| Modifier and Type | Field and Description |
|---|---|
private short |
_codePage
the code page for a text field (for certain db versions)
|
private boolean |
_compressedUnicode
whether or not they are compressed
|
private ColumnImpl.SortOrder |
_sortOrder
the collating sort order for a text field
|
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 |
|---|
TextColumnImpl(ColumnImpl.InitArgs args) |
| Modifier and Type | Method and Description |
|---|---|
short |
getTextCodePage() |
ColumnImpl.SortOrder |
getTextSortOrder() |
boolean |
isCompressedUnicode() |
booleanToInteger, compareTo, countVariableLength, create, decodeTextValue, decodeUncompressedText, encodeTextValue, encodeUncompressedText, fromDateDouble, fromLocalDateDouble, getAutoNumberGenerator, getCalendar, getCharset, getColumnIndex, getColumnNumber, getColumnValidator, getComplexInfo, getDatabase, getDisplayIndex, getFixedDataOffset, getFormat, getLength, getLengthInUnits, getName, getOriginalDataType, getOwnedPageCount, getPageChannel, getPrecision, getProperties, getRowValue, getRowValue, getScale, getSQLType, getTable, getType, getVarLenTableIndex, getVersionHistoryColumn, isAppendOnly, isAutoNumber, isCalculated, isGUIDValue, isHyperlink, isImmutableValue, isRawData, isVariableLength, postTableLoadInit, 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 boolean _compressedUnicode
private final ColumnImpl.SortOrder _sortOrder
private final short _codePage
TextColumnImpl(ColumnImpl.InitArgs args) throws java.io.IOException
java.io.IOExceptionpublic boolean isCompressedUnicode()
isCompressedUnicode in interface ColumnisCompressedUnicode in class ColumnImplpublic short getTextCodePage()
getTextCodePage in class ColumnImplpublic ColumnImpl.SortOrder getTextSortOrder()
getTextSortOrder in class ColumnImpl