Modifier and Type | Method and Description |
---|---|
static void |
ODatabaseHelper.createDatabase(ODatabase database,
String url)
Deprecated.
|
static void |
ODatabaseHelper.createDatabase(ODatabase database,
String url,
String type)
Deprecated.
|
static void |
ODatabaseHelper.createDatabase(ODatabase database,
String url,
String directory,
String type)
Deprecated.
|
static void |
ODatabaseHelper.deleteDatabase(ODatabase database,
String storageType)
Deprecated.
|
static void |
ODatabaseHelper.deleteDatabase(ODatabase database,
String directory,
String storageType)
Deprecated.
|
static void |
ODatabaseHelper.dropDatabase(ODatabase database,
String storageType)
Deprecated.
|
static void |
ODatabaseHelper.dropDatabase(ODatabase database,
String directory,
String storageType)
Deprecated.
|
static boolean |
ODatabaseHelper.existsDatabase(ODatabase database,
String storageType)
Deprecated.
|
static void |
ODatabaseHelper.freezeDatabase(ODatabase database)
Deprecated.
|
static void |
ODatabaseHelper.openDatabase(ODatabase database)
Deprecated.
|
static void |
ODatabaseHelper.releaseDatabase(ODatabase database)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ODatabase |
OBasicCommandContext.database |
Modifier and Type | Method and Description |
---|---|
ODatabase |
OBasicCommandContext.getDatabase() |
ODatabase |
OCommandContext.getDatabase() |
Modifier and Type | Method and Description |
---|---|
void |
OBasicCommandContext.setDatabase(ODatabase database) |
Modifier and Type | Field and Description |
---|---|
protected ODatabase |
OScriptOrientWrapper.db
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<THISDB extends ODatabase> |
OScriptDocumentDatabaseWrapper.create()
Deprecated.
|
<THISDB extends ODatabase> |
OScriptDocumentDatabaseWrapper.open(String iUserName,
String iUserPassword)
Deprecated.
|
<THISDB extends ODatabase> |
OScriptDocumentDatabaseWrapper.set(ODatabase.ATTRIBUTES attribute,
Object iValue)
Deprecated.
|
<RET extends ODatabase<?>> |
OScriptDocumentDatabaseWrapper.setMVCC(boolean iValue)
Deprecated.
|
<THISDB extends ODatabase> |
OScriptDocumentDatabaseWrapper.setStatus(ODatabase.STATUS iStatus)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.begin()
Deprecated.
|
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.commit()
Deprecated.
|
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.delete(ORID iRid)
Deprecated.
|
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.rollback()
Deprecated.
|
ODatabase<?> |
OScriptDocumentDatabaseWrapper.setDatabaseOwner(ODatabaseInternal<?> iOwner)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
OScriptManager.getLibrary(ODatabase<?> db,
String iLanguage)
Formats the library of functions for a language.
|
Constructor and Description |
---|
OScriptOrientWrapper(ODatabase db)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODatabaseDocumentInternal |
interface |
ODatabaseInternal<T> |
interface |
ODatabaseSession
Session for database operations with a specific user.
|
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentEmbeddedPooled
Created by tglman on 07/07/16.
|
class |
ODatabaseDocumentRemotePooled
Created by tglman on 07/07/16.
|
class |
ODatabaseWrapperAbstract<DB extends ODatabaseInternal,T> |
Modifier and Type | Method and Description |
---|---|
<DB extends ODatabase> |
ODatabase.create()
Deprecated.
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.create() |
<DB extends ODatabase> |
ODatabase.create(Map<OGlobalConfiguration,Object> iInitialSettings)
Deprecated.
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.create(Map<OGlobalConfiguration,Object> iInitialSettings) |
<DB extends ODatabase> |
ODatabase.create(String incrementalBackupPath)
Deprecated.
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.create(String incrementalBackupPath) |
<DB extends ODatabase> |
ODatabaseInternal.getUnderlying()
Return the underlying database.
|
<DBTYPE extends ODatabase> |
ODatabaseWrapperAbstract.getUnderlying() |
<DB extends ODatabase> |
ODatabaseInternal.open(OToken iToken)
Deprecated.
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.open(OToken iToken) |
<DB extends ODatabase> |
ODatabase.open(String iUserName,
String iUserPassword)
Deprecated.
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.open(String iUserName,
String iUserPassword) |
<DB extends ODatabase<?>> |
ODatabase.registerHook(ORecordHook iHookImpl)
Registers a hook to listen all events for Records.
|
<DB extends ODatabase<?>> |
ODatabase.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
<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) |
<DB extends ODatabase<?>> |
ODatabase.setConflictStrategy(ORecordConflictStrategy iResolver)
Deprecated.
|
<DB extends ODatabase<?>> |
ODatabase.setConflictStrategy(String iStrategyName)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentInternal.setCustom(String name,
Object iValue) |
<DB extends ODatabase<?>> |
ODatabase.setMVCC(boolean iValue)
Deprecated.
|
<DB extends ODatabase> |
ODatabase.setStatus(ODatabase.STATUS iStatus)
Deprecated.
|
<THISDB extends ODatabase> |
ODatabaseWrapperAbstract.setStatus(ODatabase.STATUS iStatus) |
<DB extends ODatabase<?>> |
ODatabase.unregisterHook(ORecordHook iHookImpl)
Unregisters a previously registered hook.
|
Modifier and Type | Method and Description |
---|---|
ODatabase |
ODatabaseWrapperAbstract.activateOnCurrentThread() |
ODatabase |
ODatabase.activateOnCurrentThread()
Activate current database instance on current thread.
|
ODatabase<T> |
ODatabase.begin()
Begins a new transaction.
|
ODatabase<T> |
ODatabase.begin(OTransaction.TXTYPE iStatus)
Begins a new transaction specifying the transaction type.
|
ODatabase<T> |
ODatabase.begin(OTransaction iTx)
Deprecated.
|
ODatabase<T> |
ODatabase.commit()
Commits the current transaction.
|
ODatabase<T> |
ODatabase.commit(boolean force) |
ODatabase<T> |
ODatabase.delete(ORID iRID)
Deletes the entity with the received RID from the database.
|
ODatabase<T> |
ODatabase.delete(ORID iRID,
int iVersion)
Deletes the entity with the received RID from the database.
|
ODatabase<T> |
ODatabase.delete(T iObject)
Deletes an entity from the database in synchronous mode.
|
ODatabase |
DistributedQueryContext.getDb() |
ODatabase<T> |
ODatabase.rollback()
Aborts the current running transaction.
|
ODatabase<T> |
ODatabase.rollback(boolean force) |
Modifier and Type | Method and Description |
---|---|
void |
ODatabaseListener.onAfterTxCommit(ODatabase iDatabase) |
void |
ODatabaseListener.onAfterTxRollback(ODatabase iDatabase) |
void |
ODatabaseListener.onBeforeTxBegin(ODatabase iDatabase) |
void |
ODatabaseListener.onBeforeTxCommit(ODatabase iDatabase) |
void |
ODatabaseListener.onBeforeTxRollback(ODatabase iDatabase) |
void |
ODatabaseListener.onClose(ODatabase iDatabase) |
void |
OrientDBListener.onClose(ODatabase database) |
default void |
ODatabaseListener.onCommandEnd(ODatabase database,
OResultSet resultSet) |
default void |
ODatabaseListener.onCommandStart(ODatabase database,
OResultSet resultSet) |
default boolean |
ODatabaseListener.onCorruptionRepairDatabase(ODatabase iDatabase,
String iReason,
String iWhatWillbeFixed)
Deprecated.
|
void |
ODatabaseListener.onCreate(ODatabase iDatabase)
Deprecated.
|
void |
OrientDBListener.onCreate(ODatabase database) |
default void |
ODatabaseListener.onCreateClass(ODatabase iDatabase,
OClass iClass) |
default void |
ODatabaseListener.onCreateView(ODatabase database,
OView view) |
void |
ODatabaseListener.onDelete(ODatabase iDatabase)
Deprecated.
|
void |
OrientDBListener.onDrop(ODatabase database) |
default void |
ODatabaseListener.onDropClass(ODatabase iDatabase,
OClass iClass) |
default void |
ODatabaseListener.onDropView(ODatabase database,
OView view) |
void |
ODatabaseListener.onOpen(ODatabase iDatabase)
Deprecated.
|
void |
OrientDBListener.onOpen(ODatabase database) |
void |
DistributedQueryContext.setDb(ODatabase db) |
Modifier and Type | Interface and Description |
---|---|
interface |
ODatabaseDocument
Generic interface for document based Database implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentAbstract
Document API entrypoint.
|
class |
ODatabaseDocumentEmbedded
Created by tglman on 27/06/16.
|
class |
ODatabaseDocumentRemote
Created by tglman on 30/06/16.
|
class |
ODatabaseDocumentTx
Deprecated.
|
class |
ODatabaseDocumentTxPooled
Pooled wrapper to the ODatabaseDocumentTx class.
|
Modifier and Type | Method and Description |
---|---|
<DB extends ODatabase> |
ODatabaseDocumentRemote.create() |
<DB extends ODatabase> |
ODatabaseDocumentEmbedded.create() |
<DB extends ODatabase> |
ODatabaseDocumentTx.create()
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentRemote.create(Map<OGlobalConfiguration,Object> iInitialSettings) |
<DB extends ODatabase> |
ODatabaseDocumentEmbedded.create(Map<OGlobalConfiguration,Object> iInitialSettings) |
<DB extends ODatabase> |
ODatabaseDocumentTx.create(Map<OGlobalConfiguration,Object> iInitialSettings)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentRemote.create(String incrementalBackupPath) |
<DB extends ODatabase> |
ODatabaseDocumentEmbedded.create(String incrementalBackupPath)
Creates new database from database backup.
|
<DB extends ODatabase> |
ODatabaseDocumentTxPooled.create(String incrementalBackupPath) |
<DB extends ODatabase> |
ODatabaseDocumentTx.create(String incrementalBackupPath)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentAbstract.getUnderlying()
This method is internal, it can be subject to signature change or be removed, do not
use.
|
<DB extends ODatabase> |
ODatabaseDocumentTx.getUnderlying()
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentRemote.open(OToken iToken)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentEmbedded.open(OToken iToken)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentTx.open(OToken iToken)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentRemote.open(String iUserName,
String iUserPassword) |
<DB extends ODatabase> |
ODatabaseDocumentEmbedded.open(String iUserName,
String iUserPassword) |
<DB extends ODatabase> |
ODatabaseDocumentTx.open(String iUserName,
String iUserPassword)
Deprecated.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentAbstract.registerHook(ORecordHook iHookImpl)
Registers a hook to listen all events for Records.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.registerHook(ORecordHook iHookImpl)
Deprecated.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentAbstract.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition)
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.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.setConflictStrategy(ORecordConflictStrategy iResolver)
Deprecated.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.setConflictStrategy(String iStrategyName)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentRemote.setCustom(String name,
Object iValue) |
<DB extends ODatabase> |
ODatabaseDocumentEmbedded.setCustom(String name,
Object iValue) |
<DB extends ODatabase> |
ODatabaseDocumentTx.setCustom(String name,
Object iValue)
Deprecated.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentAbstract.setMVCC(boolean mvcc)
Enables or disables the Multi-Version Concurrency Control.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.setMVCC(boolean iValue)
Deprecated.
|
<DB extends ODatabase> |
ODatabaseDocumentAbstract.setStatus(ODatabase.STATUS status)
Set the current status of database.
|
<DB extends ODatabase> |
ODatabaseDocumentTx.setStatus(ODatabase.STATUS iStatus)
Deprecated.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentAbstract.unregisterHook(ORecordHook iHookImpl)
Unregisters a previously registered hook.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.unregisterHook(ORecordHook iHookImpl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ODatabase |
ODatabaseDocumentTx.activateOnCurrentThread()
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.begin()
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.begin(OTransaction.TXTYPE iStatus)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.begin(OTransaction iTx)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentAbstract.commit()
Commits the current transaction.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.commit()
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.commit(boolean force)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.delete(ORecord iObject)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.delete(ORID iRID)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentAbstract.delete(ORID iRecord,
int iVersion)
Deletes the record checking the version.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.delete(ORID iRID,
int iVersion)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentAbstract.rollback()
Aborts the current running transaction.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.rollback()
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.rollback(boolean force)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODatabaseObject
Generic interface for object based Database implementations.
|
Modifier and Type | Method and Description |
---|---|
ODatabase |
ODatabaseObject.setRetainObjects(boolean iRetainObjects) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ViewManager.buildOnThisNode(ODatabase db,
String name) |
OView |
ViewManager.getNextViewToUpdate(ODatabase db) |
Modifier and Type | Method and Description |
---|---|
static void |
OLiveQueryHook.notifyForTxChanges(ODatabase iDatabase) |
static void |
OLiveQueryHook.removePendingDatabaseOps(ODatabase iDatabase) |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
ORecordSerializerCSVAbstract.embeddedCollectionToStream(ODatabase<?> iDatabase,
StringBuilder iOutput,
OClass iLinkedClass,
OType iLinkedType,
Object iValue,
boolean iSaveOnlyDirty,
boolean iSet) |
void |
ORecordSerializerCSVAbstract.embeddedMapToStream(ODatabase<?> iDatabase,
StringBuilder iOutput,
OClass iLinkedClass,
OType iLinkedType,
Object iValue,
boolean iSaveOnlyDirty) |
Modifier and Type | Method and Description |
---|---|
protected Object |
OSQLFunctionMove.e2v(ODatabase graph,
OIdentifiable iRecord,
ODirection iDirection,
String[] iLabels) |
protected Object |
OSQLFunctionInE.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionBothV.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionOutV.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionIn.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionBoth.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionInV.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected abstract Object |
OSQLFunctionMove.move(ODatabase db,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionOut.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionOutE.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionBothE.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels) |
protected Object |
OSQLFunctionIn.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels,
Iterable<OIdentifiable> iPossibleResults) |
protected abstract Object |
OSQLFunctionMoveFiltered.move(ODatabase graph,
OIdentifiable iArgument,
String[] labels,
Iterable<OIdentifiable> iPossibleResults) |
protected Object |
OSQLFunctionOut.move(ODatabase graph,
OIdentifiable iRecord,
String[] iLabels,
Iterable<OIdentifiable> iPossibleResults) |
protected Object |
OSQLFunctionMove.v2e(ODatabase graph,
OIdentifiable iRecord,
ODirection iDirection,
String[] iLabels) |
protected Object |
OSQLFunctionMove.v2v(ODatabase graph,
OIdentifiable iRecord,
ODirection iDirection,
String[] iLabels) |
Modifier and Type | Method and Description |
---|---|
OResultSet |
OStatement.execute(ODatabase db,
Map args) |
OResultSet |
OStatement.execute(ODatabase db,
Map args,
boolean usePlanCache) |
OResultSet |
OStatement.execute(ODatabase db,
Map args,
OCommandContext parentContext) |
OResultSet |
OInsertStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OProfileStatement.execute(ODatabase db,
Map args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OHaRemoveServerStatement.execute(ODatabase db,
Map args,
OCommandContext parentContext,
boolean usePlanCache) |
OResultSet |
OWhileBlock.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OStatement.execute(ODatabase db,
Map args,
OCommandContext parentContext,
boolean usePlanCache) |
OResultSet |
ODeleteEdgeStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OSimpleExecStatement.execute(ODatabase db,
Map params,
OCommandContext parentContext,
boolean usePlanCache) |
OResultSet |
OCreateEdgeStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
ODDLStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OMatchStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OSelectStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OIfStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OExplainStatement.execute(ODatabase db,
Map args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OForEachBlock.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
ODeleteVertexStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OCreateVertexStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OUpdateStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OTraverseStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
ODeleteStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OMoveVertexStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OFindReferencesStatement.execute(ODatabase db,
Map params,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OStatement.execute(ODatabase db,
Object[] args) |
OResultSet |
OStatement.execute(ODatabase db,
Object[] args,
boolean usePlanCache) |
OResultSet |
OStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentContext) |
OResultSet |
OInsertStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OProfileStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OHaRemoveServerStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentContext,
boolean usePlanCache) |
OResultSet |
OWhileBlock.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentContext,
boolean usePlanCache) |
OResultSet |
ODeleteEdgeStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OSimpleExecStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentContext,
boolean usePlanCache) |
OResultSet |
OCreateEdgeStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
ODDLStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OMatchStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OSelectStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OIfStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OExplainStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OForEachBlock.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
ODeleteVertexStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OCreateVertexStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OUpdateStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OTraverseStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
ODeleteStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OMoveVertexStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
OResultSet |
OFindReferencesStatement.execute(ODatabase db,
Object[] args,
OCommandContext parentCtx,
boolean usePlanCache) |
Modifier and Type | Class and Description |
---|---|
class |
OObjectDatabaseTx
Object Database instance.
|
class |
OObjectDatabaseTxPooled
Pooled wrapper to the OObjectDatabaseTx class.
|
Modifier and Type | Method and Description |
---|---|
<DBTYPE extends ODatabase> |
OObjectDatabaseTx.checkSecurity(ORule.ResourceGeneric iResource,
int iOperation,
Object... iResourcesSpecific) |
<DBTYPE extends ODatabase> |
OObjectDatabaseTx.checkSecurity(ORule.ResourceGeneric iResource,
int iOperation,
Object iResourceSpecific) |
<DBTYPE extends ODatabase> |
OObjectDatabaseTx.checkSecurity(ORule.ResourceGeneric resourceGeneric,
String resourceSpecific,
byte iOperation) |
<THISDB extends ODatabase> |
OObjectDatabaseTxPooled.create(String incrementalBackupPath) |
<THISDB extends ODatabase> |
OObjectDatabaseTx.open(OToken iToken) |
<THISDB extends ODatabase> |
OObjectDatabaseTx.open(String iUserName,
String iUserPassword) |
<DBTYPE extends ODatabase<?>> |
OObjectDatabaseTx.registerHook(ORecordHook iHookImpl) |
<DBTYPE extends ODatabase<?>> |
OObjectDatabaseTx.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
<DBTYPE extends ODatabase<?>> |
OObjectDatabaseTx.setMVCC(boolean iMvcc)
Deprecated.
|
<DBTYPE extends ODatabase<?>> |
OObjectDatabaseTx.unregisterHook(ORecordHook iHookImpl) |
Modifier and Type | Method and Description |
---|---|
static ODocumentFieldHandlingStrategy |
ODocumentFieldHandler.getStrategy(ODatabase<?> database) |
Modifier and Type | Method and Description |
---|---|
void |
OObjectSerializerContext.bind(OObjectSerializer serializer,
ODatabase database) |
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentDistributed
Created by tglman on 30/03/17.
|
class |
ODatabaseDocumentDistributedPooled
Created by tglman on 30/03/17.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ViewManagerDistributed.buildOnThisNode(ODatabase db,
String viewName) |
Modifier and Type | Method and Description |
---|---|
ODatabase<?> |
ODefaultServerSecurity.openDatabase(String dbName) |
ODatabase<?> |
OServerSecurity.openDatabase(String dbName) |
Modifier and Type | Method and Description |
---|---|
static ODatabase |
ODatabaseUtils.openDatabase(ODatabaseIdentifier databaseIdentifier,
OStorageRemote.CONNECTION_STRATEGY connectionStrategy) |
Modifier and Type | Method and Description |
---|---|
ODatabase |
OBaseDocumentWorkload.OWorkLoadContext.getDb() |
protected ODatabase |
OBaseDocumentWorkload.getDocumentDatabase(ODatabaseIdentifier databaseIdentifier,
OStorageRemote.CONNECTION_STRATEGY connectionStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
OCRUDWorkload.deleteOperation(ODatabase database,
OIdentifiable rec) |
void |
OCRUDWorkload.readOperation(ODatabase database,
long n) |
void |
OCRUDWorkload.scanOperation(ODatabase database) |
void |
OCRUDWorkload.updateOperation(ODatabase database,
OIdentifiable rec) |
Copyright © 2009–2020 OrientDB. All rights reserved.