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, toStringpublic SQLWithSubqueryClause clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic 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–2018 Alibaba Group. All rights reserved.