Packages

package neo4jcsv

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. neo4jcsv
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ArrayColumnDef(valueType: Option[ColumnType.Value], iteratorAccessor: (Any) => Iterable[_]) extends ColumnDef with Product with Serializable
  2. sealed trait ColumnDef extends AnyRef
  3. class ColumnDefinitions extends AnyRef
  4. case class ScalarColumnDef(valueType: ColumnType.Value) extends ColumnDef with Product with Serializable

Value Members

  1. val CypherFileSuffix: String
  2. val DataFileSuffix: String
  3. val HeaderFileSuffix: String
  4. object ColumnType extends Enumeration
  5. object Neo4jCsvExporter extends Exporter
  6. object Neo4jCsvImporter extends Importer

    Imports from neo4j csv files see https://neo4j.com/docs/operations-manual/current/tools/neo4j-admin/neo4j-admin-import/

Inherited from AnyRef

Inherited from Any

Ungrouped