public class SQLUnionQueryTableSource extends SQLTableSourceImpl
Constructor and Description |
---|
SQLUnionQueryTableSource() |
SQLUnionQueryTableSource(SQLUnionQuery union) |
SQLUnionQueryTableSource(SQLUnionQuery union,
String alias) |
SQLUnionQueryTableSource(String alias) |
Modifier and Type | Method and Description |
---|---|
SQLUnionQuery |
getUnion() |
void |
output(StringBuffer buf) |
void |
setUnion(SQLUnionQuery union) |
getAlias, getHints, getHintsSize, setAlias, setHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLUnionQueryTableSource()
public SQLUnionQueryTableSource(String alias)
public SQLUnionQueryTableSource(SQLUnionQuery union, String alias)
public SQLUnionQueryTableSource(SQLUnionQuery union)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public SQLUnionQuery getUnion()
public void setUnion(SQLUnionQuery union)
Copyright © 2013–2017 Alibaba Group. All rights reserved.