Index

A C G I 
All Classes and Interfaces|All Packages

A

AbstractLoadCSVMigration - Class in ac.simons.neo4j.migrations.formats.csv
This base class can be inherited inside applications that want to grab some data from a URI for example to trigger a LOAD CSV statement inside Neo4j.
AbstractLoadCSVMigration(URI, boolean) - Constructor for class ac.simons.neo4j.migrations.formats.csv.AbstractLoadCSVMigration
You need to call this constructor, but your implementation must have a default, no-arg constructor to be loadable like any other Java based migration.
ac.simons.neo4j.migrations.formats.csv - module ac.simons.neo4j.migrations.formats.csv
Module with basic CSV support
ac.simons.neo4j.migrations.formats.csv - package ac.simons.neo4j.migrations.formats.csv
 
apply(MigrationContext) - Method in class ac.simons.neo4j.migrations.formats.csv.AbstractLoadCSVMigration
 

C

customizeRequest(HttpRequest.Builder) - Method in class ac.simons.neo4j.migrations.formats.csv.AbstractLoadCSVMigration
Overwrite this method and apply all customization to the builder that you might need, such as authentication, additional headers and cookies.

G

getChecksum() - Method in class ac.simons.neo4j.migrations.formats.csv.AbstractLoadCSVMigration
 
getQuery() - Method in class ac.simons.neo4j.migrations.formats.csv.AbstractLoadCSVMigration
The statement returned by this method should have exactly one Java format specifier %s which will be used by us to insert the result of csvSource.

I

isRepeatable() - Method in class ac.simons.neo4j.migrations.formats.csv.AbstractLoadCSVMigration
 
A C G I 
All Classes and Interfaces|All Packages