Toggle navigation
Home
java.lang.Iterable<com.tinkerpop.blueprints.impls.orient.OrientVertex> to com.orientechnologies.orient.core.sql.query.OLegacyResultSet
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'orientdb'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
graph
to
db.command(new OCommandSQL("select from Role where name lucene ' \"Owner of Business\" ' "))
graph.command(new OCommandSQL("select from Role where name lucene ' \"Owner of Business\" ' "))
to
db
graph
to
db.command(new OCommandSQL("select from Role where name lucene ' \"System Owner\" ' "))
graph.command(new OCommandSQL("select from Role where name lucene ' \"System Owner\" ' "))
to
db
graph
to
db.command(new OCommandSQL("select from Role where name lucene ' \"System SME\"~1 ' "))
graph.command(new OCommandSQL("select from Role where name lucene ' \"System SME\"~1 ' "))
to
db
graph
to
db.command(new OCommandSQL("select from Role where name lucene ' \"System Business\"~1 ' "))
graph.command(new OCommandSQL("select from Role where name lucene ' \"System Business\"~1 ' "))
to
db
graph
to
db.command(new OCommandSQL("select from Role where name lucene ' /[mb]oat/ ' "))
graph.command(new OCommandSQL("select from Role where name lucene ' /[mb]oat/ ' "))
to
db