Class Reference
%Dictionary.PackageDefinition
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
Private  Storage

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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 6


Summary

Properties
ClientName Description GlobalPrefix Name OwnerName
RtnPrefix SQLName list

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BuildIndices
%CheckUnique %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 %KillExtent %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PurgeIndices
%Reload %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateObject FlatPackageClose
FlatPackageExecute FlatPackageFetch FlatPackageFetchRows GetPackageList
SubPackageClose SubPackageExecute SubPackageFetch SubPackageFetchRows


Properties

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

Methods

• classmethod GetPackageList() as %ListOfDataTypes