Uses of Interface
org.neo4j.cypherdsl.core.LoadCSVStatementBuilder
-
Packages that use LoadCSVStatementBuilder Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of LoadCSVStatementBuilder in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return LoadCSVStatementBuilder Modifier and Type Method Description @NotNull LoadCSVStatementBuilderLoadCSVStatementBuilder.OngoingLoadCSV. as(String alias)Configure the alias for each line contained in the CSV resourcedefault @NotNull LoadCSVStatementBuilderLoadCSVStatementBuilder.OngoingLoadCSV. as(SymbolicName alias)Configure the alias for each line contained in the CSV resource
-