|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinedTable | |
|---|---|
| org.sql.generation.api.grammar.query.joins | This package provides syntax interfaces for joined tables, mostly used in FROM clause. |
| Uses of JoinedTable in org.sql.generation.api.grammar.query.joins |
|---|
| Subinterfaces of JoinedTable in org.sql.generation.api.grammar.query.joins | |
|---|---|
interface |
CrossJoinedTable
This syntax element represents the cross join ( CROSS JOIN between two tables. |
interface |
NaturalJoinedTable
This syntax element represents the NATURAL JOIN between two tables. |
interface |
QualifiedJoinedTable
This syntax element represents the qualified join ( JOIN between two tables. |
interface |
UnionJoinedTable
This syntax element represents the UNION JOIN between two tables. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||