]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.db/scl/Simantics/DB.scl
Fixed function name clash in Simantics/DB#createList
[simantics/platform.git] / bundles / org.simantics.scl.db / scl / Simantics / DB.scl
index df556086ed6ab61d0aa1458f5d6da06e24955172..f2984f36958db216ec19d440fe1c351f47bc09fb 100644 (file)
@@ -265,6 +265,9 @@ importJava "org.simantics.db.common.utils.ListUtils" where
     
     @JavaName create
     createList :: [Resource] -> <WriteGraph> Resource
+
+    @JavaName create
+    createListWithType :: Resource -> [Resource] -> <WriteGraph> Resource
     
     @javaName insertBack
     insertBack :: Resource -> [Resource] -> <WriteGraph> ()