orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
91 stars 32 forks source link

Change executeSQL ResultSet #130

Closed wolf4ood closed 7 years ago

wolf4ood commented 7 years ago

executeSQL api should wrap the underlying OResultSet of OrientDB and return OrientVertex/OrientEdge structure.

wolf4ood commented 7 years ago

Implemented in OGremlinResultSet