Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%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