Schema

harness.sql.autoSchema.DbState$.Schema
See theSchema companion object
final case class Schema(name: String, tables: Map[String, Table])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def table(name: String): Either[String, Table]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product