Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.ClassTypePrivilegesContext
Packages that use SQLServerStatementParser.ClassTypePrivilegesContext
-
Uses of SQLServerStatementParser.ClassTypePrivilegesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.ClassTypePrivilegesContextModifier and TypeMethodDescriptionSQLServerStatementParser.classTypePrivileges()SQLServerStatementParser.DenyClassTypePrivilegesClauseContext.classTypePrivileges()SQLServerStatementParser.GrantClassTypePrivilegesClauseContext.classTypePrivileges()SQLServerStatementParser.RevokeClassTypePrivilegesClauseContext.classTypePrivileges()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.ClassTypePrivilegesContextModifier and TypeMethodDescriptionSQLServerStatementBaseVisitor.visitClassTypePrivileges(SQLServerStatementParser.ClassTypePrivilegesContext ctx) Visit a parse tree produced bySQLServerStatementParser.classTypePrivileges().SQLServerStatementVisitor.visitClassTypePrivileges(SQLServerStatementParser.ClassTypePrivilegesContext ctx) Visit a parse tree produced bySQLServerStatementParser.classTypePrivileges().