Class FunctionCommand<RESULT>

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

public class FunctionCommand<RESULT> extends ModuleCommand<FunctionQuery<RESULT>,RESULT>
A command that executes a database function.

This command returns the result of the function execution. The result is obtained from the query object after executing the function and fetching output parameters.