public class BigDecimalPoemType extends FixedPointAtomPoemType<BigDecimal>
| Constructor and Description |
|---|
BigDecimalPoemType(boolean nullable)
Constructor.
|
BigDecimalPoemType(boolean nullable,
int precision,
int scale)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toDsdType()
The field type used in the Data Structure Definition language.
|
getPrecision, getScale, getTotalSize, setPrecision, setScale, withPrecisionAndScalesqlDefaultValueassertValidCooked, assertValidRaw, canRepresent, cookedOfRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, toString, withNullablepublic BigDecimalPoemType(boolean nullable)
nullable - whether nullablepublic BigDecimalPoemType(boolean nullable,
int precision,
int scale)
nullable - whether nullableprecision - defaults to 22scale - defaults to 2Copyright © 2000–2021 PanEris. All rights reserved.