Database

ldbc.core.Database
See theDatabase companion object
trait Database

A model representing SQL database information.

Attributes

Companion
object
Source
Database.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract fields

Database Catalog

Database Catalog

Attributes

Source
Database.scala

A value to represent the character set.

A value to represent the character set.

Attributes

Source
Database.scala

A value to represent the collation.

A value to represent the collation.

Attributes

Source
Database.scala

Database Type

Database Type

Attributes

Source
Database.scala
val host: String

Connection host to database

Connection host to database

Attributes

Source
Database.scala
val name: String

Database Name

Database Name

Attributes

Source
Database.scala
val port: Option[Int]

Connection port to database

Connection port to database

Attributes

Source
Database.scala
val schema: String

Database Schema

Database Schema

Attributes

Source
Database.scala

Database Schema Meta Information

Database Schema Meta Information

Attributes

Source
Database.scala
val tables: Set[Table[_]]

List of Tables in Database

List of Tables in Database

Attributes

Source
Database.scala