Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PrimaryKeyContext
-
Packages that use OracleStatementParser.PrimaryKeyContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PrimaryKeyContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PrimaryKeyContext Modifier and Type Method Description OracleStatementParser.PrimaryKeyContextOracleStatementParser.ConstraintPrimaryOrUniqueContext. primaryKey()OracleStatementParser.PrimaryKeyContextOracleStatementParser.InlineConstraintContext. primaryKey()OracleStatementParser.PrimaryKeyContextOracleStatementParser.OutOfLineConstraintContext. primaryKey()OracleStatementParser.PrimaryKeyContextOracleStatementParser. primaryKey()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PrimaryKeyContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPrimaryKey(OracleStatementParser.PrimaryKeyContext ctx)Visit a parse tree produced byOracleStatementParser.primaryKey().TOracleStatementVisitor. visitPrimaryKey(OracleStatementParser.PrimaryKeyContext ctx)Visit a parse tree produced byOracleStatementParser.primaryKey().
-