public class SQLValuesQuery extends SQLObjectImpl implements SQLSelectQuery
| Constructor and Description |
|---|
SQLValuesQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
void |
addValue(SQLListExpr value) |
SQLValuesQuery |
clone() |
List<SQLExpr> |
getValues() |
boolean |
isBracket() |
void |
setBracket(boolean bracket) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void addValue(SQLListExpr value)
public void accept0(SQLASTVisitor visitor)
public boolean isBracket()
isBracket in interface SQLSelectQuerypublic void setBracket(boolean bracket)
setBracket in interface SQLSelectQuerypublic SQLValuesQuery clone()
clone in interface SQLObjectclone in interface SQLSelectQueryclone in class SQLObjectImplCopyright © 2013–2021 Alibaba Group. All rights reserved.