Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.CreateRoleContext
-
Packages that use SQLServerStatementParser.CreateRoleContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type -
-
Uses of SQLServerStatementParser.CreateRoleContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.CreateRoleContext Modifier and Type Method Description SQLServerStatementParser.CreateRoleContextSQLServerStatementParser. createRole()SQLServerStatementParser.CreateRoleContextSQLServerStatementParser.ExecuteContext. createRole()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.CreateRoleContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitCreateRole(SQLServerStatementParser.CreateRoleContext ctx)Visit a parse tree produced bySQLServerStatementParser.createRole().TSQLServerStatementVisitor. visitCreateRole(SQLServerStatementParser.CreateRoleContext ctx)Visit a parse tree produced bySQLServerStatementParser.createRole(). -
Uses of SQLServerStatementParser.CreateRoleContext in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type with parameters of type SQLServerStatementParser.CreateRoleContext Modifier and Type Method Description ASTNodeSQLServerDCLStatementVisitor. visitCreateRole(SQLServerStatementParser.CreateRoleContext ctx)
-