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 interfaceRepresents a reading statement ending in aWITHclause.static interfaceA match that knows what to pipe to the next part of a multipart query.static interfaceRepresents a reading statement ending in a combination ofWITHandWHEREclauses.Methods in org.neo4j.cypherdsl.core that return ExposesLoadCSVModifier and TypeMethodDescriptionstatic ExposesLoadCSVCypher.usingPeriodicCommit()Starts building aLOAD CSVclause by using a periodic commit.static ExposesLoadCSVCypher.usingPeriodicCommit(Integer rate) Starts building aLOAD CSVclause by using a periodic commit.static ExposesLoadCSVLoadCSVStatementBuilder.usingPeriodicCommit(Integer rate) Starts building aLOAD CSVclause by using a periodic commit.