Subject Re: [Firebird-Java] Get execution plan through JDBC
Author Mark Rotteveel
On 3-3-2014 18:56, IJFQSFTGESJU@... wrote:
> thanks for the answer, that works (apart from the fact that the
> 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?

The getExecutionPlan() method is defined in the interface FirebirdResultset.

If you use a PreparedStatement you can get the plan without executing it.

Mark
--
Mark Rotteveel