Uses of Class
org.umlg.sqlg.structure.SqlgEdge
Packages that use SqlgEdge
-
Uses of SqlgEdge in org.umlg.sqlg.sql.dialect
Methods in org.umlg.sqlg.sql.dialect with parameters of type SqlgEdgeModifier 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) Method parameters in org.umlg.sqlg.sql.dialect with type arguments of type SqlgEdgeModifier 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
Methods in org.umlg.sqlg.sql.parse with parameters of type SqlgEdgeModifier and TypeMethodDescriptionvoid
SchemaTableTree.loadEdgeInOutVertices
(ResultSet resultSet, SqlgEdge sqlgEdge) -
Uses of SqlgEdge in org.umlg.sqlg.structure
Methods in org.umlg.sqlg.structure that return SqlgEdge