Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.PrimaryKeyContext
Packages that use OpenGaussStatementParser.PrimaryKeyContext
-
Uses of OpenGaussStatementParser.PrimaryKeyContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.PrimaryKeyContextModifier and TypeMethodDescriptionOpenGaussStatementParser.ColumnConstraintOptionContext.primaryKey()OpenGaussStatementParser.primaryKey()OpenGaussStatementParser.TableConstraintOptionContext.primaryKey()OpenGaussStatementParser.TableConstraintUsingIndexContext.primaryKey()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.PrimaryKeyContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitPrimaryKey(OpenGaussStatementParser.PrimaryKeyContext ctx) Visit a parse tree produced byOpenGaussStatementParser.primaryKey().OpenGaussStatementVisitor.visitPrimaryKey(OpenGaussStatementParser.PrimaryKeyContext ctx) Visit a parse tree produced byOpenGaussStatementParser.primaryKey().