public static interface Schema.Field extends Schema.Node
Modifier and Type | Interface and Description |
---|---|
static class |
Schema.Field.Type
Field Type.
|
Modifier and Type | Method and Description |
---|---|
int |
getScale()
Returns the scale of a
decimal field or 0 for
other types. |
Schema.Field.Type |
getType()
Returns the field type.
|
getMax, getMin, getName, isVariable
Schema.Field.Type getType()
int getScale()
decimal
field or 0 for
other types.
The scale represents the number of places to the right of the decimal point in a decimal number.
Copyright © 2022 Push Technology Ltd. All Rights Reserved.