| Modifier and Type | Method and Description |
|---|---|
Object |
OScriptDocumentDatabaseWrapper.get(ODatabase.ATTRIBUTES iAttribute) |
<THISDB extends ODatabase> |
OScriptDocumentDatabaseWrapper.set(ODatabase.ATTRIBUTES attribute,
Object iValue) |
void |
OScriptDocumentDatabaseWrapper.setInternal(ODatabase.ATTRIBUTES attribute,
Object iValue) |
| 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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ODatabaseDocumentTx.get(ODatabase.ATTRIBUTES iAttribute) |
<DB extends ODatabase> |
ODatabaseDocumentTx.set(ODatabase.ATTRIBUTES iAttribute,
Object iValue) |
void |
ODatabaseDocumentTx.setInternal(ODatabase.ATTRIBUTES iAttribute,
Object iValue)
Internal method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ODatabasePojoAbstract.setInternal(ODatabase.ATTRIBUTES attribute,
Object iValue) |
Copyright © 2009–2025 OrientDB. All rights reserved.