public class SQLShowHistoryStatement extends SQLStatementImpl implements SQLShowStatement
| Constructor and Description |
|---|
SQLShowHistoryStatement() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLAssignItem> |
getPartitions() |
List<SQLAssignItem> |
getProperties() |
SQLExprTableSource |
getTable() |
boolean |
isTables() |
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, waitclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, 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 boolean isTables()
public void setTables(boolean tables)
public List<SQLAssignItem> getProperties()
public List<SQLAssignItem> getPartitions()
Copyright © 2013–2021 Alibaba Group. All rights reserved.