class NumericColumnImpl extends ColumnImpl
ColumnImpl.AutoNumberGenerator, ColumnImpl.InitArgs, ColumnImpl.SortOrder| Modifier and Type | Field and Description |
|---|---|
private byte |
_precision
Numeric precision
|
private byte |
_scale
Numeric scale
|
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 |
|---|
NumericColumnImpl(ColumnImpl.InitArgs args) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getPrecision() |
byte |
getScale() |
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, getProperties, getRowValue, getRowValue, getSQLType, getTable, getTextCodePage, getTextSortOrder, getType, getVarLenTableIndex, getVersionHistoryColumn, isAppendOnly, isAutoNumber, isCalculated, isCompressedUnicode, 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 byte _precision
private final byte _scale
NumericColumnImpl(ColumnImpl.InitArgs args) throws java.io.IOException
java.io.IOExceptionpublic byte getPrecision()
getPrecision in interface ColumngetPrecision in class ColumnImplpublic byte getScale()
getScale in interface ColumngetScale in class ColumnImpl