Class LoadCSV
- java.lang.Object
-
- org.neo4j.cypherdsl.core.internal.LoadCSV
-
@API(status=INTERNAL, since="2021.2.1") public final class LoadCSV extends Object implements ClauseA representation of theLOAD CSVclause, including it's periodic commit and field terminator configuration. Not meant to be used outside the Cypher-DSL directly. Will be changed without further notice.- Since:
- 2021.2.1
- Author:
- Michael J. Simons
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()@Nullable StringgetFieldTerminator()URIgetUri()booleanisWithHeaders()@NotNull LoadCSVwithFieldTerminator(@Nullable String newFieldTerminator)
-