| Package | Description |
|---|---|
| org.sql.generation.api.grammar.builders.query |
Package to hold builders for SQL queries (
SELECT -statements). |
| org.sql.generation.api.grammar.query.joins |
This package provides syntax interfaces for joined tables, mostly used in
FROM clause. |
| Modifier and Type | Method and Description |
|---|---|
TableReferenceBuilder |
TableReferenceBuilder.addQualifiedJoin(JoinType joinType,
TableReference right,
JoinSpecification joinSpec)
Adds a qualified join (
JOIN) to whatever current table of builder, and overwrites the current table with
the result. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JoinCondition
This syntax element represents the join condition, used in
QualifiedJoinedTable. |
interface |
NamedColumnsJoin
This syntax element represents the join based on same-named columns in two tables having same value.
|
| Modifier and Type | Method and Description |
|---|---|
JoinSpecification |
QualifiedJoinedTable.getJoinSpecification()
Returns the join specification for this
JOIN. |
Copyright © 2010-2012. All Rights Reserved.