abstract class Ens.Config.SearchTablePropAttrs
SearchTable Property attributes, shared between Item and Prop definitions
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
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 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 StoreNulls
as %Boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
Store empty values in the SearchTable for this property type
property Unselective
as %Boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];