Table

harness.sql.autoSchema.DbState$.Table
See theTable companion object
final case class Table(name: String, columns: Map[String, Column], indexes: Map[String, Index])

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 column(name: String): Either[String, Column]
def index(name: String): Either[String, Index]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product