bump! On Friday, 7 March 2014 15:33:39 UTC, [email protected] wrote: > > Hi, > > I think recent changes in the SQL approach makes this possible but the > Java API seems to be a narrow subset. > > Am I wrong? > > Regards, > -Stefán > > > On Thursday, 6 March 2014 08:39:17 UTC, [email protected] wrote: >> >> bump >> >> On Wednesday, 5 March 2014 11:10:07 UTC, [email protected] wrote: >>> >>> Hi, >>> >>> I need to get the most recently added edge for a certain edge type. >>> >>> I there a better alternative for this to get to the last (most recent) >>> IN edge: >>> >>> Edge mostRecentEdge = null; >>> for (Edge next : oVertex.getEdges(Direction.IN, "CONNECTS_FROM")) { >>> mostRecentEdge = next; >>> } >>> >>> Regards, >>> - Stefan >>> >>>
-- --- 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.
