Discussion:
[orientdb] Is OCommandSQL done synchronously?
Erik T
2018-05-16 19:43:24 UTC
Permalink
For this code

OCommandSQL preparedQuery = new OCommandSQL(query);
OrientBaseGraph graph = (OrientBaseGraph) getGraph().getBaseGraph();
return AccessController.doPrivileged((PrivilegedAction<Object>) () -> graph.command(preparedQuery).execute(stationNames));


Is preparedQuery executed synchronously or asynchronously?
--
---
You received this message because you are subscribed to the Google Groups "OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...