private final class PropertyMaps.Handler.BooleanPropColumn extends PropertyMaps.Handler.PropColumn
ColumnImpl.AutoNumberGenerator, ColumnImpl.InitArgs, ColumnImpl.SortOrderAUTO_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| Modifier | Constructor and Description |
|---|---|
private |
BooleanPropColumn() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
read(byte[] data)
Deserialize a raw byte value for this column into an Object
|
java.nio.ByteBuffer |
write(java.lang.Object obj,
int remainingRowLength)
Serialize an Object into a raw byte value for this column in little
endian order
|
getDatabasebooleanToInteger, compareTo, countVariableLength, create, decodeTextValue, decodeUncompressedText, encodeTextValue, encodeUncompressedText, fromDateDouble, fromLocalDateDouble, getAutoNumberGenerator, getCalendar, getCharset, getColumnIndex, getColumnNumber, getColumnValidator, getComplexInfo, 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, postTableLoadInit, rawDataWrapper, 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, writeDefinitions, writeFixedLengthField, writeFixedLengthField, writeRealData, writeToNullMaskpublic java.lang.Object read(byte[] data)
throws java.io.IOException
ColumnImplread in class ColumnImpldata - The raw byte valuejava.io.IOExceptionpublic java.nio.ByteBuffer write(java.lang.Object obj,
int remainingRowLength)
throws java.io.IOException
ColumnImplwrite in class ColumnImplobj - Object to serializejava.io.IOException