| Package | Description |
|---|---|
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| Modifier and Type | Method and Description |
|---|---|
Numeric |
DataTypeFactory.numeric()
Creates plain
NUMERIC type. |
Numeric |
DataTypeFactory.numeric(Integer precision)
Creates
NUMERIC(p) type, where p is given precision. |
Numeric |
DataTypeFactory.numeric(Integer precision,
Integer scale)
Creates
NUMERIC(p,s) type, where p is given precision, and s is given scale. |
Copyright © 2010-2012. All Rights Reserved.