Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.StaticBaseProfileContext
-
Packages that use OracleStatementParser.StaticBaseProfileContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.StaticBaseProfileContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.StaticBaseProfileContext Modifier and Type Method Description OracleStatementParser.StaticBaseProfileContextOracleStatementParser.CreateLockdownProfileContext. staticBaseProfile()OracleStatementParser.StaticBaseProfileContextOracleStatementParser. staticBaseProfile()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.StaticBaseProfileContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitStaticBaseProfile(OracleStatementParser.StaticBaseProfileContext ctx)Visit a parse tree produced byOracleStatementParser.staticBaseProfile().TOracleStatementVisitor. visitStaticBaseProfile(OracleStatementParser.StaticBaseProfileContext ctx)Visit a parse tree produced byOracleStatementParser.staticBaseProfile().
-