describeSchemaPlan abstract method

SchemaPreview describeSchemaPlan(
  1. SchemaPlan plan
)

Returns a preview of the SQL statements that would run for plan.

Implementation

SchemaPreview describeSchemaPlan(SchemaPlan plan);