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