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

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

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

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



Copyright © 2010-2011. All Rights Reserved.