Class StarRocksAggregateKey
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
com.alibaba.druid.sql.ast.statement.SQLUnique
com.alibaba.druid.sql.dialect.starrocks.ast.StarRocksAggregateKey
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLConstraint,SQLTableConstraint,SQLTableElement,SQLUniqueConstraint,StarRocksObject
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLUnique
disableNovalidate, indexDefinitionFields inherited from class com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
dbType, enable, hints, rely, validateFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLUnique
accept0, addColumn, addColumn, applyColumnRename, applyDropColumn, clone, cloneTo, containsColumn, containsColumn, getColumns, getComment, getCovering, getIndexDefinition, getName, isDisableNovalidate, setComment, setDisableNovalidate, setName, setName, simplifyMethods inherited from class com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
cloneTo, cloneTo, getDbType, getEnable, getHints, getRely, getValidate, replace, setDbType, setEnable, setHints, setRely, setValidateMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.statement.SQLConstraint
getComment, getName, setComment, setHasConstraint, setName, simplifyMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSourceMethods inherited from interface com.alibaba.druid.sql.ast.statement.SQLTableElement
cloneMethods inherited from interface com.alibaba.druid.sql.dialect.starrocks.ast.StarRocksObject
accept
-
Constructor Details
-
StarRocksAggregateKey
public StarRocksAggregateKey()
-
-
Method Details
-
accept0
- Specified by:
accept0in interfaceStarRocksObject
-