Uses of Interface
org.seasar.doma.jdbc.query.FunctionQuery
Packages that use FunctionQuery
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 FunctionQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type FunctionQueryModifier and TypeMethodDescriptiondefault <RESULT> FunctionCommand<RESULT>CommandImplementors.createFunctionCommand(Method method, FunctionQuery<RESULT> query) Creates aFunctionCommandobject. -
Uses of FunctionQuery in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type FunctionQueryModifierConstructorDescriptionFunctionCommand(FunctionQuery<RESULT> query) Creates a new instance. -
Uses of FunctionQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement FunctionQueryModifier and TypeClassDescriptionclassAutoFunctionQuery<RESULT>An auto function query that calls a database function.