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

persistent class %Dictionary.PackageDefinition extends %Persistent, %Dictionary.PackageDefinitionQuery

This class represents a specific package description contained within the Class Dictionary.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 6


Summary

Properties
ClientName Description GlobalPrefix Name OwnerName
RtnPrefix SQLName list

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 FlatPackageClose FlatPackageExecute FlatPackageFetch
FlatPackageFetchRows GetPackageList SubPackageClose SubPackageExecute
SubPackageFetch SubPackageFetchRows


Properties

• property ClientName as %RawString;
A string containing the client name for the package.
• property Description as %RawString;
A string containing the description of the package.
• property GlobalPrefix as %RawString;
A string containing the global prefix of the package, used for data, id, and index locations.
• property Name as %RawString;
A string containing the name of the package.
• property OwnerName as %RawString;
A string containing the Owner's name of the package.
• property RtnPrefix as %RawString;
A string containing the routine prefix of the package.
• property SQLName as %RawString;
A string containing the SQL name of the package.
• property list as %ListOfDataTypes [ Transient ];

Methods

• classmethod GetPackageList() as %ListOfDataTypes


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