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, setHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public 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 SQLObject
output
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.