All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
int |
addBlobCluster(String iClusterName,
Object... iParameters) |
void |
afterCreateOperations(OIdentifiable id) |
void |
afterDeleteOperations(OIdentifiable id) |
void |
afterReadOperations(OIdentifiable identifiable) |
void |
afterUpdateOperations(OIdentifiable id) |
OIdentifiable |
beforeCreateOperations(OIdentifiable id,
String iClusterName) |
void |
beforeDeleteOperations(OIdentifiable id,
String iClusterName) |
boolean |
beforeReadOperations(OIdentifiable identifiable) |
OIdentifiable |
beforeUpdateOperations(OIdentifiable id,
String iClusterName) |
ODatabaseDocumentAbstract |
begin(OTransaction.TXTYPE iType) |
protected OMicroTransaction |
beginMicroTransaction() |
<DB extends ODatabaseDocument> DB |
checkSecurity(ORule.ResourceGeneric iResourceGeneric,
int iOperation,
Object... iResourcesSpecific) |
<DB extends ODatabaseDocument> DB |
checkSecurity(ORule.ResourceGeneric iResourceGeneric,
int iOperation,
Object iResourceSpecific) |
<DB extends ODatabaseDocument> DB |
checkSecurity(ORule.ResourceGeneric resourceGeneric,
String resourceSpecific,
int iOperation) |
<DB extends ODatabaseDocument> DB |
checkSecurity(String iResource,
int iOperation) |
<DB extends ODatabaseDocument> DB |
checkSecurity(String iResourceGeneric,
int iOperation,
Object... iResourcesSpecific) |
<DB extends ODatabaseDocument> DB |
checkSecurity(String iResourceGeneric,
int iOperation,
Object iResourceSpecific) |
void |
closeQuery(String queryId) |
OResultSet |
command(String query,
Map args) |
OResultSet |
command(String query,
Object... args) |
ODatabaseDocumentInternal |
copy() |
<DB extends ODatabase> DB |
create() |
<DB extends ODatabase> DB |
create(Map<OGlobalConfiguration,Object> iInitialSettings) |
<DB extends ODatabase> DB |
create(String incrementalBackupPath) |
static void |
deInit(OStorageRemote storage) |
ODatabaseDocumentAbstract |
delete(ORecord record) |
void |
drop() |
OResultSet |
execute(String language,
String script,
Map<String,?> args) |
OResultSet |
execute(String language,
String script,
Object... args) |
void |
executeDeleteRecord(OIdentifiable record,
int iVersion,
boolean iRequired,
ODatabase.OPERATION_MODE iMode,
boolean prohibitTombstones) |
<RET extends ORecord> RET |
executeReadRecord(ORecordId rid,
ORecord iRecord,
int recordVersion,
String fetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstones,
OStorage.LOCKING_STRATEGY lockingStrategy,
RecordReader recordReader)
This method is internal, it can be subject to signature change or be removed, do not
use.
|
boolean |
exists() |
void |
fetchNextPage(ORemoteResultSet rs) |
String |
getClusterName(ORecord record) |
OStorageRemoteSession |
getSessionMetadata() |
OStorageRemote |
getStorage() |
OStorageInfo |
getStorageInfo() |
OResultSet |
indexQuery(String indexName,
String query,
Object... args) |
void |
internalLockRecord(OIdentifiable iRecord,
OStorage.LOCKING_STRATEGY lockingStrategy) |
void |
internalOpen(String user,
String password,
OrientDBConfig config,
OSharedContext ctx) |
void |
internalUnlockRecord(OIdentifiable iRecord) |
boolean |
isRemote() |
OLiveQueryMonitor |
live(String query,
OLiveQueryResultListener listener,
Map<String,?> args) |
OLiveQueryMonitor |
live(String query,
OLiveQueryResultListener listener,
Object... args) |
protected void |
loadMetadata() |
protected void |
loadMetadata(OSharedContext ctx) |
<RET extends ORecord> RET |
lock(ORID recordId) |
<RET extends ORecord> RET |
lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit) |
<DB extends ODatabase> DB |
open(OToken iToken)
Deprecated.
|
<DB extends ODatabase> DB |
open(String iUserName,
String iUserPassword) |
OResultSet |
query(String query,
Map args) |
OResultSet |
query(String query,
Object[] args) |
void |
recycle(ORecord record) |
void |
replaceStorage(OStorage iNewStorage) |
ORecord |
saveAll(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
<T> T |
sendSequenceAction(OSequenceAction action) |
<DB extends ODatabase> DB |
set(ODatabase.ATTRIBUTES iAttribute,
Object iValue) |
<DB extends ODatabase> DB |
setCustom(String name,
Object iValue) |
void |
setSessionMetadata(OStorageRemoteSession sessionMetadata) |
void |
unlock(ORID recordId) |
static void |
updateFunction(OStorageRemote storage) |
static void |
updateIndexManager(OStorageRemote storage,
ODocument indexManager) |
static void |
updateSchema(OStorageRemote storage,
ODocument schema) |
static void |
updateSequences(OStorageRemote storage) |