TableRepr

oxygen.sql.schema.TableRepr
See theTableRepr companion object
final case class TableRepr[A, K](schemaName: String, tableName: String, rowRepr: ProductRepr[A], pk: Partial[A, K], nonPK: Partial[A, _])

Attributes

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

Members list

Type members

Types

type KeyT = K
type RowT = A

Value members

Concrete methods

def toIndentedString: IndentedString

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val ref: String