
public class ODatabaseUtils extends Object
| Constructor and Description |
|---|
ODatabaseUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createDatabase(ODatabaseIdentifier databaseIdentifier) |
static void |
dropDatabase(ODatabaseIdentifier databaseIdentifier) |
static ODatabase |
openDatabase(ODatabaseIdentifier databaseIdentifier,
OStorageRemote.CONNECTION_STRATEGY connectionStrategy) |
public static void createDatabase(ODatabaseIdentifier databaseIdentifier) throws Exception
Exceptionpublic static ODatabase openDatabase(ODatabaseIdentifier databaseIdentifier, OStorageRemote.CONNECTION_STRATEGY connectionStrategy)
public static void dropDatabase(ODatabaseIdentifier databaseIdentifier) throws Exception
ExceptionCopyright © 2009–2025 OrientDB. All rights reserved.