Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.TableFuncColumnContext
-
Packages that use OpenGaussStatementParser.TableFuncColumnContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.TableFuncColumnContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.TableFuncColumnContext Modifier and Type Method Description OpenGaussStatementParser.TableFuncColumnContextOpenGaussStatementParser. tableFuncColumn()OpenGaussStatementParser.TableFuncColumnContextOpenGaussStatementParser.TableFuncColumnListContext. tableFuncColumn(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.TableFuncColumnContext Modifier and Type Method Description List<OpenGaussStatementParser.TableFuncColumnContext>OpenGaussStatementParser.TableFuncColumnListContext. tableFuncColumn()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.TableFuncColumnContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitTableFuncColumn(OpenGaussStatementParser.TableFuncColumnContext ctx)Visit a parse tree produced byOpenGaussStatementParser.tableFuncColumn().TOpenGaussStatementVisitor. visitTableFuncColumn(OpenGaussStatementParser.TableFuncColumnContext ctx)Visit a parse tree produced byOpenGaussStatementParser.tableFuncColumn().
-