Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ObjectNameContext
-
Packages that use OracleStatementParser.ObjectNameContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ObjectNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.ObjectNameContext Modifier and Type Method Description List<OracleStatementParser.ObjectNameContext>OracleStatementParser.ComponentActionsContext. objectName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ObjectNameContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitObjectName(OracleStatementParser.ObjectNameContext ctx)Visit a parse tree produced byOracleStatementParser.objectName().TOracleStatementVisitor. visitObjectName(OracleStatementParser.ObjectNameContext ctx)Visit a parse tree produced byOracleStatementParser.objectName().
-