|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
FROM clause.
See:
Description
| Interface Summary | |
|---|---|
| CrossJoinedTable | This syntax element represents the cross join (CROSS JOIN between two tables. |
| JoinCondition | This syntax element represents the join condition, used in QualifiedJoinedTable. |
| JoinedTable | This is common interface for joined tables. |
| JoinSpecification | This is common interface for join specification used in QualifiedJoinedTable. |
| NamedColumnsJoin | This syntax element represents the join based on same-named columns in two tables having same value. |
| NaturalJoinedTable | This syntax element represents the NATURAL JOIN between two tables. |
| QualifiedJoinedTable | This syntax element represents the qualified join (JOIN between two tables. |
| UnionJoinedTable | This syntax element represents the UNION JOIN between two tables. |
| Class Summary | |
|---|---|
| JoinType | This enum represents the join type, used in QualifiedJoinedTable and NaturalJoinedTable. |
This package provides syntax interfaces for joined tables, mostly used in FROM clause.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||