public class SQLAnalyzeTableStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLExprTableSource> |
tableSources |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAnalyzeTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
List<SQLIdentifierExpr> |
getAdbColumns() |
List<SQLIdentifierExpr> |
getAdbColumnsGroup() |
SQLIdentifierExpr |
getAdbSchema() |
SQLExpr |
getAdbWhere() |
SQLPartitionRef |
getPartition() |
SQLExprTableSource |
getTable() |
List<SQLExprTableSource> |
getTables() |
boolean |
isCacheMetadata() |
boolean |
isComputeStatistics() |
boolean |
isForColums() |
boolean |
isNoscan() |
void |
setAdbColumns(List<SQLIdentifierExpr> adbColumns) |
void |
setAdbColumnsGroup(List<SQLIdentifierExpr> adbColumnsGroup) |
void |
setAdbSchema(SQLIdentifierExpr adbSchema) |
void |
setAdbWhere(SQLExpr adbWhere) |
void |
setCacheMetadata(boolean cacheMetadata) |
void |
setComputeStatistics(boolean computeStatistics) |
void |
setForColums(boolean forColums) |
void |
setNoscan(boolean noscan) |
void |
setPartition(SQLPartitionRef x) |
void |
setTable(SQLExprTableSource table) |
void |
setTable(SQLName table) |
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, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected final List<SQLExprTableSource> tableSources
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLExprTableSource> getTables()
public SQLExprTableSource getTable()
public void setTable(SQLExprTableSource table)
public SQLIdentifierExpr getAdbSchema()
public void setAdbSchema(SQLIdentifierExpr adbSchema)
public List<SQLIdentifierExpr> getAdbColumns()
public void setAdbColumns(List<SQLIdentifierExpr> adbColumns)
public List<SQLIdentifierExpr> getAdbColumnsGroup()
public void setAdbColumnsGroup(List<SQLIdentifierExpr> adbColumnsGroup)
public SQLExpr getAdbWhere()
public void setAdbWhere(SQLExpr adbWhere)
public void setTable(SQLName table)
public SQLPartitionRef getPartition()
public void setPartition(SQLPartitionRef x)
public boolean isForColums()
public void setForColums(boolean forColums)
public boolean isCacheMetadata()
public void setCacheMetadata(boolean cacheMetadata)
public boolean isNoscan()
public void setNoscan(boolean noscan)
public boolean isComputeStatistics()
public void setComputeStatistics(boolean computeStatistics)
Copyright © 2013–2023. All rights reserved.