public class HiveMsckRepairStatement extends SQLStatementImpl implements SQLAlterStatement
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
HiveMsckRepairStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(HiveASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, 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, setParentprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplprotected void accept0(HiveASTVisitor visitor)
public 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–2023. All rights reserved.