Skip to main content

Ens.Config.SearchTablePropAttrs

abstract class Ens.Config.SearchTablePropAttrs

SearchTable Property attributes, shared between Item and Prop definitions

Property Inventory

Properties

property IndexType as %String (VALUELIST = ",None,Standard,Bitmap", XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "None" ];
Build an index of this type for values stored with this property type
Property methods: IndexTypeDisplayToLogical(), IndexTypeGet(), IndexTypeIsValid(), IndexTypeLogicalToDisplay(), IndexTypeLogicalToOdbc(), IndexTypeNormalize(), IndexTypeSet()
property PropType as %String (VALUELIST = ",String:CaseSensitive,String:CaseInsensitive,Integer,Numeric,Boolean,DateTime:ODBC,DateTime:HL7", XMLPROJECTION = "ATTRIBUTE");
Normalize case for this property type when storing and querying
Property methods: PropTypeDisplayToLogical(), PropTypeGet(), PropTypeIsValid(), PropTypeLogicalToDisplay(), PropTypeLogicalToOdbc(), PropTypeNormalize(), PropTypeSet()
property StoreNulls as %Boolean (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 0 ];
Store empty values in the SearchTable for this property type
Property methods: StoreNullsDisplayToLogical(), StoreNullsGet(), StoreNullsIsValid(), StoreNullsLogicalToDisplay(), StoreNullsNormalize(), StoreNullsSet()
property Unselective as %Boolean (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 0 ];
Property methods: UnselectiveDisplayToLogical(), UnselectiveGet(), UnselectiveIsValid(), UnselectiveLogicalToDisplay(), UnselectiveNormalize(), UnselectiveSet()

Subclasses

FeedbackOpens in a new tab