Uses of Enum Class
com.orientechnologies.orient.core.db.ODatabase.STATUS
Packages that use ODatabase.STATUS
Package
Description
-
Uses of ODatabase.STATUS in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return ODatabase.STATUSModifier and TypeMethodDescriptionODatabase.getStatus()Returns the current status of database.ODatabaseWrapperAbstract.getStatus()static ODatabase.STATUSReturns the enum constant of this class with the specified name.static ODatabase.STATUS[]ODatabase.STATUS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.db with parameters of type ODatabase.STATUSModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabase.setStatus(ODatabase.STATUS iStatus) Deprecated.<THISDB extends ODatabase>
THISDBODatabaseWrapperAbstract.setStatus(ODatabase.STATUS iStatus) -
Uses of ODatabase.STATUS in com.orientechnologies.orient.core.db.document
Fields in com.orientechnologies.orient.core.db.document declared as ODatabase.STATUSMethods in com.orientechnologies.orient.core.db.document that return ODatabase.STATUSMethods in com.orientechnologies.orient.core.db.document with parameters of type ODatabase.STATUSModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabaseDocumentAbstract.setStatus(ODatabase.STATUS status) Set the current status of database. deprecated since 2.2voidODatabaseDocumentAbstract.setStatusInternal(ODatabase.STATUS status)