Subject | Re: [Firebird-Java] Get execution plan through JDBC |
---|---|
Author | Mark Rotteveel |
Post date | 2014-03-03T19:11:36Z |
On 3-3-2014 18:56, IJFQSFTGESJU@... wrote:
If you use a PreparedStatement you can get the plan without executing it.
Mark
--
Mark Rotteveel
> thanks for the answer, that works (apart from the fact that theThe getExecutionPlan() method is defined in the interface FirebirdResultset.
> ResultSet needs to be cast to FBResultSet)
> Just to make sure: there is no way to get the execution plan without
> actually running the statement?
If you use a PreparedStatement you can get the plan without executing it.
Mark
--
Mark Rotteveel