Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.OutOfLineConstraintContext
-
Packages that use OracleStatementParser.OutOfLineConstraintContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type -
-
Uses of OracleStatementParser.OutOfLineConstraintContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.OutOfLineConstraintContext Modifier and Type Method Description OracleStatementParser.OutOfLineConstraintContextOracleStatementParser.AddConstraintSpecificationContext. outOfLineConstraint(int i)OracleStatementParser.OutOfLineConstraintContextOracleStatementParser.AlterViewContext. outOfLineConstraint()OracleStatementParser.OutOfLineConstraintContextOracleStatementParser.ConstraintContext. outOfLineConstraint()OracleStatementParser.OutOfLineConstraintContextOracleStatementParser.ObjectPropertiesContext. outOfLineConstraint()OracleStatementParser.OutOfLineConstraintContextOracleStatementParser. outOfLineConstraint()OracleStatementParser.OutOfLineConstraintContextOracleStatementParser.RelationalPropertyContext. outOfLineConstraint()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.OutOfLineConstraintContext Modifier and Type Method Description List<OracleStatementParser.OutOfLineConstraintContext>OracleStatementParser.AddConstraintSpecificationContext. outOfLineConstraint()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.OutOfLineConstraintContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitOutOfLineConstraint(OracleStatementParser.OutOfLineConstraintContext ctx)Visit a parse tree produced byOracleStatementParser.outOfLineConstraint().TOracleStatementVisitor. visitOutOfLineConstraint(OracleStatementParser.OutOfLineConstraintContext ctx)Visit a parse tree produced byOracleStatementParser.outOfLineConstraint(). -
Uses of OracleStatementParser.OutOfLineConstraintContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type with parameters of type OracleStatementParser.OutOfLineConstraintContext Modifier and Type Method Description ASTNodeOracleDDLStatementVisitor. visitOutOfLineConstraint(OracleStatementParser.OutOfLineConstraintContext ctx)
-