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

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

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

Methods in org.sql.generation.api.grammar.factories that return Numeric
 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.