Uses of Class
com.tietoenator.trip.jxp.data.TdbGraphRecord
Packages that use TdbGraphRecord
Package
Description
[EXPERIMENTAL] Graph database querying and manipulation.
-
Uses of TdbGraphRecord in com.tietoenator.trip.jxp.graph
Methods in com.tietoenator.trip.jxp.graph that return TdbGraphRecordModifier and TypeMethodDescriptionTdbGraph.createEdge
(String name, int sourceRecordId, int targetRecordId, boolean commit) Create an edge in the graph database currently associated with this TdbGraph instance.TdbGraph.createEdge
(String name, TdbRecord source, TdbRecord target, boolean commit) Create an edge in the graph database currently associated with this TdbGraph instance.TdbGraph.createEdge
(String name, String sourceDatabase, int sourceRecordId, String targetDatabase, int targetRecordId, boolean commit) Create an edge in the graph database currently associated with this TdbGraph instance.TdbGraph.createVertex
(String label, TdbRecord reference, boolean commit) Create a vertex record in the graph database currently associated with this TdbGraph instance.TdbGraph.createVertex
(String label, String databaseName, int recordId, String recordName, boolean commit) Create a vertex record in the graph database currently associated with this TdbGraph instance.TdbGraphSet.getRecord
(int index) Returns a TdbGraphRecord object for a record in the the current graph set.