sql.insert_edge.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of forsyde-io-java-sdf3 Show documentation
Show all versions of forsyde-io-java-sdf3 Show documentation
ForSyDe IO Java (+JVM) Amalthea Adapter
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