Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DBMTables.Central.Branches

persistent class DBMTables.Central.Branches extends %Library.Persistent

SQL Table Name: DBMTables_Central.Branches

Property Inventory

Method Inventory

Properties

property Branch as %String) [ Required ];
Property methods: BranchDisplayToLogical(), BranchGet(), BranchGetStored(), BranchIsValid(), BranchLogicalToDisplay(), BranchLogicalToOdbc(), BranchNormalize(), BranchSet()
property DocBookIDList as %String);
Property methods: DocBookIDListDisplayToLogical(), DocBookIDListGet(), DocBookIDListGetStored(), DocBookIDListIsValid(), DocBookIDListLogicalToDisplay(), DocBookIDListLogicalToOdbc(), DocBookIDListNormalize(), DocBookIDListSet()
property Product as %String;
Property methods: ProductDisplayToLogical(), ProductGet(), ProductGetStored(), ProductIsValid(), ProductLogicalToDisplay(), ProductLogicalToOdbc(), ProductNormalize(), ProductSet()

Methods

classmethod AddRecord(dirtocheck As %String = "")
classmethod BuildTable(verbose As %Boolean = 1)
classmethod GetP4Path(directory As %String = "") as %String
classmethod InProduct(Product As %String, DocBookId As %String, ByRef BranchList) as %Boolean
classmethod InSrcDir(directory As %String, DocBookID As %String, verbose As %Boolean = 0) as %Boolean
classmethod InventoryCompOrServ(area As %String = "components-doc", verbose As %Boolean = 0) as %Boolean
classmethod InventoryHS(verbose As %Boolean = 0) as %Boolean
classmethod InventoryIRIS(verbose As %Boolean = 0)
classmethod InventoryIRISBranch(directory As %String = "c:\Perforce\learning\iris-doc\2019.1.x\doc\", verbose As %Boolean = 0)
classmethod InventorySrcDir(directory As %String = "c:\Perforce\learning\iris-doc\2022.1.x\doc\cache\en-us\src\", verbose As %Boolean = 0) as %String

Indexes

index (MainIDX on Branch) [IdKey, Type = key, Unique];
Index methods: MainIDXCheck(), MainIDXDelete(), MainIDXExists(), MainIDXOpen(), MainIDXSQLCheckUnique(), MainIDXSQLExists(), MainIDXSQLFindPKeyByConstraint(), MainIDXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.Central.Branches)

^DBMTables.Central.BranchesD(ID)
=
%%CLASSNAME
DocBookIDList
Product
P4Branch
FeedbackOpens in a new tab