Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.RowOrRowsContext
-
Packages that use OpenGaussStatementParser.RowOrRowsContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.RowOrRowsContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.RowOrRowsContext Modifier and Type Method Description OpenGaussStatementParser.RowOrRowsContextOpenGaussStatementParser.LimitClauseContext. rowOrRows()OpenGaussStatementParser.RowOrRowsContextOpenGaussStatementParser.OffsetClauseContext. rowOrRows()OpenGaussStatementParser.RowOrRowsContextOpenGaussStatementParser. rowOrRows()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.RowOrRowsContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitRowOrRows(OpenGaussStatementParser.RowOrRowsContext ctx)Visit a parse tree produced byOpenGaussStatementParser.rowOrRows().TOpenGaussStatementVisitor. visitRowOrRows(OpenGaussStatementParser.RowOrRowsContext ctx)Visit a parse tree produced byOpenGaussStatementParser.rowOrRows().
-