Modifier and Type | Method and Description |
---|---|
Object |
OScriptDocumentDatabaseWrapper.get(ODatabase.ATTRIBUTES iAttribute)
Deprecated.
|
<THISDB extends ODatabase> |
OScriptDocumentDatabaseWrapper.set(ODatabase.ATTRIBUTES attribute,
Object iValue)
Deprecated.
|
void |
OScriptDocumentDatabaseWrapper.setInternal(ODatabase.ATTRIBUTES attribute,
Object iValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ODatabase.ATTRIBUTES |
ODatabase.ATTRIBUTES.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODatabase.ATTRIBUTES[] |
ODatabase.ATTRIBUTES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<ODatabase.ATTRIBUTES,Object> |
OrientDBConfig.getAttributes() |
Modifier and Type | Method and Description |
---|---|
OrientDBConfigBuilder |
OrientDBConfigBuilder.addAttribute(ODatabase.ATTRIBUTES attribute,
Object value) |
Object |
ODatabaseWrapperAbstract.get(ODatabase.ATTRIBUTES iAttribute) |
Object |
ODatabase.get(ODatabase.ATTRIBUTES iAttribute)
Returns a database attribute value
|
<DB extends ODatabase> |
ODatabase.set(ODatabase.ATTRIBUTES iAttribute,
Object iValue)
Sets a database attribute value
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.set(ODatabase.ATTRIBUTES attribute,
Object iValue) |
void |
ODatabaseInternal.setInternal(ODatabase.ATTRIBUTES attribute,
Object iValue)
Internal method.
|
Constructor and Description |
---|
OrientDBConfig(OContextConfiguration configurations,
Map<ODatabase.ATTRIBUTES,Object> attributes,
Set<ODatabaseListener> listeners,
ClassLoader classLoader,
ONodeConfiguration nodeConfiguration) |
Modifier and Type | Method and Description |
---|---|
Object |
ODatabaseDocumentAbstract.get(ODatabase.ATTRIBUTES iAttribute) |
Object |
ODatabaseDocumentTx.get(ODatabase.ATTRIBUTES iAttribute)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentRemote.set(ODatabase.ATTRIBUTES iAttribute,
Object iValue) |
<DB extends ODatabase> |
ODatabaseDocumentEmbedded.set(ODatabase.ATTRIBUTES iAttribute,
Object iValue) |
<DB extends ODatabase> |
ODatabaseDocumentTx.set(ODatabase.ATTRIBUTES iAttribute,
Object iValue)
Deprecated.
|
void |
ODatabaseDocumentAbstract.setInternal(ODatabase.ATTRIBUTES iAttribute,
Object iValue)
Internal method.
|
void |
ODatabaseDocumentTx.setInternal(ODatabase.ATTRIBUTES attribute,
Object iValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OObjectDatabaseTx.setInternal(ODatabase.ATTRIBUTES attribute,
Object iValue) |
Copyright © 2009–2020 OrientDB. All rights reserved.