TypeOption
: string
in package
Represents the different options for the type
Table of Contents
Cases
- PRECISION = "PRECISION"
- The precision (of a decimal for example)
- SCALE = "SCALE"
- The scale (of a decimal for example)
- SIZE = "SIZE"
- The size (of varchar for example)
Cases
SIZE
The size (of varchar for example)
PRECISION
The precision (of a decimal for example)
SCALE
The scale (of a decimal for example)