Skip to main content

%BI.CusCode

persistent class %BI.CusCode extends %Library.Persistent

SQL Table Name: %BI.CusCode

Property Inventory

Properties

property code as %String (MAXLEN = 100000, TRUNCATE = 1);
Property methods: codeDisplayToLogical(), codeGet(), codeGetStored(), codeIsValid(), codeLogicalToDisplay(), codeLogicalToOdbc(), codeNormalize(), codeSet()
property descr as %String (MAXLEN = 10000, TRUNCATE = 1);
Property methods: descrDisplayToLogical(), descrGet(), descrGetStored(), descrIsValid(), descrLogicalToDisplay(), descrLogicalToOdbc(), descrNormalize(), descrSet()
property help as %String (TRUNCATE = 1);
Property methods: helpDisplayToLogical(), helpGet(), helpGetStored(), helpIsValid(), helpLogicalToDisplay(), helpLogicalToOdbc(), helpNormalize(), helpSet()
property name as %String (TRUNCATE = 1);
Property methods: nameDisplayToLogical(), nameGet(), nameGetStored(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()

Queries

query ListAll()
SQL Query:
SELECT ID,name FROM %BI.CusCode ORDER BY name

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (%BI.CusCode)

^BI.CusCodeD(ID)
=
%%CLASSNAME
code
descr
help
name
FeedbackOpens in a new tab