- get(Locale) - Static method in enum com.force.db.i18n.LinguisticSort
-
Get sorting info for the given locale.
- get() - Static method in enum com.force.i18n.LocaleUtils
-
- getAlphabet(int) - Method in enum com.force.db.i18n.LinguisticSort
-
Returns the n-th of letter in the rolodex.
- getAlphabetLength() - Method in enum com.force.db.i18n.LinguisticSort
-
Returns the number of letters to show in the rolodex.
- getCollationKey(String) - Method in class com.force.db.i18n.ThaiPatchedCollator
-
Deprecated.
- getCollationKeySql(String, boolean) - Method in enum com.force.db.i18n.LinguisticSort
-
Returns the sql expression to compute the linguistic sort collation key for the
given sql expression.
- getCollator() - Method in enum com.force.db.i18n.LinguisticSort
-
- getComparator(int) - Method in enum com.force.db.i18n.LinguisticSort
-
- getDbValue() - Method in interface com.force.db.i18n.SortablePicklistItem
-
- getDecomposition() - Method in class com.force.db.i18n.ThaiPatchedCollator
-
Deprecated.
- getDisplay() - Method in interface com.force.db.i18n.SortablePicklistItem
-
- getGuaranteedCaseInsensitiveCollator() - Method in enum com.force.db.i18n.LinguisticSort
-
- getLocale() - Method in enum com.force.db.i18n.OracleUpperTable
-
- getLocaleByIsoCode(String) - Method in enum com.force.i18n.LocaleUtils
-
Returns a locale for language-only ("en") or language/country ("en_UK")
iso codes
- getLocaleFromDbString(String) - Method in enum com.force.i18n.LocaleUtils
-
- getLocaleFromHttpInput(String) - Method in enum com.force.i18n.LocaleUtils
-
HTTP and Java do not use the same locale stuff
HTTP would say "de-de", but Java would want "de_DE".
- getNonCachingComparator() - Method in enum com.force.db.i18n.LinguisticSort
-
- getOriginalCollator() - Method in class com.force.db.i18n.ThaiPatchedCollator
-
Deprecated.
- getRolodexIndexForChar(String) - Method in enum com.force.db.i18n.LinguisticSort
-
Return the rolodexIndex for a string.
- getRolodexSql(String, int, SortablePicklistItem[], Collection<String>) - Method in enum com.force.db.i18n.LinguisticSort
-
Returns the sql expression to filter the given sql expression to values
beginning with the n-th of letter in the rolodex or its equivalents.
- getRolodexSql(String, int, boolean) - Method in enum com.force.db.i18n.LinguisticSort
-
- getSnlRolodexSql(String, int, boolean) - Method in enum com.force.db.i18n.LinguisticSort
-
- getSql(String) - Method in enum com.force.db.i18n.OracleUpperTable
-
- getSqlFormatString() - Method in enum com.force.db.i18n.OracleUpperTable
-
- getStrength() - Method in class com.force.db.i18n.ThaiPatchedCollator
-
Deprecated.
- getUpperCaseCollator(boolean) - Method in enum com.force.db.i18n.LinguisticSort
-
Apex and possibly other things collate based on upper case versions of strings.
- getUpperCaseSql(String, boolean) - Method in enum com.force.db.i18n.LinguisticSort
-
Returns the sql expression to convert the given sql expression to upper case.
- getUpperCaseValue(String, boolean) - Method in enum com.force.db.i18n.LinguisticSort
-
Returns the upper case value of the given value, or what would be the result
of applying the sql expression in getUpperCaseSql() to the given value.
- getUpperCollationKeySql(String, boolean) - Method in enum com.force.db.i18n.LinguisticSort
-
Returns the sql expression to compute the linguistic sort collation key for the
upper case of given sql expression.