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