public class TableRef extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableRef.JoinType
JOIN type.
|
| Constructor and Description |
|---|
TableRef(BasicTable table,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns table alias.
|
TableRef.JoinType |
getJoinType()
Returns JOIN type.
|
Expr |
getOnExpr()
Returns condition ON...
|
BasicTable |
getTable()
Returns table.
|
public TableRef(BasicTable table, String alias)
public TableRef.JoinType getJoinType()
public BasicTable getTable()
public Expr getOnExpr()
public String getAlias()
Copyright © 2020 CURS. All rights reserved.