Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.OrganizationClauseContext
-
Packages that use OracleStatementParser.OrganizationClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.OrganizationClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.OrganizationClauseContext Modifier and Type Method Description OracleStatementParser.OrganizationClauseContextOracleStatementParser. organizationClause()OracleStatementParser.OrganizationClauseContextOracleStatementParser.PhysicalPropertiesContext. organizationClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.OrganizationClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitOrganizationClause(OracleStatementParser.OrganizationClauseContext ctx)Visit a parse tree produced byOracleStatementParser.organizationClause().TOracleStatementVisitor. visitOrganizationClause(OracleStatementParser.OrganizationClauseContext ctx)Visit a parse tree produced byOracleStatementParser.organizationClause().
-