Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.LobPartitioningStorageContext
-
Packages that use OracleStatementParser.LobPartitioningStorageContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.LobPartitioningStorageContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.LobPartitioningStorageContext Modifier and Type Method Description OracleStatementParser.LobPartitioningStorageContextOracleStatementParser. lobPartitioningStorage()OracleStatementParser.LobPartitioningStorageContextOracleStatementParser.PartitioningStorageClauseContext. lobPartitioningStorage(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.LobPartitioningStorageContext Modifier and Type Method Description List<OracleStatementParser.LobPartitioningStorageContext>OracleStatementParser.PartitioningStorageClauseContext. lobPartitioningStorage()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.LobPartitioningStorageContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitLobPartitioningStorage(OracleStatementParser.LobPartitioningStorageContext ctx)Visit a parse tree produced byOracleStatementParser.lobPartitioningStorage().TOracleStatementVisitor. visitLobPartitioningStorage(OracleStatementParser.LobPartitioningStorageContext ctx)Visit a parse tree produced byOracleStatementParser.lobPartitioningStorage().
-