DocBook|Search
Class Reference
%BI.swMapDB
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [swMapDB]
Private  Storage  

persistent class %BI.swMapDB extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
14 2


Summary

Properties
Description FolderRef GridHeight GridWidth GroupCol
GroupPID GroupRow MapLink MapRef MapType
Name StartMap TotalCol TotalRow

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%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 %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property Description as %String(MAXLEN=100,TRUNCATE=1);
• property FolderRef as %String(TRUNCATE=1);
• property GridHeight as %Integer;
• property GridWidth as %Integer;
• property GroupCol as %Integer;
• property GroupPID as %Integer;
• property GroupRow as %Integer;
• property MapLink as %String(TRUNCATE=1);
• property MapRef as %String(TRUNCATE=1);
• property MapType as %String(MAXLEN=1,TRUNCATE=1);
• property Name as %String(TRUNCATE=1);
• property StartMap as %Boolean;
• property TotalCol as %Integer;
• property TotalRow as %Integer;

Queries

• query ListAll(iUser As %String)
SQL Query :
SELECT ID,Name,Description,FolderRef
FROM %BI.swMapDB
ORDER BY Name
• query ListFolder(folder)
SQL Query :
SELECT ID,Name
FROM %BI.swMapDB
WHERE (FolderRef = :folder)
ORDER BY Name