Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.DropRoleContext
Packages that use SQLServerStatementParser.DropRoleContext
Package
Description
-
Uses of SQLServerStatementParser.DropRoleContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.DropRoleContextModifier and TypeMethodDescriptionSQLServerStatementParser.dropRole()SQLServerStatementParser.ExecuteContext.dropRole()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.DropRoleContextModifier and TypeMethodDescriptionSQLServerStatementBaseVisitor.visitDropRole(SQLServerStatementParser.DropRoleContext ctx) Visit a parse tree produced bySQLServerStatementParser.dropRole().SQLServerStatementVisitor.visitDropRole(SQLServerStatementParser.DropRoleContext ctx) Visit a parse tree produced bySQLServerStatementParser.dropRole(). -
Uses of SQLServerStatementParser.DropRoleContext 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.DropRoleContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQLServerDCLStatementSQLVisitor.visitDropRole(SQLServerStatementParser.DropRoleContext ctx)