Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ColumnDefContext
-
Packages that use OpenGaussStatementParser.ColumnDefContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.ColumnDefContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ColumnDefContext Modifier and Type Method Description OpenGaussStatementParser.ColumnDefContextOpenGaussStatementParser.AlterTableCmdContext. columnDef()OpenGaussStatementParser.ColumnDefContextOpenGaussStatementParser. columnDef()OpenGaussStatementParser.ColumnDefContextOpenGaussStatementParser.TableElementContext. columnDef()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ColumnDefContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitColumnDef(OpenGaussStatementParser.ColumnDefContext ctx)Visit a parse tree produced byOpenGaussStatementParser.columnDef().TOpenGaussStatementVisitor. visitColumnDef(OpenGaussStatementParser.ColumnDefContext ctx)Visit a parse tree produced byOpenGaussStatementParser.columnDef().
-