public class DBUtil extends Object
| Constructor and Description |
|---|
DBUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeDataStore() |
static ContentStore |
createDataStore(String type,
String name) |
static Map<String,Object> |
documentToModel(com.orientechnologies.orient.core.record.impl.ODocument doc) |
static String[] |
toStringArray(Object entry)
Converts a DB list into a String array
|
static void |
updateSchema(ContentStore db) |
public static ContentStore createDataStore(String type, String name)
public static void closeDataStore()
public static void updateSchema(ContentStore db)
public static Map<String,Object> documentToModel(com.orientechnologies.orient.core.record.impl.ODocument doc)
Copyright © 2016. All rights reserved.