Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ColumnDefinitionContext
Packages that use OpenGaussStatementParser.ColumnDefinitionContext
Package
Description
-
Uses of OpenGaussStatementParser.ColumnDefinitionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ColumnDefinitionContextModifier and TypeMethodDescriptionOpenGaussStatementParser.AddColumnSpecificationContext.columnDefinition()OpenGaussStatementParser.columnDefinition()OpenGaussStatementParser.CreateDefinitionContext.columnDefinition()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ColumnDefinitionContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitColumnDefinition(OpenGaussStatementParser.ColumnDefinitionContext ctx) Visit a parse tree produced byOpenGaussStatementParser.columnDefinition().OpenGaussStatementVisitor.visitColumnDefinition(OpenGaussStatementParser.ColumnDefinitionContext ctx) Visit a parse tree produced byOpenGaussStatementParser.columnDefinition(). -
Uses of OpenGaussStatementParser.ColumnDefinitionContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.ColumnDefinitionContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitColumnDefinition(OpenGaussStatementParser.ColumnDefinitionContext ctx)