Package org.neo4j.gds.cypher
Class GraphCreateCypherDbProc
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.catalog.CatalogProc
-
- org.neo4j.gds.cypher.GraphCreateCypherDbProc
-
public class GraphCreateCypherDbProc extends org.neo4j.gds.catalog.CatalogProc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphCreateCypherDbProc.CreateCypherDbResult
-
Constructor Summary
Constructors Constructor Description GraphCreateCypherDbProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<GraphCreateCypherDbProc.CreateCypherDbResult>createDb(java.lang.String dbName, java.lang.String graphName)
-
-
-
Method Detail
-
createDb
public java.util.stream.Stream<GraphCreateCypherDbProc.CreateCypherDbResult> createDb(java.lang.String dbName, java.lang.String graphName)
-
-