| Package | Description |
|---|---|
| org.sql.generation.api.grammar.query.joins |
This package provides syntax interfaces for joined tables, mostly used in
FROM clause. |
| Modifier and Type | Interface and Description |
|---|---|
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. |
Copyright © 2010-2012. All Rights Reserved.