public class OracleUpper extends Object
OracleUpperTable| Constructor and Description |
|---|
OracleUpper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
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. |
public static String toUpperCase(OracleUpperTable t, String value)
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.