Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ColumnDefinitionContext
-
-
Uses of OpenGaussStatementParser.ColumnDefinitionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ColumnDefinitionContext Modifier and Type Method Description OpenGaussStatementParser.ColumnDefinitionContextOpenGaussStatementParser.AddColumnSpecificationContext. columnDefinition()OpenGaussStatementParser.ColumnDefinitionContextOpenGaussStatementParser. columnDefinition()OpenGaussStatementParser.ColumnDefinitionContextOpenGaussStatementParser.CreateDefinitionContext. columnDefinition()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ColumnDefinitionContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitColumnDefinition(OpenGaussStatementParser.ColumnDefinitionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.columnDefinition().TOpenGaussStatementVisitor. visitColumnDefinition(OpenGaussStatementParser.ColumnDefinitionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.columnDefinition(). -
Uses of OpenGaussStatementParser.ColumnDefinitionContext 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.ColumnDefinitionContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitColumnDefinition(OpenGaussStatementParser.ColumnDefinitionContext ctx)
-