Uses of Interface
org.seasar.doma.jdbc.query.ProcedureQuery
Packages that use ProcedureQuery
Package
Description
Provides JDBC related interfaces and classes.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides query objects that build and execute SQL statements.
-
Uses of ProcedureQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type ProcedureQueryModifier and TypeMethodDescriptiondefault ProcedureCommandCommandImplementors.createProcedureCommand(Method method, ProcedureQuery query) Creates aProcedureCommandobject. -
Uses of ProcedureQuery in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type ProcedureQuery -
Uses of ProcedureQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement ProcedureQueryModifier and TypeClassDescriptionclassAn auto procedure query that calls a database stored procedure.