%BI.Printer
persistent class %BI.Printer extends %Library.Persistent
SQL Table Name: %BI.Printer
Property Inventory
Properties
property Checkbox as %String (MAXLEN = 20000, TRUNCATE = 1);
Property methods: CheckboxDisplayToLogical(), CheckboxGet(), CheckboxGetStored(), CheckboxIsValid(), CheckboxLogicalToDisplay(), CheckboxLogicalToOdbc(), CheckboxNormalize(), CheckboxSet()
property ClassName as %String (MAXLEN = 20000, TRUNCATE = 1);
Property methods: ClassNameDisplayToLogical(), ClassNameGet(), ClassNameGetStored(), ClassNameIsValid(), ClassNameLogicalToDisplay(), ClassNameLogicalToOdbc(), ClassNameNormalize(), ClassNameSet()
property ControlSeq as %String (MAXLEN = 20000, TRUNCATE = 1);
Property methods: ControlSeqDisplayToLogical(), ControlSeqGet(), ControlSeqGetStored(), ControlSeqIsValid(), ControlSeqLogicalToDisplay(), ControlSeqLogicalToOdbc(), ControlSeqNormalize(), ControlSeqSet()
property Data as %String (MAXLEN = 20000, TRUNCATE = 1);
Property methods: DataDisplayToLogical(), DataGet(), DataGetStored(), DataIsValid(), DataLogicalToDisplay(), DataLogicalToOdbc(), DataNormalize(), DataSet()
property Description as %String (MAXLEN = 1000, TRUNCATE = 1);
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property FolderId as %String (MAXLEN = 50, TRUNCATE = 1);
Property methods: FolderIdDisplayToLogical(), FolderIdGet(), FolderIdGetStored(), FolderIdIsValid(), FolderIdLogicalToDisplay(), FolderIdLogicalToOdbc(), FolderIdNormalize(), FolderIdSet()
property Loop as %String (MAXLEN = 20000, TRUNCATE = 1);
Property methods: LoopDisplayToLogical(), LoopGet(), LoopGetStored(), LoopIsValid(), LoopLogicalToDisplay(), LoopLogicalToOdbc(), LoopNormalize(), LoopSet()
property Title as %String (TRUNCATE = 1);
Property methods: TitleDisplayToLogical(), TitleGet(), TitleGetStored(), TitleIsValid(), TitleLogicalToDisplay(), TitleLogicalToOdbc(), TitleNormalize(), TitleSet()
Queries
query All()
SQL Query:
SELECT %ID,Title,FolderId FROM Printer ORDER BY Title
SELECT %ID,Title,FolderId FROM Printer ORDER BY Title
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %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()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %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()
- %ValidateIndices()
- %ValidateObject()
Storage
Storage Model: CacheStorage (%BI.Printer)
^BI.PrinterD(ID) | = | %%CLASSNAME
Title
FolderId
Description
Data
ControlSeq
Loop
Checkbox
ClassName
JSExe
|