Class MySqlObjectImpl
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl
-
- All Implemented Interfaces:
SQLObject,MySqlObject
- Direct Known Subclasses:
MySqlAlterDatabaseKillJob,MySqlAlterDatabaseSetOption,MySqlAlterTableAlgorithm,MysqlAlterTableAlterCheck,MySqlAlterTableAlterColumn,MySqlAlterTableAlterFullTextIndex,MySqlAlterTableChangeColumn,MySqlAlterTableDiscardTablespace,MySqlAlterTableForce,MySqlAlterTableImportTablespace,MySqlAlterTableLock,MySqlAlterTableModifyColumn,MySqlAlterTableOption,MySqlAlterTableOrderBy,MySqlAlterTableValidation,MySqlCaseStatement.MySqlWhenStatement,MySqlCreateUserStatement.UserSpecification,MySqlEventSchedule,MySqlExprImpl,MySqlExtPartition,MySqlExtPartition.Item,MySqlIndexHintImpl,MySqlJSONTableExpr.Column,MySqlLockTableStatement.Item,MySqlOutFileExpr,MySqlRenameTableStatement.Item
public abstract class MySqlObjectImpl extends SQLObjectImpl implements MySqlObject
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description MySqlObjectImpl()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidaccept0(MySqlASTVisitor v)protected voidaccept0(SQLASTVisitor v)-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-
-
-
Method Detail
-
accept0
protected void accept0(SQLASTVisitor v)
- Specified by:
accept0in classSQLObjectImpl
-
accept0
public abstract void accept0(MySqlASTVisitor v)
- Specified by:
accept0in interfaceMySqlObject
-
-