Uses of Class
org.umlg.sqlg.structure.SqlgEdge
-
Uses of SqlgEdge in org.umlg.sqlg.sql.dialect
Modifier and TypeMethodDescriptiondefault String
SqlBulkDialect.constructCompleteCopyCommandSqlEdge
(SqlgGraph sqlgGraph, SqlgEdge sqlgEdge, VertexLabel outVertexLabel, VertexLabel inVertexLabel, SqlgVertex outVertex, SqlgVertex inVertex, Map<String, Object> keyValueMap) default void
SqlBulkDialect.writeStreamingEdge
(Writer writer, SqlgEdge sqlgEdge, VertexLabel outVertexLabel, VertexLabel inVertexLabel, SqlgVertex outVertex, SqlgVertex inVertex, Map<String, Object> keyValueMap, EdgeLabel edgeLabel) Modifier and TypeMethodDescriptionvoid
BaseSqlDialect.flushEdgeCache
(SqlgGraph sqlgGraph, Map<MetaEdge, org.apache.commons.lang3.tuple.Pair<SortedSet<String>, Map<SqlgEdge, org.apache.commons.lang3.tuple.Triple<SqlgVertex, SqlgVertex, Map<String, Object>>>>> edgeCache) void
SqlBulkDialect.flushEdgeCache
(SqlgGraph sqlgGraph, Map<MetaEdge, org.apache.commons.lang3.tuple.Pair<SortedSet<String>, Map<SqlgEdge, org.apache.commons.lang3.tuple.Triple<SqlgVertex, SqlgVertex, Map<String, Object>>>>> edgeCache) void
BaseSqlDialect.flushEdgePropertyCache
(SqlgGraph sqlgGraph, Map<SchemaTable, org.apache.commons.lang3.tuple.Pair<SortedSet<String>, Map<SqlgEdge, Map<String, Object>>>> edgePropertyCache) void
SqlBulkDialect.flushEdgePropertyCache
(SqlgGraph sqlgGraph, Map<SchemaTable, org.apache.commons.lang3.tuple.Pair<SortedSet<String>, Map<SqlgEdge, Map<String, Object>>>> edgePropertyCache) void
BaseSqlDialect.flushRemovedEdges
(SqlgGraph sqlgGraph, Map<SchemaTable, List<SqlgEdge>> removeEdgeCache) default void
SqlBulkDialect.flushRemovedEdges
(SqlgGraph sqlgGraph, Map<SchemaTable, List<SqlgEdge>> removeEdgeCache) -
Uses of SqlgEdge in org.umlg.sqlg.sql.parse
Modifier and TypeMethodDescriptionvoid
SchemaTableTree.loadEdgeInOutVertices
(ResultSet resultSet, SqlgEdge sqlgEdge) -
Uses of SqlgEdge in org.umlg.sqlg.structure