plutus-pab-1.2.0.0
Safe Haskell None
Language Haskell2010

Plutus.PAB.Db.Schema

Documentation

data ContractInstanceT f Source #

Instances

Instances details
Table ContractInstanceT Source #
Instance details

Defined in Plutus.PAB.Db.Schema

Beamable ContractInstanceT Source #
Instance details

Defined in Plutus.PAB.Db.Schema

Generic ( ContractInstanceT f) Source #
Instance details

Defined in Plutus.PAB.Db.Schema

Beamable ( PrimaryKey ContractInstanceT ) Source #
Instance details

Defined in Plutus.PAB.Db.Schema

Generic ( PrimaryKey ContractInstanceT f) Source #
Instance details

Defined in Plutus.PAB.Db.Schema

data PrimaryKey ContractInstanceT f Source #
Instance details

Defined in Plutus.PAB.Db.Schema

type Rep ( ContractInstanceT f) Source #
Instance details

Defined in Plutus.PAB.Db.Schema

type Rep ( PrimaryKey ContractInstanceT f) Source #
Instance details

Defined in Plutus.PAB.Db.Schema

type Rep ( PrimaryKey ContractInstanceT f) = D1 (' MetaData "PrimaryKey" "Plutus.PAB.Db.Schema" "plutus-pab-1.2.0.0-CtfsFiD4ohhEkbPm9mkCAB" ' False ) ( C1 (' MetaCons "ContractInstanceId" ' PrefixI ' False ) ( S1 (' MetaSel (' Nothing :: Maybe Symbol ) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy ) ( Rec0 ( Columnar f Text ))))

data Db f Source #

Instances

Instances details
Database be Db Source #
Instance details

Defined in Plutus.PAB.Db.Schema

Methods

zipTables :: Applicative m => Proxy be -> ( forall tbl. ( IsDatabaseEntity be tbl, DatabaseEntityRegularRequirements be tbl) => f tbl -> g tbl -> m (h tbl)) -> Db f -> Db g -> m ( Db h) Source #

Generic ( Db f) Source #
Instance details

Defined in Plutus.PAB.Db.Schema

Associated Types

type Rep ( Db f) :: Type -> Type Source #

type Rep ( Db f) Source #
Instance details

Defined in Plutus.PAB.Db.Schema

type Rep ( Db f) = D1 (' MetaData "Db" "Plutus.PAB.Db.Schema" "plutus-pab-1.2.0.0-CtfsFiD4ohhEkbPm9mkCAB" ' False ) ( C1 (' MetaCons "Db" ' PrefixI ' True ) ( S1 (' MetaSel (' Just "_contractInstances") ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy ) ( Rec0 (f ( TableEntity ContractInstanceT )))))