Module

Postgres.Result

Package
purescript-pg
Repository
bklaric/purescript-pg

#Result Source

data Result :: Type

#Field Source

data Field :: Type

#rowCount Source

#tableID Source

#columnID Source

#dataTypeID Source

#dataTypeSize Source

#dataTypeModifier Source

#decode' Source

decode' :: forall value. Decode value => Foreign -> Maybe value

#readScalarArray Source

readScalarArray :: forall scalar. Decode scalar => Result -> Maybe scalar

#readScalarObject Source

readScalarObject :: forall scalar. Decode scalar => Result -> Maybe scalar

#readScalar Source

readScalar :: forall scalar. Decode scalar => Result -> Maybe scalar