overflowdb.formats.neo4jcsv

Members list

Type members

Classlikes

case class ArrayColumnDef(valueType: Option[Value], iteratorAccessor: Any => Iterable[_]) extends ColumnDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ColumnDef
class Object
trait Matchable
class Any
Show all
sealed trait ColumnDef

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ColumnDefinitions(propertyNames: Iterable[String])

Attributes

Supertypes
class Object
trait Matchable
class Any
object ColumnType extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
ColumnType.type
object Neo4jCsvExporter extends Exporter

Attributes

Supertypes
trait Exporter
class Object
trait Matchable
class Any
Self type
object Neo4jCsvImporter extends Importer

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

Attributes

Supertypes
trait Importer
class Object
trait Matchable
class Any
Self type
case class ScalarColumnDef(valueType: Value) extends ColumnDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ColumnDef
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

val CypherFileSuffix: String
val DataFileSuffix: String
val HeaderFileSuffix: String