Uses of Class
org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.row.MemoryQueryResultDataRow
Packages that use MemoryQueryResultDataRow
Package
Description
-
Uses of MemoryQueryResultDataRow in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader
Methods in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader that return types with arguments of type MemoryQueryResultDataRowModifier and TypeMethodDescriptionLoad rows. -
Uses of MemoryQueryResultDataRow in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type
Constructor parameters in org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.raw.type with type arguments of type MemoryQueryResultDataRowModifierConstructorDescriptionRawMemoryQueryResult(QueryResultMetaData metaData, List<MemoryQueryResultDataRow> rows)