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

Note: The class definition classes in the %Library package have been superceded by those in the %Dictionary package. Instead use %Dictionary.QueryDefinition.

This class represents a specific class query.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
14


Summary

Properties
ClassName Deprecated Description FormalSpec Internal
Name Parameters SQLName SQLProc SQLQuery
SQLView SQLViewName SequenceNumber Type

Methods
%AddToSaveSet %AddToSyncSet %BuildDeferredIndices %BuildIndices
%BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints %CheckConstraintsForExtent
%ClassIsLatestVersion %ClassName %ComposeOid %ConstructClone
%Delete %DeleteExtent %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Exists %ExistsId
%Extends %GUID %GUIDSet %GetLock
%GetParameter %GetSwizzleObject %Id %IsA
%IsModified %IsNull %KillExtent %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PurgeIndices
%Reload %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateIndices %ValidateObject
%ValidateTable GetTransientState SetTransientState lb
li ll


Properties

• property ClassName as %RawString;
A string containing the name of the class the query belongs to.
• property Deprecated as %RawString;
A flag indicating if this query is deprecated (1) or not (0).
• property Description as %RawString;
A string containing the description of the query.
• property FormalSpec as %RawString;
A string containing the list of arguments for the query. These are the arguments passed via the Execute() method of the %ResultSet class.
• property Internal as %RawString;
A flag indicating whether the query is internal (1) or not (0).
• property Name as %RawString;
A string containing the name of the query.
• property Parameters as array of %RawString;
An array containing any parameter definitions for the query. The array keys are the parameter names and the array values are the parameter values.
• property SQLName as %RawString;
A string containing the SQL procedure name of the query.
• property SQLProc as %RawString;
A flag indicating whether the query is projected as an SQL stored procedure (1) or not (0).
• property SQLQuery as %RawString;
The SQL statements to implement this query.
• property SQLView as %RawString;
A flag indicating whether the query is projected as an SQL view (1) or not (0).
• property SQLViewName as %RawString;
If the query is projected as an SQL view, this is a string containing the name of the SQL view.
• property SequenceNumber as %RawString;
Sequence number used to determine order of this item in Studio editor and in XML export format.
• property Type as %RawString;
A string containing the name of the class used for the implementation of the query.


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