| 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 |
|---|---|
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-2012. All Rights Reserved.