Uses of Interface
org.sql.generation.api.grammar.common.datatypes.Decimal

Packages that use Decimal
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

Uses of Decimal in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return Decimal
 Decimal DataTypeFactory.decimal()
           Creates plain DECIMAL type.
 Decimal DataTypeFactory.decimal(java.lang.Integer precision)
           Creates DECIMAL(p) type, where p is given precision.
 Decimal DataTypeFactory.decimal(java.lang.Integer precision, java.lang.Integer scale)
           Creates DECIMAL(p,s) type, where p is given precision, and s is given scale.
 



Copyright © 2010. All Rights Reserved.