Class SQLAnalyzeTableStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLAnalyzeTableStatement
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLStatement
- Direct Known Subclasses:
MySqlAnalyzeStatement
-
Field Summary
FieldsFields inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHintsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept0(SQLASTVisitor visitor) getTable()booleanbooleanbooleanbooleanisNoscan()voidsetAdbColumns(List<SQLIdentifierExpr> adbColumns) voidsetAdbColumnsGroup(List<SQLIdentifierExpr> adbColumnsGroup) voidsetAdbSchema(SQLIdentifierExpr adbSchema) voidsetAdbWhere(SQLExpr adbWhere) voidsetCacheMetadata(boolean cacheMetadata) voidsetComputeStatistics(boolean computeStatistics) voidsetForColums(boolean forColums) voidsetNoscan(boolean noscan) voidvoidvoidsetTable(SQLExprTableSource table) Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
Field Details
-
tableSources
-
-
Constructor Details
-
SQLAnalyzeTableStatement
public SQLAnalyzeTableStatement()
-
-
Method Details
-
accept0
- Overrides:
accept0in classSQLStatementImpl
-
getTables
-
getTable
-
getColumns
-
setTable
-
getAdbSchema
-
setAdbSchema
-
getAdbColumns
-
setAdbColumns
-
getAdbColumnsGroup
-
setAdbColumnsGroup
-
getAdbWhere
-
setAdbWhere
-
setTable
-
getPartition
-
setPartition
-
isForColums
public boolean isForColums() -
setForColums
public void setForColums(boolean forColums) -
isCacheMetadata
public boolean isCacheMetadata() -
setCacheMetadata
public void setCacheMetadata(boolean cacheMetadata) -
isNoscan
public boolean isNoscan() -
setNoscan
public void setNoscan(boolean noscan) -
isComputeStatistics
public boolean isComputeStatistics() -
setComputeStatistics
public void setComputeStatistics(boolean computeStatistics)
-