Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ParameterMarkerContext
-
Packages that use OpenGaussStatementParser.ParameterMarkerContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.ParameterMarkerContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ParameterMarkerContext Modifier and Type Method Description OpenGaussStatementParser.ParameterMarkerContextOpenGaussStatementParser.CExprContext. parameterMarker()OpenGaussStatementParser.ParameterMarkerContextOpenGaussStatementParser. parameterMarker()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ParameterMarkerContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitParameterMarker(OpenGaussStatementParser.ParameterMarkerContext ctx)Visit a parse tree produced byOpenGaussStatementParser.parameterMarker().TOpenGaussStatementVisitor. visitParameterMarker(OpenGaussStatementParser.ParameterMarkerContext ctx)Visit a parse tree produced byOpenGaussStatementParser.parameterMarker(). -
Uses of OpenGaussStatementParser.ParameterMarkerContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.ParameterMarkerContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitParameterMarker(OpenGaussStatementParser.ParameterMarkerContext ctx)
-