DbState

harness.sql.autoSchema.DbState
See theDbState companion object
final case class DbState(schemas: Map[SchemaRef, Schema], indexesTable: Map[String, TableRef])

Attributes

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

Members list

Value members

Concrete methods

def index(name: String): Either[String, TableRef]
def schema(schemaRef: SchemaRef): Either[String, Schema]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product