| Package | Description |
|---|---|
| com.force.db.i18n |
| Modifier and Type | Method and Description |
|---|---|
static OracleUpperTable |
OracleUpperTable.forLinguisticSort(String sort) |
static OracleUpperTable |
OracleUpperTable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleUpperTable[] |
OracleUpperTable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
OracleUpper.toUpperCase(OracleUpperTable t,
String value)
Upper-case
value, using the information in t to produce a result consistent with the PL/SQL
expression used to generate t. |
Copyright (c) 2016-2017, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE.txt file in the repository.