Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.RuntimeScopeContext
-
Packages that use PostgreSQLStatementParser.RuntimeScopeContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.RuntimeScopeContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.RuntimeScopeContext Modifier and Type Method Description PostgreSQLStatementParser.RuntimeScopeContextPostgreSQLStatementParser. runtimeScope()PostgreSQLStatementParser.RuntimeScopeContextPostgreSQLStatementParser.SetContext. runtimeScope()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.RuntimeScopeContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitRuntimeScope(PostgreSQLStatementParser.RuntimeScopeContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.runtimeScope().TPostgreSQLStatementParserVisitor. visitRuntimeScope(PostgreSQLStatementParser.RuntimeScopeContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.runtimeScope().
-