public class SQLWithSubqueryClause extends SQLObjectImpl
Modifier and Type | Class and Description |
---|---|
static class |
SQLWithSubqueryClause.Entry |
Constructor and Description |
---|
SQLWithSubqueryClause() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(SQLWithSubqueryClause.Entry entrie) |
SQLWithSubqueryClause |
clone() |
SQLWithSubqueryClause.Entry |
findEntry(long alias_hash) |
List<SQLWithSubqueryClause.Entry> |
getEntries() |
Boolean |
getRecursive() |
void |
setRecursive(Boolean recursive) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
public SQLWithSubqueryClause clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
public List<SQLWithSubqueryClause.Entry> getEntries()
public void addEntry(SQLWithSubqueryClause.Entry entrie)
public Boolean getRecursive()
public void setRecursive(Boolean recursive)
public SQLWithSubqueryClause.Entry findEntry(long alias_hash)
Copyright © 2013–2017 Alibaba Group. All rights reserved.