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 |
Modifier and Type | Method and Description |
---|---|
void |
setSelectors(ColumnReference onLeft,
ColumnReference onRight) |
String |
toString() |
public final String kind
public final String alias
public ColumnReference onLeft
public ColumnReference onRight
public void setSelectors(ColumnReference onLeft, ColumnReference onRight)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.