Uses of Interface
org.neo4j.cypherdsl.core.ExposesLoadCSV
-
Packages that use ExposesLoadCSV Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ExposesLoadCSV in org.neo4j.cypherdsl.core
Subinterfaces of ExposesLoadCSV in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceStatementBuilder.OngoingReadingAndWithRepresents a reading statement ending in a with clause, potentially already having an order and not exposing order methods.static interfaceStatementBuilder.OngoingReadingAndWithWithSkipThe union type of an ongoing reading with a WITH and a SKIP clause.static interfaceStatementBuilder.OngoingReadingAndWithWithWhereAndOrderCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceStatementBuilder.OrderableOngoingReadingAndWithstatic interfaceStatementBuilder.OrderableOngoingReadingAndWithWithoutWhereA match that knows what to pipe to the next part of a multi part query.static interfaceStatementBuilder.OrderableOngoingReadingAndWithWithWhereMethods in org.neo4j.cypherdsl.core that return ExposesLoadCSV Modifier and Type Method Description static @NotNull ExposesLoadCSVCypher. usingPeriodicCommit()Starts building aLOAD CSVclause by using a periodic commit.static @NotNull ExposesLoadCSVCypher. usingPeriodicCommit(@Nullable java.lang.Integer rate)Starts building aLOAD CSVclause by using a periodic commit.static @NotNull ExposesLoadCSVLoadCSVStatementBuilder. usingPeriodicCommit(@Nullable java.lang.Integer rate)Starts building aLOAD CSVclause by using a periodic commit.
-