Schema

ldbc.statement.Schema
See theSchema companion trait
object Schema

Attributes

Companion
trait
Source
Schema.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Schema.type

Members list

Type members

Classlikes

object DDL

Attributes

Companion
trait
Source
Schema.scala
Supertypes
class Object
trait Matchable
class Any
Self type
DDL.type
trait DDL

Attributes

Companion
object
Source
Schema.scala
Supertypes
class Object
trait Matchable
class Any
case class Impl(create: DDL, createIfNotExists: DDL, drop: DDL, dropIfExists: DDL, truncate: DDL) extends Schema

Attributes

Source
Schema.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Schema
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(create: DDL, createIfNotExists: DDL, drop: DDL, dropIfExists: DDL, truncate: DDL): Schema

Attributes

Source
Schema.scala
def empty: Schema

Attributes

Source
Schema.scala