Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [Connector] >  [ResultSet]
Private  Storage   

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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3


Summary

Properties
%CurrentResult %Message %Metadata %OutputColumnCount
%PrivateTables %ROWCOUNT %ROWID %ResultColumnCount
%SQLCODE %StatementType %StatementTypeName

Methods
%ClassIsLatestVersion %ClassName %CloseCursor %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %Display %DisplayFormatted %DisplayMarkDown
%Extends %Get %GetData %GetMetadata
%GetParameter %GetRow %GetRows %GetSerializedMetadata
%GetStatement %IsA %IsModified %MoreResults
%New %Next %NextOutputValue %NextResult
%NormalizeObject %ObjectModified %OnNew %OpenCursor
%OriginalNamespace %PackageName %Print %SendODBC
%SerializeObject %SetModified %ValidateObject Close
Fetch FetchRows GetInfo GetODBCInfo
getSelectMode


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.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.