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
Exception
public static ODatabase openDatabase(ODatabaseIdentifier databaseIdentifier, OStorageRemote.CONNECTION_STRATEGY connectionStrategy)
public static void dropDatabase(ODatabaseIdentifier databaseIdentifier) throws Exception
Exception
Copyright © 2009–2020 OrientDB. All rights reserved.