Database

ldbc.core.Database
See theDatabase companion object
trait Database

A model representing SQL database information.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract fields

val catalog: Option[String]

Database Catalog

Database Catalog

Attributes

val character: Option[Character]

A value to represent the character set.

A value to represent the character set.

Attributes

val collate: Option[Collate[String]]

A value to represent the collation.

A value to represent the collation.

Attributes

Database Type

Database Type

Attributes

val host: String

Connection host to database

Connection host to database

Attributes

val name: String

Database Name

Database Name

Attributes

val port: Option[Int]

Connection port to database

Connection port to database

Attributes

val schema: String

Database Schema

Database Schema

Attributes

val schemaMeta: Option[String]

Database Schema Meta Information

Database Schema Meta Information

Attributes

val tables: Set[Table[_]]

List of Tables in Database

List of Tables in Database

Attributes