Database

ldbc.codegen.model.Database
object Database

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Database.type

Members list

Type members

Classlikes

case class CreateStatement(name: String, charset: Option[String], collate: Option[String], encryption: Option["Y" | "N"])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DropStatement(name: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UseStatement(name: String)

Attributes

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