| |
|
| java.lang.Object com.versant.core.jdo.VersantQueryPlan
VersantQueryPlan | public class VersantQueryPlan implements Serializable(Code) | | Execution plan for a query.
|
VersantQueryPlan | public VersantQueryPlan()(Code) | | |
getDatastorePlan | public String getDatastorePlan()(Code) | | Get the datastore execution plan for the query. Note that this may
depend on the values of the query parameters. If this is not supported
for the target database then null is returned.
|
getDatastoreQuery | public String getDatastoreQuery()(Code) | | Get the generated datastore query language (e.g. SQL) for the query.
Note that this may depend on the values of the query parameters
|
setDatastorePlan | public void setDatastorePlan(String datastorePlan)(Code) | | |
setDatastoreQuery | public void setDatastoreQuery(String datastoreQuery)(Code) | | |
|
|
|