Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.TablespaceGroupNameContext
-
Packages that use OracleStatementParser.TablespaceGroupNameContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.TablespaceGroupNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.TablespaceGroupNameContext Modifier and Type Method Description OracleStatementParser.TablespaceGroupNameContextOracleStatementParser.DefaultSettingsClausesContext. tablespaceGroupName()OracleStatementParser.TablespaceGroupNameContextOracleStatementParser.PdbSettingClauseContext. tablespaceGroupName()OracleStatementParser.TablespaceGroupNameContextOracleStatementParser. tablespaceGroupName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.TablespaceGroupNameContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitTablespaceGroupName(OracleStatementParser.TablespaceGroupNameContext ctx)Visit a parse tree produced byOracleStatementParser.tablespaceGroupName().TOracleStatementVisitor. visitTablespaceGroupName(OracleStatementParser.TablespaceGroupNameContext ctx)Visit a parse tree produced byOracleStatementParser.tablespaceGroupName().
-