All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.insert_edge.sql Maven / Gradle / Ivy

There is a newer version: 0.7.8
Show newest version
INSERT OR REPLACE INTO _edges 
(source_vertex_id, target_vertex_id, source_vertex_port_id, target_vertex_port_id, type_name)
VALUES 
(?, ?, ?, ?, ?);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy