|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinSpecification | |
|---|---|
| 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. |
| Uses of JoinSpecification in org.sql.generation.api.grammar.builders.query |
|---|
| Methods in org.sql.generation.api.grammar.builders.query with parameters of type JoinSpecification | |
|---|---|
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. |
| Uses of JoinSpecification in org.sql.generation.api.grammar.query.joins |
|---|
| Subinterfaces of JoinSpecification in org.sql.generation.api.grammar.query.joins | |
|---|---|
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. |
| Methods in org.sql.generation.api.grammar.query.joins that return JoinSpecification | |
|---|---|
JoinSpecification |
QualifiedJoinedTable.getJoinSpecification()
Returns the join specification for this JOIN. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||