|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmiPreparedQuery
JmiPreparedQuery represents a prepared query returned by JmiQueryProcessor
.
Method Summary | |
---|---|
Map<String,?> |
describeParameters()
Gets a description of the parameters to this query. |
Collection<RefObject> |
execute(Connection connection,
Map<String,?> args)
Executes the prepared query. |
String |
explainPlan()
Gets an explanation of the plan to be used to execute this query. |
Method Detail |
---|
Map<String,?> describeParameters()
String explainPlan()
Collection<RefObject> execute(Connection connection, Map<String,?> args) throws JmiQueryException
connection
- JDBC connection to use for processing SQL subqueries,
or null if none availableargs
- map from parameter name (String) to argument value (allowable
value type is implementation-dependent)
RefObject
) found
by the query
JmiQueryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |