| Package | Description |
|---|---|
| org.sql.generation.api.grammar.builders.query |
Package to hold builders for SQL queries (
SELECT -statements). |
| org.sql.generation.api.grammar.query |
This package and its sub-package contain elements related to SQL queries (
SELECT statements). |
| Modifier and Type | Method and Description |
|---|---|
ColumnsBuilder |
ColumnsBuilder.addUnnamedColumns(ColumnReference... columns)
Adds columns without aliases to this
SELECT statement. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnReferenceByExpression
This syntax element represents the column reference in
SELECT <column reference> clause, where the column
reference is some kind of expression (for example, a constant, or a query). |
interface |
ColumnReferenceByName
This syntax element represents the column reference in
SELECT <column reference> clause, where the column
reference is column name, either with table name or without. |
| Modifier and Type | Method and Description |
|---|---|
ColumnReference |
ColumnReferences.ColumnReferenceInfo.getReference()
Returns the column reference.
|
| Constructor and Description |
|---|
ColumnReferences.ColumnReferenceInfo(String alias,
ColumnReference reference) |
Copyright © 2010-2012. All Rights Reserved.