public interface JoinedTable extends QueryExpressionBody, TableReference
CrossJoinedTable,
NaturalJoinedTable,
QualifiedJoinedTable,
UnionJoinedTableQueryExpressionBody.EmptyQueryExpressionBody| Modifier and Type | Method and Description |
|---|---|
TableReference |
getLeft()
Returns the table on the left side of the join.
|
TableReference |
getRight()
Gets the table on the right side of the join.
|
asTypeableTableReference getLeft()
TableReference getRight()
Copyright © 2010-2012. All Rights Reserved.