Skip to main content

%ISQL.SPContext

Manages the state of a ISQL stored procedure while it is executing

Method Inventory

Methods

method %OnClose() as %Status
Inherited description: This callback method is invoked by the %Close() method to provide notification that the current object is being closed.

The return value of this method is ignored.

method %OnNew(SPNames As %List) as %Status
pass a 3-element $List with the parent and current SP names and the current SP key
method AddCleanup(CleanupCode As %String)
method GetNesting() as %Integer
method GetSPKey() as %String
method GetSPName() as %String
method GetSPParentName() as %String
method Matches(TestStr As %String, RegExp As %String) as %Boolean

This level caches - %ISQL.Matcher objects directly if you don't want caching

method PerformCleanups() as %Status
method PerformOneCleanup(CleanupCode As %String) as %Status
classmethod SeeTemp(Id As %String) [ SQLProc = SPContext_SeeTemp ]
Projected as the stored procedure: SPContext_SeeTemp
classmethod TempSchema() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab