Class Reference
%TSQL.sys.procedure
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%TSQL] >  [sys] >  [procedure]
Private  Storage

persistent class %TSQL.sys.procedure extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 1 1


Summary

Properties
class description execute idPROC idSCHEMA
interface name procedure schema

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 inc


Properties

• property class as %String;
• property description as %String;
• property execute as %String(MAXLEN=4096);
• property idPROC as %String;
• property idSCHEMA as %String;
• property interface as %Integer;
interface -2 function procedure with a return value that may return result sets -1 function procedure without a return value that may return result sets 0 function procedure without a return value, no result sets 1 query (single result set) 2 function with a return value, no result sets
• property name as %String;
• property procedure as %String;
• property schema as %String;

Methods

• classmethod inc()

Indices

• index (ID on idSCHEMA,idPROC) [IdKey];