| 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 |
|---|---|
SQLChar |
DataTypeFactory.sqlChar()
Creates a new
CHARACTER type. |
SQLChar |
DataTypeFactory.sqlChar(Integer length)
Creates a new
CHARACTER type. |
SQLChar |
DataTypeFactory.sqlVarChar()
Creates a new
CHARACTER VARYING type. |
SQLChar |
DataTypeFactory.sqlVarChar(Integer length)
Creates a new
CHARACTER VARYING type. |
Copyright © 2010-2012. All Rights Reserved.