Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ColumnDefListContext
-
Packages that use OpenGaussStatementParser.ColumnDefListContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.ColumnDefListContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ColumnDefListContext Modifier and Type Method Description OpenGaussStatementParser.ColumnDefListContextOpenGaussStatementParser. columnDefList()OpenGaussStatementParser.ColumnDefListContextOpenGaussStatementParser.RowsFromItemContext. columnDefList()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ColumnDefListContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitColumnDefList(OpenGaussStatementParser.ColumnDefListContext ctx)Visit a parse tree produced byOpenGaussStatementParser.columnDefList().TOpenGaussStatementVisitor. visitColumnDefList(OpenGaussStatementParser.ColumnDefListContext ctx)Visit a parse tree produced byOpenGaussStatementParser.columnDefList().
-