Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CloseContext
-
Packages that use OpenGaussStatementParser.CloseContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.CloseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CloseContext Modifier and Type Method Description OpenGaussStatementParser.CloseContextOpenGaussStatementParser. close()OpenGaussStatementParser.CloseContextOpenGaussStatementParser.ExecuteContext. close()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CloseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitClose(OpenGaussStatementParser.CloseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.close().TOpenGaussStatementVisitor. visitClose(OpenGaussStatementParser.CloseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.close(). -
Uses of OpenGaussStatementParser.CloseContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.CloseContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitClose(OpenGaussStatementParser.CloseContext ctx)
-