| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLStatementParser.PrimaryKeyContext |
PostgreSQLStatementParser.primaryKey() |
PostgreSQLStatementParser.PrimaryKeyContext |
PostgreSQLStatementParser.ColumnConstraintOptionContext.primaryKey() |
PostgreSQLStatementParser.PrimaryKeyContext |
PostgreSQLStatementParser.TableConstraintOptionContext.primaryKey() |
PostgreSQLStatementParser.PrimaryKeyContext |
PostgreSQLStatementParser.TableConstraintUsingIndexContext.primaryKey() |
| Modifier and Type | Method and Description |
|---|---|
T |
PostgreSQLStatementBaseVisitor.visitPrimaryKey(PostgreSQLStatementParser.PrimaryKeyContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.primaryKey(). |
T |
PostgreSQLStatementVisitor.visitPrimaryKey(PostgreSQLStatementParser.PrimaryKeyContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.primaryKey(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.