persistent class %iFind.Transformation
extends %Persistent
This table contains all transformations currently in use by iFind indices with namespace-shared
storage. (cf IFINDSHAREDSTORAGELOCATION parameter in %iFind.Index.Basic)
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
property Specification
as %String(COLLATION="EXACT",MAXLEN=150);
Specification uniquely describing this transformation.
property Type
as %String [ Calculated ];
General type of transformation
method Transform(pString As %String, pLanguage As %String = "")
as %String
Applies this transformation to pString
index (SpecificationIdx on Specification) [Type = collatedkey,Unique];