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, sql
public SnowflakeNumeric()
public SnowflakeNumeric(int precision, int scale)
public static SnowflakeNumeric of(int precision, int scale)