public class SQLUnionQueryTableSource extends SQLTableSourceImpl
| 构造器和说明 |
|---|
SQLUnionQueryTableSource() |
SQLUnionQueryTableSource(SQLUnionQuery union) |
SQLUnionQueryTableSource(SQLUnionQuery union,
String alias) |
SQLUnionQueryTableSource(String alias) |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLUnionQuery |
getUnion() |
void |
output(StringBuffer buf) |
void |
setUnion(SQLUnionQuery union) |
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 SQLUnionQueryTableSource()
public SQLUnionQueryTableSource(String alias)
public SQLUnionQueryTableSource(SQLUnionQuery union, String alias)
public SQLUnionQueryTableSource(SQLUnionQuery union)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic SQLUnionQuery getUnion()
public void setUnion(SQLUnionQuery union)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.