Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.AutoextendClauseContext
-
Packages that use OracleStatementParser.AutoextendClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.AutoextendClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.AutoextendClauseContext Modifier and Type Method Description OracleStatementParser.AutoextendClauseContextOracleStatementParser.AlterDatafileClauseContext. autoextendClause()OracleStatementParser.AutoextendClauseContextOracleStatementParser.AlterTempfileClauseContext. autoextendClause()OracleStatementParser.AutoextendClauseContextOracleStatementParser. autoextendClause()OracleStatementParser.AutoextendClauseContextOracleStatementParser.DatafileTempfileSpecContext. autoextendClause()OracleStatementParser.AutoextendClauseContextOracleStatementParser.TablespaceDatafileClausesContext. autoextendClause(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.AutoextendClauseContext Modifier and Type Method Description List<OracleStatementParser.AutoextendClauseContext>OracleStatementParser.TablespaceDatafileClausesContext. autoextendClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.AutoextendClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitAutoextendClause(OracleStatementParser.AutoextendClauseContext ctx)Visit a parse tree produced byOracleStatementParser.autoextendClause().TOracleStatementVisitor. visitAutoextendClause(OracleStatementParser.AutoextendClauseContext ctx)Visit a parse tree produced byOracleStatementParser.autoextendClause().
-