FROM clause.See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| JoinType |
This enum represents the join type, used in
QualifiedJoinedTable and NaturalJoinedTable. |
FROM clause.Copyright © 2010-2012. All Rights Reserved.