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 StringSqlBulkDialect.constructCompleteCopyCommandSqlEdge(SqlgGraph sqlgGraph, SqlgEdge sqlgEdge, VertexLabel outVertexLabel, VertexLabel inVertexLabel, SqlgVertex outVertex, SqlgVertex inVertex, Map<String, Object> keyValueMap) default voidSqlBulkDialect.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 TypeMethodDescriptionvoidBaseSqlDialect.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) voidSqlBulkDialect.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) voidBaseSqlDialect.flushEdgePropertyCache(SqlgGraph sqlgGraph, Map<SchemaTable, org.apache.commons.lang3.tuple.Pair<SortedSet<String>, Map<SqlgEdge, Map<String, Object>>>> edgePropertyCache) voidSqlBulkDialect.flushEdgePropertyCache(SqlgGraph sqlgGraph, Map<SchemaTable, org.apache.commons.lang3.tuple.Pair<SortedSet<String>, Map<SqlgEdge, Map<String, Object>>>> edgePropertyCache) voidBaseSqlDialect.flushRemovedEdges(SqlgGraph sqlgGraph, Map<SchemaTable, List<SqlgEdge>> removeEdgeCache) default voidSqlBulkDialect.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 TypeMethodDescriptionvoidSchemaTableTree.loadEdgeInOutVertices(ResultSet resultSet, SqlgEdge sqlgEdge)  - 
Uses of SqlgEdge in org.umlg.sqlg.structure
Methods in org.umlg.sqlg.structure that return SqlgEdge