Hi,
you can use this code
OrientVertex result=g .command(new OCommandSQL("explain select from v")).
execute();
for(String property:result.getPropertyKeys()){
System.out.println(property + "=" + result.getProperty(property));
}
Best regards,
Alessandro
--
---
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.