Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.NumberLiteralsContext
-
Packages that use OpenGaussStatementParser.NumberLiteralsContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.NumberLiteralsContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.NumberLiteralsContext Modifier and Type Method Description OpenGaussStatementParser.NumberLiteralsContextOpenGaussStatementParser.FileSizeLiteralContext. numberLiterals()OpenGaussStatementParser.NumberLiteralsContextOpenGaussStatementParser. numberLiterals()OpenGaussStatementParser.NumberLiteralsContextOpenGaussStatementParser.TimeZoneClauseContext. numberLiterals()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.NumberLiteralsContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitNumberLiterals(OpenGaussStatementParser.NumberLiteralsContext ctx)Visit a parse tree produced byOpenGaussStatementParser.numberLiterals().TOpenGaussStatementVisitor. visitNumberLiterals(OpenGaussStatementParser.NumberLiteralsContext ctx)Visit a parse tree produced byOpenGaussStatementParser.numberLiterals(). -
Uses of OpenGaussStatementParser.NumberLiteralsContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.NumberLiteralsContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitNumberLiterals(OpenGaussStatementParser.NumberLiteralsContext ctx)
-