| Package | Description |
|---|---|
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| 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 |
|---|---|
TableReferenceBuilder |
TableReferenceFactory.tableBuilder(TableReferencePrimary firstTable)
Creates a new
TableReferenceBuilder typically used to build joined tables. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableReferenceByExpression
This syntax element represents the sub-query which acts as a table in
FROM clause. |
interface |
TableReferenceByName
This syntax element represents the reference to a table in
FROM clause. |
Copyright © 2010-2012. All Rights Reserved.