Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ObjectTableSubstitutionContext
-
Packages that use OracleStatementParser.ObjectTableSubstitutionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ObjectTableSubstitutionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ObjectTableSubstitutionContext Modifier and Type Method Description OracleStatementParser.ObjectTableSubstitutionContextOracleStatementParser.CreateObjectTableClauseContext. objectTableSubstitution()OracleStatementParser.ObjectTableSubstitutionContextOracleStatementParser. objectTableSubstitution()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ObjectTableSubstitutionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitObjectTableSubstitution(OracleStatementParser.ObjectTableSubstitutionContext ctx)Visit a parse tree produced byOracleStatementParser.objectTableSubstitution().TOracleStatementVisitor. visitObjectTableSubstitution(OracleStatementParser.ObjectTableSubstitutionContext ctx)Visit a parse tree produced byOracleStatementParser.objectTableSubstitution().
-