| 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 |
|---|---|
DirectLiteral |
LiteralFactory.l(String literalContents)
Creates a literal, which has some textual content.
|
DirectLiteral |
LiteralFactory.param()
Returns literal, representing a parameter (
?) in parameterized SQL statement. |
Copyright © 2010-2012. All Rights Reserved.