public class TdbGraphQueryResult
extends java.lang.Object
implements com.tietoenator.trip.jxp.internal.utils.DOMSink
Modifier and Type | Method and Description |
---|---|
int |
getRecordCount()
The number of records associated with this result.
|
int |
getSearchId()
The numeric ID of the search set associated with this result.
|
boolean |
isEdgeSet()
Returns true if this query result contains graph edges.
|
boolean |
isVertexSet()
Returns true if this query result contains graph vertices.
|
TdbGraphSet |
toGraphSet()
Returns a TdbGraphSet object for this query result if and only if
the result contains graph edges.
|
TdbSearchSet |
toSearchSet()
Returns a TdbSearchSet object for this query result.
|
public int getRecordCount()
public int getSearchId()
public boolean isEdgeSet()
public boolean isVertexSet()
public TdbGraphSet toGraphSet()
public TdbSearchSet toSearchSet()
TdbGraphQueryResult.isEdgeSet()
,
TdbGraphQueryResult.isVertexSet()
,
TdbGraphQueryResult.toGraphSet()