Class ProcedureCommand

java.lang.Object
org.seasar.doma.jdbc.command.ModuleCommand<ProcedureQuery,Void>
org.seasar.doma.jdbc.command.ProcedureCommand
All Implemented Interfaces:
Command<Void>

public class ProcedureCommand extends ModuleCommand<ProcedureQuery,Void>
A command that executes a stored procedure.

This command doesn't return any result as procedures typically perform operations without returning values directly. Output parameters can be accessed through the query object.

  • Constructor Details

    • ProcedureCommand

      public ProcedureCommand(ProcedureQuery query)
      Creates a new instance.
      Parameters:
      query - the query to execute
  • Method Details