Uses of Class
com.alibaba.druid.sql.ast.statement.SQLAlterTableStatement
Packages that use SQLAlterTableStatement
Package
Description
-
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLAlterTableStatementMethods in com.alibaba.druid.sql.ast.statement with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionbooleanSQLCreateTableStatement.apply(SQLAlterTableStatement alter) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.clickhouse.parser
Methods in com.alibaba.druid.sql.dialect.clickhouse.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected SQLAlterStatementCKStatementParser.alterTableAfterName(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.h2.parser
Methods in com.alibaba.druid.sql.dialect.h2.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected voidH2StatementParser.alterTableAddRestSpecific(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.h2.visitor
Methods in com.alibaba.druid.sql.dialect.h2.visitor with parameters of type SQLAlterTableStatement -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.hive.parser
Methods in com.alibaba.druid.sql.dialect.hive.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected booleanHiveStatementParser.alterTableAfterNameRest(SQLAlterTableStatement stmt) protected booleanHiveStatementParser.alterTableSetRest(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected voidMySqlStatementParser.alterTableAddPartition(SQLAlterTableStatement stmt) protected voidMySqlStatementParser.alterTableAddRest(SQLAlterTableStatement stmt) protected SQLAlterStatementMySqlStatementParser.alterTableAfterName(SQLAlterTableStatement stmt) protected voidMySqlStatementParser.alterTableBefore(SQLAlterTableStatement stmt) voidMySqlStatementParser.parseAlterDrop(SQLAlterTableStatement stmt) protected voidMySqlStatementParser.parseAlterTableAddColumn(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLAlterTableStatement -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected booleanOdpsStatementParser.alterTableAfterNameRest(SQLAlterTableStatement stmt) protected voidOdpsStatementParser.alterTableChangeOwner(SQLAlterTableStatement stmt) protected booleanOdpsStatementParser.alterTableSetRest(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionvoidOracleStatementParser.parseAlterDrop(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLAlterTableStatement -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected booleanPGSQLStatementParser.alterTableAfterNameRest(SQLAlterTableStatement stmt) voidPGSQLStatementParser.parseAlterDropRest(SQLAlterTableStatement stmt, SQLAlterTableDropColumnItem item) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.spark.parser
Methods in com.alibaba.druid.sql.dialect.spark.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected voidSparkStatementParser.alterTableUnset(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected voidSQLServerStatementParser.alterTableAddRestSpecific(SQLAlterTableStatement stmt) voidSQLServerStatementParser.parseAlterDrop(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLAlterTableStatementModifier and TypeMethodDescriptionprotected SQLAlterTableStatementSQLStatementParser.createSQLAlterTableStatement()Methods in com.alibaba.druid.sql.parser with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionprotected voidSQLStatementParser.alterTableAdd(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableAddConstraint(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableAddIndex(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableAddPartition(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableAddRest(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableAddRestSpecific(SQLAlterTableStatement stmt) protected SQLAlterStatementSQLStatementParser.alterTableAfterName(SQLAlterTableStatement stmt) protected booleanSQLStatementParser.alterTableAfterNameRest(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableBefore(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableChangeOwner(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableMerge(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableOwner(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableSet(SQLAlterTableStatement stmt) protected booleanSQLStatementParser.alterTableSetRest(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableSetSerdeProperties(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableSetTblProperties(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableSorted(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableUnset(SQLAlterTableStatement stmt) protected voidSQLStatementParser.alterTableWith(SQLAlterTableStatement stmt) voidSQLStatementParser.parseAlterDrop(SQLAlterTableStatement stmt) voidSQLStatementParser.parseAlterDropRest(SQLAlterTableStatement stmt, SQLAlterTableDropColumnItem item) protected voidSQLStatementParser.parseAlterTableAddColumn(SQLAlterTableStatement stmt) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionbooleanSchemaRepository.DefaultConsoleSchemaVisitor.visit(SQLAlterTableStatement x) booleanSchemaRepository.MySqlConsoleSchemaVisitor.visit(SQLAlterTableStatement x) booleanSchemaRepository.OracleConsoleSchemaVisitor.visit(SQLAlterTableStatement x) booleanSchemaRepository.SqlServerConsoleSchemaVisitor.visit(SQLAlterTableStatement x) default booleanSchemaResolveVisitor.visit(SQLAlterTableStatement x) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptiondefault voidSQLASTVisitor.endVisit(SQLAlterTableStatement x) booleanSchemaStatVisitor.visit(SQLAlterTableStatement x) booleanSQLASTOutputVisitor.visit(SQLAlterTableStatement x) default booleanSQLASTVisitor.visit(SQLAlterTableStatement x) -
Uses of SQLAlterTableStatement in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLAlterTableStatement -
Uses of SQLAlterTableStatement in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLAlterTableStatementModifier and TypeMethodDescriptionstatic voidWallVisitorUtils.check(WallVisitor visitor, SQLAlterTableStatement x)