poseidon-0.1.1.0: Simple extensible library to run SQL file against PostgreSQL database.

Safe HaskellSafe
LanguageHaskell2010

Database.Poseidon.Internal

Contents

Synopsis

Documentation

data PGRange Source #

Instances
Show PGRange Source # 
Instance details

Defined in Database.Poseidon.Internal

vl_len_ - standard varlena header word

ndim - number of dimensions of the array

dataoffset - offset to stored data, or 0 if no nulls bitmap

elemtype - element type OID

dimensions - length of each array axis (C array of int)

bnds - lower boundary of each dimension (C array of int)

bitmap - bitmap showing locations of nulls (OPTIONAL)

data - whatever is the stored data