class %SQL.Manager.ShowPlan
extends %CSP.Util.AutoPage
SQL Manager Class to Show Query Plan
parameter DOMAIN = "%Utility";
Default Localization Domain
classmethod HTMLPlan(line)
as %String
classmethod OnPage()
as %Status
Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
classmethod ShowPlan(querytext)
as %String
This method is called from %CSP.UI.SQL.ShowPlanPane to display HTML for show plan. "" is always returned.
classmethod cost()
parse and write out cost
classmethod module(line)
create module table, close previous table first
classmethod moduleclose()
close module table, close previous table first
classmethod section1()
create query text table
classmethod section1close()
close query text table
classmethod section2()
create query plan table
classmethod spacepos(line)
as %Integer
Given a line of text, return the position of the first character that is not a space
classmethod subpos(line, pos)
write out subroutine lines