public class SQLExprTableSource extends SQLTableSourceImpl
| Constructor and Description |
|---|
SQLExprTableSource() |
SQLExprTableSource(SQLExpr expr) |
SQLExprTableSource(SQLExpr expr,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartition(SQLName partition) |
boolean |
equals(Object obj) |
SQLExpr |
getExpr() |
List<SQLName> |
getPartitions() |
int |
getPartitionSize() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setExpr(SQLExpr expr) |
getAlias, getHints, getHintsSize, setAlias, setHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLExprTableSource()
public SQLExprTableSource(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public int getPartitionSize()
public void addPartition(SQLName partition)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplCopyright © 2013–2016 Alibaba Group. All rights reserved.