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