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, ste...@activitystream.com wrote:
>
> bump
>
> On Wednesday, 5 March 2014 11:10:07 UTC, ste...@activitystream.com 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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to