Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » PreparedStatement interface

 

getPlan function

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.