public class SnowflakeNumeric extends SnowflakeNumber
| Constructor and Description | 
|---|
SnowflakeNumeric()  | 
SnowflakeNumeric(int precision,
                int scale)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SnowflakeNumeric | 
of(int precision,
  int scale)  | 
getPrecision, getScale, of, setPrecision, setScale, sqlpublic SnowflakeNumeric()
public SnowflakeNumeric(int precision,
                        int scale)
public static SnowflakeNumeric of(int precision, int scale)