| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.PrimaryKeyContext |
OracleStatementParser.primaryKey() |
OracleStatementParser.PrimaryKeyContext |
OracleStatementParser.InlineConstraintContext.primaryKey() |
OracleStatementParser.PrimaryKeyContext |
OracleStatementParser.OutOfLineConstraintContext.primaryKey() |
OracleStatementParser.PrimaryKeyContext |
OracleStatementParser.ConstraintPrimaryOrUniqueContext.primaryKey() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitPrimaryKey(OracleStatementParser.PrimaryKeyContext ctx)
Visit a parse tree produced by
OracleStatementParser.primaryKey(). |
T |
OracleStatementBaseVisitor.visitPrimaryKey(OracleStatementParser.PrimaryKeyContext ctx)
Visit a parse tree produced by
OracleStatementParser.primaryKey(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.