Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ClusteringColumnGroupContext
-
Packages that use OracleStatementParser.ClusteringColumnGroupContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ClusteringColumnGroupContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ClusteringColumnGroupContext Modifier and Type Method Description OracleStatementParser.ClusteringColumnGroupContextOracleStatementParser. clusteringColumnGroup()OracleStatementParser.ClusteringColumnGroupContextOracleStatementParser.ClusteringColumnsContext. clusteringColumnGroup(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.ClusteringColumnGroupContext Modifier and Type Method Description List<OracleStatementParser.ClusteringColumnGroupContext>OracleStatementParser.ClusteringColumnsContext. clusteringColumnGroup()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ClusteringColumnGroupContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitClusteringColumnGroup(OracleStatementParser.ClusteringColumnGroupContext ctx)Visit a parse tree produced byOracleStatementParser.clusteringColumnGroup().TOracleStatementVisitor. visitClusteringColumnGroup(OracleStatementParser.ClusteringColumnGroupContext ctx)Visit a parse tree produced byOracleStatementParser.clusteringColumnGroup().
-