Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface LoadCSVStatementBuilder.OngoingLoadCSV
- Enclosing interface:
- LoadCSVStatementBuilder
public static interface LoadCSVStatementBuilder.OngoingLoadCSV
An instance of this interface will be provided after pointing the database to a
valid
URI of a CSV resource.-
Method Summary
Modifier and TypeMethodDescriptionConfigure the alias for each line contained in the CSV resource.default LoadCSVStatementBuilderas(SymbolicName alias) Configure the alias for each line contained in the CSV resource.
-
Method Details
-
as
Configure the alias for each line contained in the CSV resource.- Parameters:
alias- the alias for each line- Returns:
- a statement builder supporting all available clauses plus an option to configure the field terminator
-
as
Configure the alias for each line contained in the CSV resource.- Parameters:
alias- the alias for each line- Returns:
- a statement builder supporting all available clauses plus an option to configure the field terminator
-