| Package | Description |
|---|---|
| com.orientechnologies.orient.core.record | |
| com.orientechnologies.orient.core.record.impl |
| Modifier and Type | Method and Description |
|---|---|
ORecordAbstract |
ORecordAbstract.clear() |
ORecordAbstract |
ORecordAbstract.copyTo(ORecordAbstract cloned) |
ORecordAbstract |
ORecordAbstract.delete() |
static ORecordAbstract |
ORecordInternal.fill(ORecord record,
ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty)
Internal only.
|
protected ORecordAbstract |
ORecordAbstract.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty) |
ORecordAbstract |
ORecordAbstract.fromStream(byte[] iRecordBuffer) |
ORecordAbstract |
ORecordAbstract.reset() |
ORecordAbstract |
ORecordAbstract.save() |
ORecordAbstract |
ORecordAbstract.save(boolean forceCreate) |
ORecordAbstract |
ORecordAbstract.save(String iClusterName) |
ORecordAbstract |
ORecordAbstract.save(String iClusterName,
boolean forceCreate) |
ORecordAbstract |
ORecordAbstract.setDirty() |
protected ORecordAbstract |
ORecordAbstract.setIdentity(int iClusterId,
long iClusterPosition) |
protected ORecordAbstract |
ORecordAbstract.setIdentity(ORecordId iIdentity) |
static ORecordAbstract |
ORecordInternal.setIdentity(ORecord record,
int iClusterId,
long iClusterPosition)
Internal only.
|
static ORecordAbstract |
ORecordInternal.setIdentity(ORecord record,
ORecordId iIdentity)
Internal only.
|
ORecordAbstract |
ORecordAbstract.unload() |
| Modifier and Type | Method and Description |
|---|---|
ORecordAbstract |
ORecordAbstract.copyTo(ORecordAbstract cloned) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODocument
Document representation to handle values dynamically.
|
class |
ORecordBytes
The rawest representation of a record.
|
class |
ORecordBytesLazy
Deprecated.
|
class |
ORecordFlat
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ORecordAbstract |
ORecordBytes.clear() |
ORecordAbstract |
ODocument.copyTo(ORecordAbstract iDestination)
Copies all the fields into iDestination document.
|
protected ORecordAbstract |
ODocument.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty) |
ORecordAbstract |
ORecordFlat.fromStream(byte[] iRecordBuffer)
Deprecated.
|
ORecordAbstract |
ODocument.save(String iClusterName,
boolean forceCreate) |
ORecordAbstract |
ODocument.setDirty()
Propagates the dirty status to the owner, if any.
|
| Modifier and Type | Method and Description |
|---|---|
ORecordAbstract |
ODocument.copyTo(ORecordAbstract iDestination)
Copies all the fields into iDestination document.
|
Copyright © 2009–2025 OrientDB. All rights reserved.