Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.AlterRoleContext
Packages that use SQLServerStatementParser.AlterRoleContext
Package
Description
-
Uses of SQLServerStatementParser.AlterRoleContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.AlterRoleContextModifier and TypeMethodDescriptionSQLServerStatementParser.alterRole()SQLServerStatementParser.ExecuteContext.alterRole()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.AlterRoleContextModifier and TypeMethodDescriptionSQLServerStatementBaseVisitor.visitAlterRole(SQLServerStatementParser.AlterRoleContext ctx) Visit a parse tree produced bySQLServerStatementParser.alterRole().SQLServerStatementVisitor.visitAlterRole(SQLServerStatementParser.AlterRoleContext ctx) Visit a parse tree produced bySQLServerStatementParser.alterRole(). -
Uses of SQLServerStatementParser.AlterRoleContext in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl with parameters of type SQLServerStatementParser.AlterRoleContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQLServerDCLStatementSQLVisitor.visitAlterRole(SQLServerStatementParser.AlterRoleContext ctx)