res is an array of vertices (ZTitleID extends V), so you should browse res array and get single entry's identity.
Lvc@ On 10 February 2014 13:18, Shishya <[email protected]> wrote: > Code > var db = orient.getGraph(); > var res = db.command("sql","select * from ZTitleID where pat_id = ?", [' > 06615119']); > //res > > I expect res to contain rid but contains vZTitleID[#11:0] > > Regards > > > On Monday, February 10, 2014 4:57:52 PM UTC+5:30, Lvc@ wrote: > >> That is an array, so you should get the RID on each element of the array. >> >> What API have you used to do the query? Please could you post the code of >> that function? >> >> Lvc@ >> >> >> >> On 10 February 2014 12:23, Shishya <[email protected]> wrote: >> >>> I get the following error >>> >>> >>> sun.org.mozilla.javascript.internal.EvaluatorException: Java class >>> "[Ljava.lang.Object;" has no public instance field or method named >>> "getIdentity". (<Unknown source>#65) in <Unknown source> at line number 65 >>> Java class "[Ljava.lang.Object;" has no public instance field or method >>> named "getIdentity". (<Unknown source>#65) >>> >>> >>> >>> On Monday, February 10, 2014 4:32:54 PM UTC+5:30, Lvc@ wrote: >>> >>>> Hi, >>>> if you're working with graph API get it as: >>>> >>>> .getIdentity() >>>> >>>> Lvc@ >>>> >>>> >>>> On 10 February 2014 11:46, Shishya <[email protected]> wrote: >>>> >>>>> Hi, >>>>> >>>>> I have been struggling with getting RID from select/create through >>>>> javascript functions return in select or create. What I get is this >>>>> format, >>>>> v(ZTitleID)[#11:0] >>>>> >>>>> Any idea for how to get rid like #11:0 from this? >>>>> >>>>> Please help >>>>> >>>>> Regards >>>>> >>>>> -- >>>>> >>>>> --- >>>>> 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/groups/opt_out. >>>>> >>>> >>>> -- >>> >>> --- >>> 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/groups/opt_out. >>> >> >> -- > > --- > 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/groups/opt_out. > -- --- 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/groups/opt_out.
