Uses of Enum
com.orientechnologies.orient.core.db.ODatabase.STATUS
Packages that use ODatabase.STATUS
Package
Description
-
Uses of ODatabase.STATUS in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return ODatabase.STATUSMethods in com.orientechnologies.orient.core.command.script with parameters of type ODatabase.STATUSModifier and TypeMethodDescription<THISDB extends ODatabase>
THISDBOScriptDocumentDatabaseWrapper.setStatus(ODatabase.STATUS iStatus) Deprecated. -
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 type with the specified name.static ODatabase.STATUS[]ODatabase.STATUS.values()Returns an array containing the constants of this enum type, 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.STATUSModifier and TypeMethodDescriptionODatabaseDocumentAbstract.getStatus()ODatabaseDocumentTx.getStatus()Deprecated.Methods 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.<DB extends ODatabase>
DBODatabaseDocumentTx.setStatus(ODatabase.STATUS iStatus) Deprecated.voidODatabaseDocumentAbstract.setStatusInternal(ODatabase.STATUS status)