Uses of Interface
org.seasar.doma.jdbc.query.ScriptQuery
Packages that use ScriptQuery
Package
Description
Internal implementation details for the Doma framework.
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 ScriptQuery in org.seasar.doma.internal.jdbc.command
Fields in org.seasar.doma.internal.jdbc.command declared as ScriptQueryConstructors in org.seasar.doma.internal.jdbc.command with parameters of type ScriptQuery -
Uses of ScriptQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type ScriptQueryModifier and TypeMethodDescriptiondefault ScriptCommandCommandImplementors.createScriptCommand(Method method, ScriptQuery query) Creates aScriptCommandobject. -
Uses of ScriptQuery in org.seasar.doma.jdbc.command
Fields in org.seasar.doma.jdbc.command declared as ScriptQueryMethods in org.seasar.doma.jdbc.command that return ScriptQueryConstructors in org.seasar.doma.jdbc.command with parameters of type ScriptQuery -
Uses of ScriptQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement ScriptQueryModifier and TypeClassDescriptionclassA query that executes a SQL script file.