| 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. |