%Installer.GlobalMapping
class %Installer.GlobalMapping extends %Installer.Mapping
This is a "GlobalMapping" activity within a Manifest documentProperty Inventory
Properties
property Collation as %Installer.Integer;
Collation to be used for this mapping.  Current codes are:
5 - Caché default 
10 - German-1 
11 - Portuguese-1 
12 - Polish-1 
13 - German-2 
14 - Spanish-1 
15 - Danish-1 
16 - Cyrillic-1 
17 - Greek-1 
18 - Czech-1 
19 - Czech-2 
20 - Portuguese-2 
21 - Finnish-1 
22 - Japanese-1 (in japanese1.dat) 
23 - Cyrillic-2 
24 - Polish-2 
25 - Chinese1 (reserved for future use) 
26 - Chinese2 (in Chinese2.dat) 
27 - French1 
28 - Finnish2 
29 - Hungarian1 
30 - German3 
31 - Polish3 
32 - Spanish2 
33 - Danish2 
34 - Greek2 
35 - Finnish3 
36 - Lithuanian1 
37 - Cyrillic3 
38 - Slovenian1 
39 - Slovenian2 
The collation is optional, in which case it will be 5, the Caché default.
Property methods: CollationDisplayToLogical(), CollationGet(), CollationIsValid(), CollationLogicalToDisplay(), CollationNormalize(), CollationSet(), CollationXSDToLogical()
property From as %String [ Required ];
Source database
Property methods: FromDisplayToLogical(), FromGet(), FromIsValid(), FromLogicalToDisplay(), FromLogicalToOdbc(), FromNormalize(), FromSet()
property Global as %String (MAXLEN = 128) [ Required ];
Global to map
Property methods: GlobalDisplayToLogical(), GlobalGet(), GlobalIsValid(), GlobalLogicalToDisplay(), GlobalLogicalToOdbc(), GlobalNormalize(), GlobalSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %Indent()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()