|
Kie Workbench - Common - Data Model API 6.0.0.Beta5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.workbench.common.services.datamodel.oracle.OracleUtils
@Portable public class OracleUtils
Utilities shared between the different Oracles
| Constructor Summary | |
|---|---|
OracleUtils()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OracleUtils()
| Method Detail |
|---|
public static String[] joinArrays(String[] first,
String[]... others)
first - others -
public static String[] toStringArray(Set<?> set)
set -
public static String[] toStringArray(List<?> list)
list -
|
Kie Workbench - Common - Data Model API 6.0.0.Beta5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||