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, 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 SQLUnionQueryTableSource()
public SQLUnionQueryTableSource(String alias)
public SQLUnionQueryTableSource(SQLUnionQuery union, String alias)
public SQLUnionQueryTableSource(SQLUnionQuery union)
public void output(StringBuffer buf)
output
在接口中 SQLObject
output
在类中 SQLObjectImpl
public SQLUnionQuery getUnion()
public void setUnion(SQLUnionQuery union)
Copyright © 2013–2016 Alibaba Group. All rights reserved.