public class OracleUtils extends Object
| Constructor and Description |
|---|
OracleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
joinArrays(String[] first,
String[]... others)
Join an arbitrary number of arrays together
|
static String[] |
toStringArray(List<?> list)
Return a List as a String array
|
static String[] |
toStringArray(Set<?> set)
Return a Set as a String array
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.