Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.ServerPrincipalPermissionContext
-
Packages that use SQLServerStatementParser.ServerPrincipalPermissionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of SQLServerStatementParser.ServerPrincipalPermissionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.ServerPrincipalPermissionContext Modifier and Type Method Description SQLServerStatementParser.ServerPrincipalPermissionContextSQLServerStatementParser.PrivilegeTypeContext. serverPrincipalPermission()SQLServerStatementParser.ServerPrincipalPermissionContextSQLServerStatementParser. serverPrincipalPermission()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.ServerPrincipalPermissionContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitServerPrincipalPermission(SQLServerStatementParser.ServerPrincipalPermissionContext ctx)Visit a parse tree produced bySQLServerStatementParser.serverPrincipalPermission().TSQLServerStatementVisitor. visitServerPrincipalPermission(SQLServerStatementParser.ServerPrincipalPermissionContext ctx)Visit a parse tree produced bySQLServerStatementParser.serverPrincipalPermission().
-