Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ConstraintPrimaryOrUniqueContext
-
Packages that use OracleStatementParser.ConstraintPrimaryOrUniqueContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ConstraintPrimaryOrUniqueContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ConstraintPrimaryOrUniqueContext Modifier and Type Method Description OracleStatementParser.ConstraintPrimaryOrUniqueContextOracleStatementParser.ConstraintOptionContext. constraintPrimaryOrUnique()OracleStatementParser.ConstraintPrimaryOrUniqueContextOracleStatementParser. constraintPrimaryOrUnique()OracleStatementParser.ConstraintPrimaryOrUniqueContextOracleStatementParser.DropConstraintClauseContext. constraintPrimaryOrUnique()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ConstraintPrimaryOrUniqueContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitConstraintPrimaryOrUnique(OracleStatementParser.ConstraintPrimaryOrUniqueContext ctx)Visit a parse tree produced byOracleStatementParser.constraintPrimaryOrUnique().TOracleStatementVisitor. visitConstraintPrimaryOrUnique(OracleStatementParser.ConstraintPrimaryOrUniqueContext ctx)Visit a parse tree produced byOracleStatementParser.constraintPrimaryOrUnique().
-