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