public class OdpsShowChangelogsStatement extends SQLStatementImpl
| Constructor and Description |
|---|
OdpsShowChangelogsStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OdpsASTVisitor visitor) |
SQLExpr |
getId() |
List<SQLAssignItem> |
getPartitions() |
List<SQLAssignItem> |
getProperties() |
SQLExprTableSource |
getTable() |
boolean |
isTables() |
void |
setId(SQLExpr x) |
void |
setTable(SQLExprTableSource x) |
void |
setTables(boolean tables) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExprTableSource getTable()
public void setTable(SQLExprTableSource x)
public void accept0(OdpsASTVisitor visitor)
public boolean isTables()
public void setTables(boolean tables)
public List<SQLAssignItem> getProperties()
public List<SQLAssignItem> getPartitions()
public SQLExpr getId()
public void setId(SQLExpr x)
Copyright © 2013–2022 Alibaba Group. All rights reserved.