| Package | Description |
|---|---|
| org.sql.generation.api.grammar.literals |
The package for syntax elements representing various literals.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectLiteral
This syntax element encapsulates text to be inserted directly into SQL statement.
|
interface |
NumericLiteral
This syntax element encapsulates reference to some number to be inserted into SQL statement.
|
interface |
SQLFunctionLiteral
This syntax element encapsulates reference to some SQL function to be inserted into SQL statement.
|
interface |
StringLiteral
This syntax element encapsulates reference to SQL string, that is, some element between
' and '
characters. |
interface |
TemporalLiteral
This syntax element represents any literal that represents some kind of time.
|
interface |
TimestampTimeLiteral
This syntax element encapsulates reference to some time stamp to be inserted into SQL statement.
|
Copyright © 2010-2012. All Rights Reserved.