public class OracleIndexUtils extends Object
| Constructor and Description |
|---|
OracleIndexUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
appendDTToKey(String key, Class dtClass)
Appends the value's data type SUFFIX to the specified key.
|
static Class |
getDatatypeClass(Object value)
Gets the data type's Class for the specified value
|
static String |
getDatatypePrefix(Class dtClass)
Gets the data type prefix for the given data type class
|
static String |
getValueAsString(Object value, SimpleDateFormat sdf)
Gets a value object as a String
|
public static String appendDTToKey(String key, Class dtClass)
key - the key.dtClass - the value's data type classpublic static final Class getDatatypeClass(Object value)
value - an object representing a value in a K/V propertypublic static String getDatatypePrefix(Class dtClass)
public static String getValueAsString(Object value, SimpleDateFormat sdf)
value - an object representing a value in a K/V propertyCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.