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

Packages that use ParametrizableDataType
org.sql.generation.api.grammar.common.datatypes This is the package containing support for (most)pre-defined SQL data types. 
 

Uses of ParametrizableDataType in org.sql.generation.api.grammar.common.datatypes
 

Subinterfaces of ParametrizableDataType in org.sql.generation.api.grammar.common.datatypes
 interface Decimal
           This class represents the DECIMAL data type, sometimes abbreviated as DEC.
 interface Numeric
           This class represents the NUMERIC type.
 interface SQLChar
          This class represents CHARACTER and CHARACTER VARYING data types, typically abbreviated as CHAR and VARCHAR, respectively.
 interface SQLFloat
          This class represents the FLOAT type.
 interface SQLInterval
          This class represents the INTEGER type, sometimes abbreviated as INT (typically 32-bit integer).
 interface SQLTime
          This class represents TIME data type.
 interface SQLTimeStamp
           
 



Copyright © 2010-2011. All Rights Reserved.