Skip to main content

%DeepSee.Connector.ResultSet

abstract class %DeepSee.Connector.ResultSet extends %SQL.CustomResultSet

This is the base class for Custom ResultSets generated by DeepSee Connectors.

Method Inventory

Parameters

parameter CONNECTOR;
Name of connector class that created this result set.

Methods

method %CloseCursor() as %Status
Close the source result set.
method %Next(ByRef pSC As %Library.Status = $$$OK) as %Library.Integer
Actual implementation is generated in a subclass.
method %OpenCursor(pRowCount As %Integer = 100) as %Status
Initialize the result set.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab