public static class QueryObject.JoinSpec extends Object
| Modifier and Type | Field and Description | 
|---|---|
String | 
alias
Alias or full table type 
 | 
String | 
kind
INNER / LEFT / RIGHT 
 | 
ColumnReference | 
onLeft  | 
ColumnReference | 
onRight  | 
| Constructor and Description | 
|---|
QueryObject.JoinSpec(String kind,
                    String alias)  | 
public final String kind
public final String alias
public ColumnReference onLeft
public ColumnReference onRight
public void setSelectors(ColumnReference onLeft, ColumnReference onRight)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.