| Package | Description |
|---|---|
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| Modifier and Type | Method and Description |
|---|---|
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-2012. All Rights Reserved.