Uses of Interface
org.neo4j.cypherdsl.core.ExposesLoadCSV
Packages that use ExposesLoadCSV
-
Uses of ExposesLoadCSV in org.neo4j.cypherdsl.core
Subinterfaces of ExposesLoadCSV in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceRepresents a reading statement ending in a with clause, potentially already having an order and not exposing order methods.static interfaceThe union type of an ongoing reading with a WITH and a SKIP clause.static interfaceCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfacestatic interfaceA match that knows what to pipe to the next part of a multipart query.static interfaceMethods in org.neo4j.cypherdsl.core that return ExposesLoadCSVModifier and TypeMethodDescriptionstatic @NotNull ExposesLoadCSVCypher.usingPeriodicCommit()Starts building aLOAD CSVclause by using a periodic commit.static @NotNull ExposesLoadCSVCypher.usingPeriodicCommit(@Nullable Integer rate) Starts building aLOAD CSVclause by using a periodic commit.static @NotNull ExposesLoadCSVLoadCSVStatementBuilder.usingPeriodicCommit(@Nullable Integer rate) Starts building aLOAD CSVclause by using a periodic commit.