overflowdb.formats.neo4jcsv

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ColumnDef
class Object
trait Matchable
class Any
sealed trait ColumnDef

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object Neo4jCsvExporter extends Exporter

Attributes

Graph
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

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ColumnDef
class Object
trait Matchable
class Any