Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.AlterColumnOperationContext
-
Packages that use SQLServerStatementParser.AlterColumnOperationContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of SQLServerStatementParser.AlterColumnOperationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.AlterColumnOperationContext Modifier and Type Method Description SQLServerStatementParser.AlterColumnOperationContextSQLServerStatementParser. alterColumnOperation()SQLServerStatementParser.AlterColumnOperationContextSQLServerStatementParser.ModifyColumnSpecificationContext. alterColumnOperation()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.AlterColumnOperationContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitAlterColumnOperation(SQLServerStatementParser.AlterColumnOperationContext ctx)Visit a parse tree produced bySQLServerStatementParser.alterColumnOperation().TSQLServerStatementVisitor. visitAlterColumnOperation(SQLServerStatementParser.AlterColumnOperationContext ctx)Visit a parse tree produced bySQLServerStatementParser.alterColumnOperation().
-