Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.DiskgroupAttributesContext
-
Packages that use OracleStatementParser.DiskgroupAttributesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.DiskgroupAttributesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.DiskgroupAttributesContext Modifier and Type Method Description OracleStatementParser.DiskgroupAttributesContextOracleStatementParser.AlterDiskgroupContext. diskgroupAttributes()OracleStatementParser.DiskgroupAttributesContextOracleStatementParser. diskgroupAttributes()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.DiskgroupAttributesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitDiskgroupAttributes(OracleStatementParser.DiskgroupAttributesContext ctx)Visit a parse tree produced byOracleStatementParser.diskgroupAttributes().TOracleStatementVisitor. visitDiskgroupAttributes(OracleStatementParser.DiskgroupAttributesContext ctx)Visit a parse tree produced byOracleStatementParser.diskgroupAttributes().
-