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