Class SqlProcessorCommand<RESULT>

java.lang.Object
org.seasar.doma.jdbc.command.SqlProcessorCommand<RESULT>
Type Parameters:
RESULT - the result type
All Implemented Interfaces:
Command<RESULT>

public class SqlProcessorCommand<RESULT> extends Object implements Command<RESULT>
A command to process SQL with a custom handler.

This command allows custom processing of SQL statements using a provided handler function.