Schema_sqlite

molecule.base.api.Schema_sqlite
trait Schema_sqlite extends Schema

Attributes

Source
Schema.scala
Graph
Supertypes
trait Schema
class Object
trait Matchable
class Any

Members list

Value members

Inherited fields

val reservedAttributes: Array[Boolean]

Indexed flags for reserved attribute names

Indexed flags for reserved attribute names

Attributes

Inherited from:
Schema
Source
Schema.scala
val reservedEntities: Array[Boolean]

Indexed flags for reserved entity names

Indexed flags for reserved entity names

Attributes

Inherited from:
Schema
Source
Schema.scala

Inherited and Abstract fields

val attrMap: Map[String, (Card, String, Seq[String])]

Attribute name -> (Cardinality, Scala type, Required attributes)

Attribute name -> (Cardinality, Scala type, Required attributes)

Attributes

Inherited from:
Schema
Source
Schema.scala
val entityMap: Map[String, MetaEntity]

Entity name -> MetaEntity

Entity name -> MetaEntity

Attributes

Inherited from:
Schema
Source
Schema.scala

Attributes

Inherited from:
Schema
Source
Schema.scala
val schemaData: List[String]

Schema creation strings for databases

Schema creation strings for databases

Attributes

Inherited from:
Schema
Source
Schema.scala
val uniqueAttrs: List[String]

Attributes requiring unique values

Attributes requiring unique values

Attributes

Inherited from:
Schema
Source
Schema.scala