I have fire a query the employee have multiple records. While iterating the 
values are not printing on console please help on this 
 String query = String.*format*("select * from Employee");

OSQLSynchQuery<OrientVertex> qr = *new* OSQLSynchQuery<OrientVertex>(query);
Iterable<OrientVertex> *vertices* = graph.command(qr).execute();


how to print the result 

-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to