| 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 |
|---|---|
Decimal |
DataTypeFactory.decimal()
Creates plain
DECIMAL type. |
Decimal |
DataTypeFactory.decimal(Integer precision)
Creates
DECIMAL(p) type, where p is given precision. |
Decimal |
DataTypeFactory.decimal(Integer precision,
Integer scale)
Creates
DECIMAL(p,s) type, where p is given precision, and s is given scale. |
Copyright © 2010-2012. All Rights Reserved.