Impl

ldbc.statement.Schema.Impl
case class Impl(create: DDL, createIfNotExists: DDL, drop: DDL, dropIfExists: DDL, truncate: DDL) extends Schema

Attributes

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

Members list

Value members

Concrete methods

override def ++(other: Schema): Schema

Attributes

Definition Classes
Source
Schema.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product