public class OTraversePath extends Object
Modifier and Type | Method and Description |
---|---|
OTraversePath |
append(OIdentifiable record) |
OTraversePath |
appendField(String fieldName) |
OTraversePath |
appendIndex(int index) |
OTraversePath |
appendRecordSet() |
static OTraversePath |
empty() |
int |
getDepth() |
String |
toString() |
public OTraversePath append(OIdentifiable record)
public OTraversePath appendField(String fieldName)
public OTraversePath appendIndex(int index)
public OTraversePath appendRecordSet()
public int getDepth()
public static OTraversePath empty()
Copyright © 2009–2020 OrientDB. All rights reserved.