Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ClusteringColumnsContext
-
Packages that use OracleStatementParser.ClusteringColumnsContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ClusteringColumnsContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ClusteringColumnsContext Modifier and Type Method Description OracleStatementParser.ClusteringColumnsContextOracleStatementParser.ClusterClauseContext. clusteringColumns()OracleStatementParser.ClusteringColumnsContextOracleStatementParser. clusteringColumns()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ClusteringColumnsContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitClusteringColumns(OracleStatementParser.ClusteringColumnsContext ctx)Visit a parse tree produced byOracleStatementParser.clusteringColumns().TOracleStatementVisitor. visitClusteringColumns(OracleStatementParser.ClusteringColumnsContext ctx)Visit a parse tree produced byOracleStatementParser.clusteringColumns().
-