Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
ODBC Type: VARCHAR
Datatype to handle validation/display of system collations
|
|
Methods | |||
---|---|---|---|
DisplayToLogical | GetLocalName | GetLocalNumber | GetSystemDefaultName |
GetSystemDefaultNumber | LogicalToDisplay | Normalize | SetLocalName |
SetLocalNumber | XSDToLogical |
|
Convert external collation name or abbreviation to internal number.
Flag = 0 - Name to number (default)
Flag = 1 - Abbreviation to number
Flag = 2 - Name or Abbreviation to number
Return the name of the collation used in local arrays by the current process
Return the number of the collation used in local arrays by the current process (e.g. 5)
Return the System default collation name.
Return the System default collation number.
Convert internal collation number to external name or abbreviation.
Flag = 0 - Number to name (default)
Flag = 1 - Number to abbreviation
Flag = 2 - Show Old collations
Set the collation used by the current process in local arrays
col = collation name
Set the collation used by the current process in local arrays
col = collation number (e.g. 5)