public class HiveMsckRepairStatement extends SQLStatementImpl implements SQLAlterStatement
| Constructor and Description |
|---|
HiveMsckRepairStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLName |
getDatabase() |
SQLExprTableSource |
getTable() |
boolean |
isAddPartitions() |
void |
setAddPartitions(boolean addPartitions) |
void |
setDatabase(SQLName x) |
void |
setTable(SQLExpr x) |
void |
setTable(SQLExprTableSource x) |
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 boolean isAddPartitions()
public void setAddPartitions(boolean addPartitions)
public SQLExprTableSource getTable()
public void setTable(SQLExprTableSource x)
public void setTable(SQLExpr x)
public SQLName getDatabase()
public void setDatabase(SQLName x)
Copyright © 2013–2022 Alibaba Group. All rights reserved.