Uses of Class
com.alibaba.druid.sql.ast.statement.SQLAlterTableStatement
-
-
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLAlterTableStatement Modifier and Type Method Description SQLAlterTableStatementSQLCreateTableStatement. foreignKeyToAlterTable()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLAlterTableStatement Modifier and Type Method Description booleanSQLCreateTableStatement. 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 SQLAlterTableStatement Modifier and Type Method Description protected 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 SQLAlterTableStatement Modifier and Type Method Description protected 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 Modifier and Type Method Description booleanH2OutputVisitor. visit(SQLAlterTableStatement x) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.hive.parser
Methods in com.alibaba.druid.sql.dialect.hive.parser with parameters of type SQLAlterTableStatement Modifier and Type Method Description protected 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 SQLAlterTableStatement Modifier and Type Method Description protected 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 Modifier and Type Method Description booleanMySqlOutputVisitor. visit(SQLAlterTableStatement x) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLAlterTableStatement Modifier and Type Method Description protected 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 SQLAlterTableStatement Modifier and Type Method Description voidOracleStatementParser. 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 Modifier and Type Method Description booleanOracleOutputVisitor. visit(SQLAlterTableStatement x) -
Uses of SQLAlterTableStatement in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser with parameters of type SQLAlterTableStatement Modifier and Type Method Description protected 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 SQLAlterTableStatement Modifier and Type Method Description protected 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 SQLAlterTableStatement Modifier and Type Method Description protected 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 SQLAlterTableStatement Modifier and Type Method Description protected SQLAlterTableStatementSQLStatementParser. createSQLAlterTableStatement()Methods in com.alibaba.druid.sql.parser with parameters of type SQLAlterTableStatement Modifier and Type Method Description protected 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. alterTableTruncate(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 SQLAlterTableStatement Modifier and Type Method Description booleanSchemaRepository.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 SQLAlterTableStatement Modifier and Type Method Description default 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 Modifier and Type Method Description default booleanWallVisitor. visit(SQLAlterTableStatement x) -
Uses of SQLAlterTableStatement in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLAlterTableStatement Modifier and Type Method Description static voidWallVisitorUtils. check(WallVisitor visitor, SQLAlterTableStatement x)
-