Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.TablespaceSetNameContext
-
Packages that use OracleStatementParser.TablespaceSetNameContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.TablespaceSetNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.TablespaceSetNameContext Modifier and Type Method Description List<OracleStatementParser.TablespaceSetNameContext>OracleStatementParser.ListPartitionDescContext. tablespaceSetName()List<OracleStatementParser.TablespaceSetNameContext>OracleStatementParser.LobStorageParametersContext. tablespaceSetName()List<OracleStatementParser.TablespaceSetNameContext>OracleStatementParser.PartitioningStorageClauseContext. tablespaceSetName()List<OracleStatementParser.TablespaceSetNameContext>OracleStatementParser.RangePartitionsetDescContext. tablespaceSetName()List<OracleStatementParser.TablespaceSetNameContext>OracleStatementParser.SegmentAttributesClauseContext. tablespaceSetName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.TablespaceSetNameContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitTablespaceSetName(OracleStatementParser.TablespaceSetNameContext ctx)Visit a parse tree produced byOracleStatementParser.tablespaceSetName().TOracleStatementVisitor. visitTablespaceSetName(OracleStatementParser.TablespaceSetNameContext ctx)Visit a parse tree produced byOracleStatementParser.tablespaceSetName().
-