
public class OGraphCommands extends Object
| Constructor and Description |
|---|
OGraphCommands() |
| Modifier and Type | Method and Description |
|---|---|
static com.orientechnologies.orient.core.record.OVertex |
getVertex(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String vertexClassName,
String key,
Object value)
Performs the lookup in the specified vertex class.
|
static com.orientechnologies.orient.core.record.OVertex |
getVertexByIndexedKey(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String[] keys,
String[] values,
String vertexClassName)
The method performs a lookup on the passed ODatabaseDocument for a OVertex, starting from a
record and from a vertex type.
|
static com.orientechnologies.orient.core.sql.executor.OResultSet |
getVertices(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String[] keys,
Object[] values)
Performs the lookup in class V by default.
|
static com.orientechnologies.orient.core.sql.executor.OResultSet |
getVertices(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String vertexClassName,
String[] keys,
Object[] values)
Performs the lookup in the specified vertex class.
|
public static com.orientechnologies.orient.core.record.OVertex getVertexByIndexedKey(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String[] keys,
String[] values,
String vertexClassName)
orientGraph - keys - values - vertexClassName - public static com.orientechnologies.orient.core.sql.executor.OResultSet getVertices(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String[] keys,
Object[] values)
orientGraph - keys - values - public static com.orientechnologies.orient.core.sql.executor.OResultSet getVertices(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String vertexClassName,
String[] keys,
Object[] values)
orientGraph - keys - values - public static com.orientechnologies.orient.core.record.OVertex getVertex(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String vertexClassName,
String key,
Object value)
orientGraph - key - value - Copyright © 2009–2021 OrientDB. All rights reserved.