| 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(java.lang.Boolean withTimeZone)
Creates TIMESTAMP type with unspecified precision and given value for including time zone. |
SQLTimeStamp |
DataTypeFactory.timeStamp(java.lang.Integer precision)
Creates TIMESTAMP type with given precision and unspecified value for including time zone. |
SQLTimeStamp |
DataTypeFactory.timeStamp(java.lang.Integer precision,
java.lang.Boolean withTimeZone)
Creates TIMESTAMP type with given precision and whether to include time zone. |