gargantext-0.0.7.1.5.3: Search, map, share
Copyright(c) CNRS 2017-Present
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.Database.Query.Table.Node.UpdateOpaleye

Description

 
Synopsis

Documentation

updateNodesWithType :: (HasNodeError err, HasDBid NodeType, HyperdataC a) => NodeType -> proxy a -> (a -> a) -> DBCmd err [Int64] #

updateNodeWithType :: (HasNodeError err, HasDBid NodeType, HyperdataC a) => NodeId -> NodeType -> proxy a -> (a -> a) -> DBCmd err [Int64] #

updateNodesWithType_ :: (HasNodeError err, HyperdataC a, HasDBid NodeType) => NodeType -> a -> DBCmd err [Int64] #

In case the Hyperdata Types are not compatible