oxygen.sql.schema.TableRepr
 See theTableRepr companion trait
  object TableRepr
 
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            final case class TypedImpl[A, PK, NPK](schemaName: String, tableName: String, rowRepr: ProductRepr[A], pk: Partial[A, PK], npk: Partial[A, NPK], foreignKeys: ArraySeq[ForeignKeyRepr[A, _]], indices: ArraySeq[IndexRepr[A]]) extends Typed[A, PK, NPK]
           
          In this article