@Deprecated public class ODatabaseHelper extends Object
Constructor and Description |
---|
ODatabaseHelper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
createDatabase(ODatabase database,
String url)
Deprecated.
|
static void |
createDatabase(ODatabase database,
String url,
String type)
Deprecated.
|
static void |
createDatabase(ODatabase database,
String url,
String directory,
String type)
Deprecated.
|
static void |
deleteDatabase(ODatabase database,
String storageType)
Deprecated.
|
static void |
deleteDatabase(ODatabase database,
String directory,
String storageType)
Deprecated.
|
static void |
dropDatabase(ODatabase database,
String storageType)
Deprecated.
|
static void |
dropDatabase(ODatabase database,
String directory,
String storageType)
Deprecated.
|
static boolean |
existsDatabase(ODatabase database,
String storageType)
Deprecated.
|
static boolean |
existsDatabase(String url)
Deprecated.
|
static void |
freezeDatabase(ODatabase database)
Deprecated.
|
static File |
getConfigurationFile()
Deprecated.
|
protected static File |
getConfigurationFile(String iDirectory)
Deprecated.
|
static String |
getServerRootPassword()
Deprecated.
|
protected static String |
getServerRootPassword(String iDirectory)
Deprecated.
|
static void |
openDatabase(ODatabase database)
Deprecated.
|
static void |
releaseDatabase(ODatabase database)
Deprecated.
|
@Deprecated public static void createDatabase(ODatabase database, String url) throws IOException
IOException
@Deprecated public static void createDatabase(ODatabase database, String url, String type) throws IOException
IOException
@Deprecated public static void openDatabase(ODatabase database)
@Deprecated public static void createDatabase(ODatabase database, String url, String directory, String type) throws IOException
IOException
@Deprecated public static void deleteDatabase(ODatabase database, String storageType) throws IOException
IOException
@Deprecated public static void deleteDatabase(ODatabase database, String directory, String storageType) throws IOException
IOException
@Deprecated public static void dropDatabase(ODatabase database, String storageType) throws IOException
IOException
@Deprecated public static void dropDatabase(ODatabase database, String directory, String storageType) throws IOException
IOException
@Deprecated public static boolean existsDatabase(ODatabase database, String storageType) throws IOException
IOException
@Deprecated public static boolean existsDatabase(String url) throws IOException
IOException
@Deprecated public static void freezeDatabase(ODatabase database) throws IOException
IOException
@Deprecated public static void releaseDatabase(ODatabase database) throws IOException
IOException
@Deprecated public static File getConfigurationFile()
@Deprecated public static String getServerRootPassword() throws IOException
IOException
@Deprecated protected static String getServerRootPassword(String iDirectory) throws IOException
IOException
@Deprecated protected static File getConfigurationFile(String iDirectory)
Copyright © 2009–2020 OrientDB. All rights reserved.