getPlan method

Returns a text-based description of the SQL query execution plan.

Syntax
String PreparedStatement.getPlan() throws ULjException
Remarks

An empty string is returned if there is no plan.

Returns

The String representation of the plan.