- All Superinterfaces:
ModuleQuery,Query
- All Known Implementing Classes:
AutoProcedureQuery
An interface for database stored procedure queries.
This interface represents a query that calls a database stored procedure. It extends ModuleQuery to inherit common database module functionality while specializing for procedure
calls that don't return a result.
Implementations of this interface handle the execution of database procedure calls, including
parameter binding and handling of OUT and INOUT parameters. Unlike FunctionQuery,
procedures typically don't return a value directly, but may modify OUT parameters or perform
database operations.
-
Method Summary
Methods inherited from interface org.seasar.doma.jdbc.query.ModuleQuery
getQualifiedName, getSql, getSqlLogTypeMethods inherited from interface org.seasar.doma.jdbc.query.Query
comment, complete, getClassName, getConfig, getMethod, getMethodName, getQueryTimeout, prepare