Sqel.Data.Projection
data Projection proj table Source #
Constructors
Fields
Defined in Sqel.Data.Projection
Methods
toSql :: Select (Projection proj table) -> Sql Source #
Associated Types
type Rep (Projection proj table) :: Type -> Type #
from :: Projection proj table -> Rep (Projection proj table) x #
to :: Rep (Projection proj table) x -> Projection proj table #
showsPrec :: Int -> Projection proj table -> ShowS #
show :: Projection proj table -> String #
showList :: [Projection proj table] -> ShowS #