persistent class %iFind.WordTransformation
extends %Persistent
This table projects all registered word transformations filed 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.
index (IDKey on Transformation,TransformedWord,OriginalWord) [IdKey,PrimaryKey,Unique];