Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data AnnotatedUpdateG (b :: BackendType) (r :: Type) v Source #
AnnotatedUpdateG | |
|
Instances
type AnnotatedUpdate b = AnnotatedUpdateG b Void (SQLExpression b) Source #
auWhere :: forall b r v. Lens' (AnnotatedUpdateG b r v) (AnnBoolExp b v, AnnBoolExp b v) Source #
auTable :: forall b r v. Lens' (AnnotatedUpdateG b r v) (TableName b) Source #
auOutput :: forall b r v r. Lens (AnnotatedUpdateG b r v) (AnnotatedUpdateG b r v) (MutationOutputG b r v) (MutationOutputG b r v) Source #
auNamingConvention :: forall b r v. Lens' (AnnotatedUpdateG b r v) (Maybe NamingCase) Source #
auCheck :: forall b r v. Lens' (AnnotatedUpdateG b r v) (AnnBoolExp b v) Source #
auBackend :: forall b r v. Lens' (AnnotatedUpdateG b r v) (BackendUpdate b v) Source #
auAllCols :: forall b r v. Lens' (AnnotatedUpdateG b r v) [ColumnInfo b] Source #