public class TableRef extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TableRef.JoinType
JOIN type.
|
Constructor and Description |
---|
TableRef(TableElement 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...
|
TableElement |
getTable()
Returns table.
|
public TableRef(TableElement table, String alias)
public TableRef.JoinType getJoinType()
public TableElement getTable()
public Expr getOnExpr()
public String getAlias()
Copyright © 2022 CURS. All rights reserved.