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

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

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

Methods in org.sql.generation.api.grammar.factories that return SQLTime
 SQLTime DataTypeFactory.time()
          Creates TIME type with unspecified precision and unspecified value for including time zone.
 SQLTime DataTypeFactory.time(Boolean withTimeZone)
          Creates TIME type with unspecified precision and given value for including time zone.
 SQLTime DataTypeFactory.time(Integer precision)
          Creates TIME type with given precision and unspecified value for including time zone.
 SQLTime DataTypeFactory.time(Integer precision, Boolean withTimeZone)
          Creates TIME type with given precision and whether to include time zone.
 



Copyright © 2010-2011. All Rights Reserved.