I am using this but I can not get its json value, only the OrientVertex

Iterable<OrientVertex> resultEhr = graph.command( new OCommandSQL("select 
from EHR where ehrId = '" + ehrId + "'") ).execute();
    if (resultEhr.iterator().hasNext()){
    Vertex ehr = (Vertex) resultEhr.iterator().next();      
    }


Any suggestions? Thanks!

-- 

--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to