Uses of Interface
org.seasar.doma.jdbc.command.ResultSetRowIndexConsumer
Packages that use ResultSetRowIndexConsumer
Package
Description
Internal implementation details for the Doma framework.
Provides classes and interfaces to execute SQL statements using the command pattern.
-
Uses of ResultSetRowIndexConsumer in org.seasar.doma.internal.jdbc.command
Fields in org.seasar.doma.internal.jdbc.command declared as ResultSetRowIndexConsumerModifier and TypeFieldDescriptionprotected final ResultSetRowIndexConsumerResultSetIterator.consumerMethods in org.seasar.doma.internal.jdbc.command with parameters of type ResultSetRowIndexConsumerModifier and TypeMethodDescriptionAbstractCollectorHandler.handle(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer) AbstractIterationHandler.handle(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer) AbstractResultListHandler.handle(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer) AbstractSingleResultHandler.handle(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer) AbstractStreamHandler.handle(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer) Constructors in org.seasar.doma.internal.jdbc.command with parameters of type ResultSetRowIndexConsumerModifierConstructorDescriptionResultSetIterator(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer, ObjectProvider<TARGET> provider) -
Uses of ResultSetRowIndexConsumer in org.seasar.doma.jdbc.command
Methods in org.seasar.doma.jdbc.command with parameters of type ResultSetRowIndexConsumerModifier and TypeMethodDescriptionResultSetHandler.handle(ResultSet resultSet, SelectQuery query, ResultSetRowIndexConsumer consumer) Processes a ResultSet and converts it into the specified result type.