abstract class %DeepSee.Connector.ResultSet
extends %SQL.CustomResultSet
This is the base class for Custom ResultSets generated by DeepSee Connectors.
parameter CONNECTOR;
Name of connector class that created this result set.
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.