relational-schemas 0.1.8.0 → 0.1.8.1
raw patch · 10 files changed
+26/−17 lines, 10 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Database.Custom.IBMDB2: ($$!) :: () => (i -> r) -> Number r i -> r
+ Database.Custom.IBMDB2: ($$!) :: (i -> r) -> Number r i -> r
- Database.Custom.IBMDB2: (<-#) :: Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
+ Database.Custom.IBMDB2: (<-#) :: forall (m :: Type -> Type) r v. Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
- Database.Custom.IBMDB2: (<.>) :: () => Pi a b -> Pi b c -> Pi a c
+ Database.Custom.IBMDB2: (<.>) :: Pi a b -> Pi b c -> Pi a c
- Database.Custom.IBMDB2: (<?.>) :: () => Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
+ Database.Custom.IBMDB2: (<?.>) :: Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
- Database.Custom.IBMDB2: (<?.?>) :: () => Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
+ Database.Custom.IBMDB2: (<?.?>) :: Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
- Database.Custom.IBMDB2: aggregateRelation :: () => QueryAggregate (Record Aggregated r) -> Relation () r
+ Database.Custom.IBMDB2: aggregateRelation :: QueryAggregate (Record Aggregated r) -> Relation () r
- Database.Custom.IBMDB2: aggregateRelation' :: () => AggregatedQuery p r -> Relation p r
+ Database.Custom.IBMDB2: aggregateRelation' :: AggregatedQuery p r -> Relation p r
- Database.Custom.IBMDB2: aggregatedUnique :: () => Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
+ Database.Custom.IBMDB2: aggregatedUnique :: Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
- Database.Custom.IBMDB2: asc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.IBMDB2: asc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.IBMDB2: assignTo :: Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
+ Database.Custom.IBMDB2: assignTo :: forall (m :: Type -> Type) v r. Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
- Database.Custom.IBMDB2: bkey :: () => Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
+ Database.Custom.IBMDB2: bkey :: Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
- Database.Custom.IBMDB2: chunkSizeOfInsert :: () => Insert a -> Int
+ Database.Custom.IBMDB2: chunkSizeOfInsert :: Insert a -> Int
- Database.Custom.IBMDB2: configureQuery :: () => ConfigureQuery q -> Config -> q
+ Database.Custom.IBMDB2: configureQuery :: ConfigureQuery q -> Config -> q
- Database.Custom.IBMDB2: cube :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.IBMDB2: cube :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.IBMDB2: deleteSQL :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
+ Database.Custom.IBMDB2: deleteSQL :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
- Database.Custom.IBMDB2: desc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.IBMDB2: desc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.IBMDB2: dump :: () => Relation p r -> String
+ Database.Custom.IBMDB2: dump :: Relation p r -> String
- Database.Custom.IBMDB2: except :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.IBMDB2: except :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.IBMDB2: except' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.IBMDB2: except' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.IBMDB2: exceptAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.IBMDB2: exceptAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.IBMDB2: exceptAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.IBMDB2: exceptAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.IBMDB2: expandIndexes' :: () => PersistableRecordWidth a -> Pi a b -> [Int]
+ Database.Custom.IBMDB2: expandIndexes' :: PersistableRecordWidth a -> Pi a b -> [Int]
- Database.Custom.IBMDB2: extractCore :: () => QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
+ Database.Custom.IBMDB2: extractCore :: QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
- Database.Custom.IBMDB2: extractNumber :: () => Number r i -> i
+ Database.Custom.IBMDB2: extractNumber :: Number r i -> i
- Database.Custom.IBMDB2: full :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
+ Database.Custom.IBMDB2: full :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
- Database.Custom.IBMDB2: full' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
+ Database.Custom.IBMDB2: full' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
- Database.Custom.IBMDB2: groupingSets :: () => AggregatingSetList a -> AggregateKey a
+ Database.Custom.IBMDB2: groupingSets :: AggregatingSetList a -> AggregateKey a
- Database.Custom.IBMDB2: id' :: () => Pi a a
+ Database.Custom.IBMDB2: id' :: Pi a a
- Database.Custom.IBMDB2: inner :: () => Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
+ Database.Custom.IBMDB2: inner :: Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
- Database.Custom.IBMDB2: inner' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
+ Database.Custom.IBMDB2: inner' :: Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
- Database.Custom.IBMDB2: insertQuerySQL :: () => Config -> Table r -> Pi r r' -> Relation p r' -> String
+ Database.Custom.IBMDB2: insertQuerySQL :: Config -> Table r -> Pi r r' -> Relation p r' -> String
- Database.Custom.IBMDB2: insertTarget :: () => Register r () -> InsertTarget () r
+ Database.Custom.IBMDB2: insertTarget :: Register r () -> InsertTarget () r
- Database.Custom.IBMDB2: insertTarget' :: () => Register r (PlaceHolders p) -> InsertTarget p r
+ Database.Custom.IBMDB2: insertTarget' :: Register r (PlaceHolders p) -> InsertTarget p r
- Database.Custom.IBMDB2: intersect :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.IBMDB2: intersect :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.IBMDB2: intersect' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.IBMDB2: intersect' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.IBMDB2: intersectAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.IBMDB2: intersectAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.IBMDB2: intersectAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.IBMDB2: intersectAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.IBMDB2: key :: () => Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
+ Database.Custom.IBMDB2: key :: Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
- Database.Custom.IBMDB2: key' :: () => AggregateKey a -> AggregatingSet a
+ Database.Custom.IBMDB2: key' :: AggregateKey a -> AggregatingSet a
- Database.Custom.IBMDB2: left :: () => Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
+ Database.Custom.IBMDB2: left :: Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
- Database.Custom.IBMDB2: left' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
+ Database.Custom.IBMDB2: left' :: Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
- Database.Custom.IBMDB2: leftPh :: () => Relation (p, ()) r -> Relation p r
+ Database.Custom.IBMDB2: leftPh :: Relation (p, ()) r -> Relation p r
- Database.Custom.IBMDB2: list :: () => [p t] -> RecordList p t
+ Database.Custom.IBMDB2: list :: [p t] -> RecordList p t
- Database.Custom.IBMDB2: on' :: () => ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
+ Database.Custom.IBMDB2: on' :: ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
- Database.Custom.IBMDB2: orderBy :: Monad m => Record c t -> Order -> Orderings c m ()
+ Database.Custom.IBMDB2: orderBy :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Orderings c m ()
- Database.Custom.IBMDB2: orderBy' :: Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
+ Database.Custom.IBMDB2: orderBy' :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
- Database.Custom.IBMDB2: projectionKey :: () => Key c r ct -> Pi r ct
+ Database.Custom.IBMDB2: projectionKey :: Key c r ct -> Pi r ct
- Database.Custom.IBMDB2: qualifyQuery :: () => a -> ConfigureQuery (Qualified a)
+ Database.Custom.IBMDB2: qualifyQuery :: a -> ConfigureQuery (Qualified a)
- Database.Custom.IBMDB2: relation :: () => QuerySimple (Record Flat r) -> Relation () r
+ Database.Custom.IBMDB2: relation :: QuerySimple (Record Flat r) -> Relation () r
- Database.Custom.IBMDB2: relation' :: () => SimpleQuery p r -> Relation p r
+ Database.Custom.IBMDB2: relation' :: SimpleQuery p r -> Relation p r
- Database.Custom.IBMDB2: relationWidth :: () => Relation p r -> PersistableRecordWidth r
+ Database.Custom.IBMDB2: relationWidth :: Relation p r -> PersistableRecordWidth r
- Database.Custom.IBMDB2: relationalQuery' :: () => Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.IBMDB2: relationalQuery' :: Relation p r -> QuerySuffix -> Query p r
- Database.Custom.IBMDB2: relationalQuerySQL :: () => Config -> Relation p r -> QuerySuffix -> String
+ Database.Custom.IBMDB2: relationalQuerySQL :: Config -> Relation p r -> QuerySuffix -> String
- Database.Custom.IBMDB2: relationalQuery_ :: () => Config -> Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.IBMDB2: relationalQuery_ :: Config -> Relation p r -> QuerySuffix -> Query p r
- Database.Custom.IBMDB2: restriction :: () => (Record Flat r -> Restrict ()) -> Restriction () r
+ Database.Custom.IBMDB2: restriction :: (Record Flat r -> Restrict ()) -> Restriction () r
- Database.Custom.IBMDB2: restriction' :: () => (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
+ Database.Custom.IBMDB2: restriction' :: (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
- Database.Custom.IBMDB2: right :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
+ Database.Custom.IBMDB2: right :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
- Database.Custom.IBMDB2: right' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
+ Database.Custom.IBMDB2: right' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
- Database.Custom.IBMDB2: rightPh :: () => Relation ((), p) r -> Relation p r
+ Database.Custom.IBMDB2: rightPh :: Relation ((), p) r -> Relation p r
- Database.Custom.IBMDB2: rollup :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.IBMDB2: rollup :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.IBMDB2: set :: () => AggregatingSet a -> AggregatingSetList a
+ Database.Custom.IBMDB2: set :: AggregatingSet a -> AggregatingSetList a
- Database.Custom.IBMDB2: sqlChunkFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
+ Database.Custom.IBMDB2: sqlChunkFromInsertTarget :: Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
- Database.Custom.IBMDB2: sqlFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> StringSQL
+ Database.Custom.IBMDB2: sqlFromInsertTarget :: Config -> Table r -> InsertTarget p r -> StringSQL
- Database.Custom.IBMDB2: sqlFromRelation :: () => Relation p r -> StringSQL
+ Database.Custom.IBMDB2: sqlFromRelation :: Relation p r -> StringSQL
- Database.Custom.IBMDB2: sqlFromRelationWith :: () => Relation p r -> Config -> StringSQL
+ Database.Custom.IBMDB2: sqlFromRelationWith :: Relation p r -> Config -> StringSQL
- Database.Custom.IBMDB2: sqlFromUpdateTarget :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
+ Database.Custom.IBMDB2: sqlFromUpdateTarget :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
- Database.Custom.IBMDB2: sqlWhereFromRestriction :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
+ Database.Custom.IBMDB2: sqlWhereFromRestriction :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
- Database.Custom.IBMDB2: table :: () => Table r -> Relation () r
+ Database.Custom.IBMDB2: table :: Table r -> Relation () r
- Database.Custom.IBMDB2: tableConstraint :: () => Key c r ct -> KeyConstraint c r
+ Database.Custom.IBMDB2: tableConstraint :: Key c r ct -> KeyConstraint c r
- Database.Custom.IBMDB2: typedDelete :: () => Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.IBMDB2: typedDelete :: Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.IBMDB2: typedDelete' :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.IBMDB2: typedDelete' :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.IBMDB2: typedInsertQuery :: () => Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.IBMDB2: typedInsertQuery :: Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.IBMDB2: typedInsertQuery' :: () => Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.IBMDB2: typedInsertQuery' :: Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.IBMDB2: typedInsertValue :: () => Table r -> InsertTarget p r -> Insert p
+ Database.Custom.IBMDB2: typedInsertValue :: Table r -> InsertTarget p r -> Insert p
- Database.Custom.IBMDB2: typedInsertValue' :: () => Config -> Table r -> InsertTarget p r -> Insert p
+ Database.Custom.IBMDB2: typedInsertValue' :: Config -> Table r -> InsertTarget p r -> Insert p
- Database.Custom.IBMDB2: typedKeyUpdate :: () => Table a -> Pi a p -> KeyUpdate p a
+ Database.Custom.IBMDB2: typedKeyUpdate :: Table a -> Pi a p -> KeyUpdate p a
- Database.Custom.IBMDB2: typedUpdate :: () => Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.IBMDB2: typedUpdate :: Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.IBMDB2: typedUpdate' :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.IBMDB2: typedUpdate' :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.IBMDB2: unUnique :: () => UniqueRelation p c r -> Relation p r
+ Database.Custom.IBMDB2: unUnique :: UniqueRelation p c r -> Relation p r
- Database.Custom.IBMDB2: union :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.IBMDB2: union :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.IBMDB2: union' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.IBMDB2: union' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.IBMDB2: unionAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.IBMDB2: unionAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.IBMDB2: unionAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.IBMDB2: unionAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.IBMDB2: uniqueQuery' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
+ Database.Custom.IBMDB2: uniqueQuery' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
- Database.Custom.IBMDB2: uniqueQueryMaybe' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
+ Database.Custom.IBMDB2: uniqueQueryMaybe' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
- Database.Custom.IBMDB2: uniqueRelation' :: () => QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
+ Database.Custom.IBMDB2: uniqueRelation' :: QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
- Database.Custom.IBMDB2: unsafePlaceHolders :: () => PlaceHolders p
+ Database.Custom.IBMDB2: unsafePlaceHolders :: PlaceHolders p
- Database.Custom.IBMDB2: unsafeShowSql :: () => Record c a -> String
+ Database.Custom.IBMDB2: unsafeShowSql :: Record c a -> String
- Database.Custom.IBMDB2: unsafeShowSql' :: () => Record c a -> StringSQL
+ Database.Custom.IBMDB2: unsafeShowSql' :: Record c a -> StringSQL
- Database.Custom.IBMDB2: unsafeTypeRelation :: () => ConfigureQuery SubQuery -> Relation p r
+ Database.Custom.IBMDB2: unsafeTypeRelation :: ConfigureQuery SubQuery -> Relation p r
- Database.Custom.IBMDB2: unsafeTypedInsert' :: () => String -> String -> Int -> Insert a
+ Database.Custom.IBMDB2: unsafeTypedInsert' :: String -> String -> Int -> Insert a
- Database.Custom.IBMDB2: unsafeTypedQuery :: () => String -> Query p a
+ Database.Custom.IBMDB2: unsafeTypedQuery :: String -> Query p a
- Database.Custom.IBMDB2: unsafeTypedUpdate :: () => String -> Update p
+ Database.Custom.IBMDB2: unsafeTypedUpdate :: String -> Update p
- Database.Custom.IBMDB2: unsafeUnique :: () => Relation p r -> UniqueRelation p c r
+ Database.Custom.IBMDB2: unsafeUnique :: Relation p r -> UniqueRelation p c r
- Database.Custom.IBMDB2: untypeChunkInsert :: () => Insert a -> String
+ Database.Custom.IBMDB2: untypeChunkInsert :: Insert a -> String
- Database.Custom.IBMDB2: untypeRelation :: () => Relation p r -> ConfigureQuery SubQuery
+ Database.Custom.IBMDB2: untypeRelation :: Relation p r -> ConfigureQuery SubQuery
- Database.Custom.IBMDB2: updateByConstraintKey :: () => Table r -> Key c r p -> KeyUpdate p r
+ Database.Custom.IBMDB2: updateByConstraintKey :: Table r -> Key c r p -> KeyUpdate p r
- Database.Custom.IBMDB2: updateOtherThanKeySQL :: () => Table r -> Pi r p -> String
+ Database.Custom.IBMDB2: updateOtherThanKeySQL :: Table r -> Pi r p -> String
- Database.Custom.IBMDB2: updateSQL :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
+ Database.Custom.IBMDB2: updateSQL :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
- Database.Custom.IBMDB2: updateTarget :: () => (Record Flat r -> Assign r ()) -> UpdateTarget () r
+ Database.Custom.IBMDB2: updateTarget :: (Record Flat r -> Assign r ()) -> UpdateTarget () r
- Database.Custom.IBMDB2: updateTarget' :: () => (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
+ Database.Custom.IBMDB2: updateTarget' :: (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
- Database.Custom.MySQL: ($$!) :: () => (i -> r) -> Number r i -> r
+ Database.Custom.MySQL: ($$!) :: (i -> r) -> Number r i -> r
- Database.Custom.MySQL: (<-#) :: Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
+ Database.Custom.MySQL: (<-#) :: forall (m :: Type -> Type) r v. Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
- Database.Custom.MySQL: (<.>) :: () => Pi a b -> Pi b c -> Pi a c
+ Database.Custom.MySQL: (<.>) :: Pi a b -> Pi b c -> Pi a c
- Database.Custom.MySQL: (<?.>) :: () => Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
+ Database.Custom.MySQL: (<?.>) :: Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
- Database.Custom.MySQL: (<?.?>) :: () => Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
+ Database.Custom.MySQL: (<?.?>) :: Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
- Database.Custom.MySQL: aggregateRelation :: () => QueryAggregate (Record Aggregated r) -> Relation () r
+ Database.Custom.MySQL: aggregateRelation :: QueryAggregate (Record Aggregated r) -> Relation () r
- Database.Custom.MySQL: aggregateRelation' :: () => AggregatedQuery p r -> Relation p r
+ Database.Custom.MySQL: aggregateRelation' :: AggregatedQuery p r -> Relation p r
- Database.Custom.MySQL: aggregatedUnique :: () => Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
+ Database.Custom.MySQL: aggregatedUnique :: Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
- Database.Custom.MySQL: asc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.MySQL: asc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.MySQL: assignTo :: Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
+ Database.Custom.MySQL: assignTo :: forall (m :: Type -> Type) v r. Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
- Database.Custom.MySQL: bkey :: () => Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
+ Database.Custom.MySQL: bkey :: Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
- Database.Custom.MySQL: chunkSizeOfInsert :: () => Insert a -> Int
+ Database.Custom.MySQL: chunkSizeOfInsert :: Insert a -> Int
- Database.Custom.MySQL: configureQuery :: () => ConfigureQuery q -> Config -> q
+ Database.Custom.MySQL: configureQuery :: ConfigureQuery q -> Config -> q
- Database.Custom.MySQL: cube :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.MySQL: cube :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.MySQL: deleteSQL :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
+ Database.Custom.MySQL: deleteSQL :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
- Database.Custom.MySQL: desc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.MySQL: desc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.MySQL: dump :: () => Relation p r -> String
+ Database.Custom.MySQL: dump :: Relation p r -> String
- Database.Custom.MySQL: except :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.MySQL: except :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.MySQL: except' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.MySQL: except' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.MySQL: exceptAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.MySQL: exceptAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.MySQL: exceptAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.MySQL: exceptAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.MySQL: expandIndexes' :: () => PersistableRecordWidth a -> Pi a b -> [Int]
+ Database.Custom.MySQL: expandIndexes' :: PersistableRecordWidth a -> Pi a b -> [Int]
- Database.Custom.MySQL: extractCore :: () => QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
+ Database.Custom.MySQL: extractCore :: QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
- Database.Custom.MySQL: extractNumber :: () => Number r i -> i
+ Database.Custom.MySQL: extractNumber :: Number r i -> i
- Database.Custom.MySQL: full :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
+ Database.Custom.MySQL: full :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
- Database.Custom.MySQL: full' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
+ Database.Custom.MySQL: full' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
- Database.Custom.MySQL: groupingSets :: () => AggregatingSetList a -> AggregateKey a
+ Database.Custom.MySQL: groupingSets :: AggregatingSetList a -> AggregateKey a
- Database.Custom.MySQL: id' :: () => Pi a a
+ Database.Custom.MySQL: id' :: Pi a a
- Database.Custom.MySQL: inner :: () => Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
+ Database.Custom.MySQL: inner :: Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
- Database.Custom.MySQL: inner' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
+ Database.Custom.MySQL: inner' :: Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
- Database.Custom.MySQL: insertQuerySQL :: () => Config -> Table r -> Pi r r' -> Relation p r' -> String
+ Database.Custom.MySQL: insertQuerySQL :: Config -> Table r -> Pi r r' -> Relation p r' -> String
- Database.Custom.MySQL: insertTarget :: () => Register r () -> InsertTarget () r
+ Database.Custom.MySQL: insertTarget :: Register r () -> InsertTarget () r
- Database.Custom.MySQL: insertTarget' :: () => Register r (PlaceHolders p) -> InsertTarget p r
+ Database.Custom.MySQL: insertTarget' :: Register r (PlaceHolders p) -> InsertTarget p r
- Database.Custom.MySQL: intersect :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.MySQL: intersect :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.MySQL: intersect' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.MySQL: intersect' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.MySQL: intersectAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.MySQL: intersectAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.MySQL: intersectAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.MySQL: intersectAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.MySQL: key :: () => Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
+ Database.Custom.MySQL: key :: Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
- Database.Custom.MySQL: key' :: () => AggregateKey a -> AggregatingSet a
+ Database.Custom.MySQL: key' :: AggregateKey a -> AggregatingSet a
- Database.Custom.MySQL: left :: () => Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
+ Database.Custom.MySQL: left :: Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
- Database.Custom.MySQL: left' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
+ Database.Custom.MySQL: left' :: Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
- Database.Custom.MySQL: leftPh :: () => Relation (p, ()) r -> Relation p r
+ Database.Custom.MySQL: leftPh :: Relation (p, ()) r -> Relation p r
- Database.Custom.MySQL: list :: () => [p t] -> RecordList p t
+ Database.Custom.MySQL: list :: [p t] -> RecordList p t
- Database.Custom.MySQL: on' :: () => ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
+ Database.Custom.MySQL: on' :: ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
- Database.Custom.MySQL: orderBy :: Monad m => Record c t -> Order -> Orderings c m ()
+ Database.Custom.MySQL: orderBy :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Orderings c m ()
- Database.Custom.MySQL: orderBy' :: Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
+ Database.Custom.MySQL: orderBy' :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
- Database.Custom.MySQL: projectionKey :: () => Key c r ct -> Pi r ct
+ Database.Custom.MySQL: projectionKey :: Key c r ct -> Pi r ct
- Database.Custom.MySQL: qualifyQuery :: () => a -> ConfigureQuery (Qualified a)
+ Database.Custom.MySQL: qualifyQuery :: a -> ConfigureQuery (Qualified a)
- Database.Custom.MySQL: relation :: () => QuerySimple (Record Flat r) -> Relation () r
+ Database.Custom.MySQL: relation :: QuerySimple (Record Flat r) -> Relation () r
- Database.Custom.MySQL: relation' :: () => SimpleQuery p r -> Relation p r
+ Database.Custom.MySQL: relation' :: SimpleQuery p r -> Relation p r
- Database.Custom.MySQL: relationWidth :: () => Relation p r -> PersistableRecordWidth r
+ Database.Custom.MySQL: relationWidth :: Relation p r -> PersistableRecordWidth r
- Database.Custom.MySQL: relationalQuery' :: () => Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.MySQL: relationalQuery' :: Relation p r -> QuerySuffix -> Query p r
- Database.Custom.MySQL: relationalQuerySQL :: () => Config -> Relation p r -> QuerySuffix -> String
+ Database.Custom.MySQL: relationalQuerySQL :: Config -> Relation p r -> QuerySuffix -> String
- Database.Custom.MySQL: relationalQuery_ :: () => Config -> Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.MySQL: relationalQuery_ :: Config -> Relation p r -> QuerySuffix -> Query p r
- Database.Custom.MySQL: restriction :: () => (Record Flat r -> Restrict ()) -> Restriction () r
+ Database.Custom.MySQL: restriction :: (Record Flat r -> Restrict ()) -> Restriction () r
- Database.Custom.MySQL: restriction' :: () => (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
+ Database.Custom.MySQL: restriction' :: (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
- Database.Custom.MySQL: right :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
+ Database.Custom.MySQL: right :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
- Database.Custom.MySQL: right' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
+ Database.Custom.MySQL: right' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
- Database.Custom.MySQL: rightPh :: () => Relation ((), p) r -> Relation p r
+ Database.Custom.MySQL: rightPh :: Relation ((), p) r -> Relation p r
- Database.Custom.MySQL: rollup :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.MySQL: rollup :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.MySQL: set :: () => AggregatingSet a -> AggregatingSetList a
+ Database.Custom.MySQL: set :: AggregatingSet a -> AggregatingSetList a
- Database.Custom.MySQL: sqlChunkFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
+ Database.Custom.MySQL: sqlChunkFromInsertTarget :: Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
- Database.Custom.MySQL: sqlFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> StringSQL
+ Database.Custom.MySQL: sqlFromInsertTarget :: Config -> Table r -> InsertTarget p r -> StringSQL
- Database.Custom.MySQL: sqlFromRelation :: () => Relation p r -> StringSQL
+ Database.Custom.MySQL: sqlFromRelation :: Relation p r -> StringSQL
- Database.Custom.MySQL: sqlFromRelationWith :: () => Relation p r -> Config -> StringSQL
+ Database.Custom.MySQL: sqlFromRelationWith :: Relation p r -> Config -> StringSQL
- Database.Custom.MySQL: sqlFromUpdateTarget :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
+ Database.Custom.MySQL: sqlFromUpdateTarget :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
- Database.Custom.MySQL: sqlWhereFromRestriction :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
+ Database.Custom.MySQL: sqlWhereFromRestriction :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
- Database.Custom.MySQL: table :: () => Table r -> Relation () r
+ Database.Custom.MySQL: table :: Table r -> Relation () r
- Database.Custom.MySQL: tableConstraint :: () => Key c r ct -> KeyConstraint c r
+ Database.Custom.MySQL: tableConstraint :: Key c r ct -> KeyConstraint c r
- Database.Custom.MySQL: typedDelete :: () => Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.MySQL: typedDelete :: Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.MySQL: typedDelete' :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.MySQL: typedDelete' :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.MySQL: typedInsertQuery :: () => Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.MySQL: typedInsertQuery :: Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.MySQL: typedInsertQuery' :: () => Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.MySQL: typedInsertQuery' :: Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.MySQL: typedInsertValue :: () => Table r -> InsertTarget p r -> Insert p
+ Database.Custom.MySQL: typedInsertValue :: Table r -> InsertTarget p r -> Insert p
- Database.Custom.MySQL: typedInsertValue' :: () => Config -> Table r -> InsertTarget p r -> Insert p
+ Database.Custom.MySQL: typedInsertValue' :: Config -> Table r -> InsertTarget p r -> Insert p
- Database.Custom.MySQL: typedKeyUpdate :: () => Table a -> Pi a p -> KeyUpdate p a
+ Database.Custom.MySQL: typedKeyUpdate :: Table a -> Pi a p -> KeyUpdate p a
- Database.Custom.MySQL: typedUpdate :: () => Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.MySQL: typedUpdate :: Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.MySQL: typedUpdate' :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.MySQL: typedUpdate' :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.MySQL: unUnique :: () => UniqueRelation p c r -> Relation p r
+ Database.Custom.MySQL: unUnique :: UniqueRelation p c r -> Relation p r
- Database.Custom.MySQL: union :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.MySQL: union :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.MySQL: union' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.MySQL: union' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.MySQL: unionAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.MySQL: unionAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.MySQL: unionAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.MySQL: unionAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.MySQL: uniqueQuery' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
+ Database.Custom.MySQL: uniqueQuery' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
- Database.Custom.MySQL: uniqueQueryMaybe' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
+ Database.Custom.MySQL: uniqueQueryMaybe' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
- Database.Custom.MySQL: uniqueRelation' :: () => QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
+ Database.Custom.MySQL: uniqueRelation' :: QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
- Database.Custom.MySQL: unsafePlaceHolders :: () => PlaceHolders p
+ Database.Custom.MySQL: unsafePlaceHolders :: PlaceHolders p
- Database.Custom.MySQL: unsafeShowSql :: () => Record c a -> String
+ Database.Custom.MySQL: unsafeShowSql :: Record c a -> String
- Database.Custom.MySQL: unsafeShowSql' :: () => Record c a -> StringSQL
+ Database.Custom.MySQL: unsafeShowSql' :: Record c a -> StringSQL
- Database.Custom.MySQL: unsafeTypeRelation :: () => ConfigureQuery SubQuery -> Relation p r
+ Database.Custom.MySQL: unsafeTypeRelation :: ConfigureQuery SubQuery -> Relation p r
- Database.Custom.MySQL: unsafeTypedInsert' :: () => String -> String -> Int -> Insert a
+ Database.Custom.MySQL: unsafeTypedInsert' :: String -> String -> Int -> Insert a
- Database.Custom.MySQL: unsafeTypedQuery :: () => String -> Query p a
+ Database.Custom.MySQL: unsafeTypedQuery :: String -> Query p a
- Database.Custom.MySQL: unsafeTypedUpdate :: () => String -> Update p
+ Database.Custom.MySQL: unsafeTypedUpdate :: String -> Update p
- Database.Custom.MySQL: unsafeUnique :: () => Relation p r -> UniqueRelation p c r
+ Database.Custom.MySQL: unsafeUnique :: Relation p r -> UniqueRelation p c r
- Database.Custom.MySQL: untypeChunkInsert :: () => Insert a -> String
+ Database.Custom.MySQL: untypeChunkInsert :: Insert a -> String
- Database.Custom.MySQL: untypeRelation :: () => Relation p r -> ConfigureQuery SubQuery
+ Database.Custom.MySQL: untypeRelation :: Relation p r -> ConfigureQuery SubQuery
- Database.Custom.MySQL: updateByConstraintKey :: () => Table r -> Key c r p -> KeyUpdate p r
+ Database.Custom.MySQL: updateByConstraintKey :: Table r -> Key c r p -> KeyUpdate p r
- Database.Custom.MySQL: updateOtherThanKeySQL :: () => Table r -> Pi r p -> String
+ Database.Custom.MySQL: updateOtherThanKeySQL :: Table r -> Pi r p -> String
- Database.Custom.MySQL: updateSQL :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
+ Database.Custom.MySQL: updateSQL :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
- Database.Custom.MySQL: updateTarget :: () => (Record Flat r -> Assign r ()) -> UpdateTarget () r
+ Database.Custom.MySQL: updateTarget :: (Record Flat r -> Assign r ()) -> UpdateTarget () r
- Database.Custom.MySQL: updateTarget' :: () => (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
+ Database.Custom.MySQL: updateTarget' :: (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
- Database.Custom.Oracle: ($$!) :: () => (i -> r) -> Number r i -> r
+ Database.Custom.Oracle: ($$!) :: (i -> r) -> Number r i -> r
- Database.Custom.Oracle: (<-#) :: Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
+ Database.Custom.Oracle: (<-#) :: forall (m :: Type -> Type) r v. Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
- Database.Custom.Oracle: (<.>) :: () => Pi a b -> Pi b c -> Pi a c
+ Database.Custom.Oracle: (<.>) :: Pi a b -> Pi b c -> Pi a c
- Database.Custom.Oracle: (<?.>) :: () => Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
+ Database.Custom.Oracle: (<?.>) :: Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
- Database.Custom.Oracle: (<?.?>) :: () => Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
+ Database.Custom.Oracle: (<?.?>) :: Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
- Database.Custom.Oracle: aggregateRelation :: () => QueryAggregate (Record Aggregated r) -> Relation () r
+ Database.Custom.Oracle: aggregateRelation :: QueryAggregate (Record Aggregated r) -> Relation () r
- Database.Custom.Oracle: aggregateRelation' :: () => AggregatedQuery p r -> Relation p r
+ Database.Custom.Oracle: aggregateRelation' :: AggregatedQuery p r -> Relation p r
- Database.Custom.Oracle: aggregatedUnique :: () => Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
+ Database.Custom.Oracle: aggregatedUnique :: Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
- Database.Custom.Oracle: asc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.Oracle: asc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.Oracle: assignTo :: Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
+ Database.Custom.Oracle: assignTo :: forall (m :: Type -> Type) v r. Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
- Database.Custom.Oracle: bkey :: () => Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
+ Database.Custom.Oracle: bkey :: Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
- Database.Custom.Oracle: chunkSizeOfInsert :: () => Insert a -> Int
+ Database.Custom.Oracle: chunkSizeOfInsert :: Insert a -> Int
- Database.Custom.Oracle: configureQuery :: () => ConfigureQuery q -> Config -> q
+ Database.Custom.Oracle: configureQuery :: ConfigureQuery q -> Config -> q
- Database.Custom.Oracle: cube :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.Oracle: cube :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.Oracle: deleteSQL :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
+ Database.Custom.Oracle: deleteSQL :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
- Database.Custom.Oracle: desc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.Oracle: desc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.Oracle: dump :: () => Relation p r -> String
+ Database.Custom.Oracle: dump :: Relation p r -> String
- Database.Custom.Oracle: except :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.Oracle: except :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.Oracle: except' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.Oracle: except' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.Oracle: exceptAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.Oracle: exceptAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.Oracle: exceptAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.Oracle: exceptAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.Oracle: expandIndexes' :: () => PersistableRecordWidth a -> Pi a b -> [Int]
+ Database.Custom.Oracle: expandIndexes' :: PersistableRecordWidth a -> Pi a b -> [Int]
- Database.Custom.Oracle: extractCore :: () => QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
+ Database.Custom.Oracle: extractCore :: QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
- Database.Custom.Oracle: extractNumber :: () => Number r i -> i
+ Database.Custom.Oracle: extractNumber :: Number r i -> i
- Database.Custom.Oracle: full :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
+ Database.Custom.Oracle: full :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
- Database.Custom.Oracle: full' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
+ Database.Custom.Oracle: full' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
- Database.Custom.Oracle: groupingSets :: () => AggregatingSetList a -> AggregateKey a
+ Database.Custom.Oracle: groupingSets :: AggregatingSetList a -> AggregateKey a
- Database.Custom.Oracle: id' :: () => Pi a a
+ Database.Custom.Oracle: id' :: Pi a a
- Database.Custom.Oracle: inner :: () => Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
+ Database.Custom.Oracle: inner :: Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
- Database.Custom.Oracle: inner' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
+ Database.Custom.Oracle: inner' :: Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
- Database.Custom.Oracle: insertQuerySQL :: () => Config -> Table r -> Pi r r' -> Relation p r' -> String
+ Database.Custom.Oracle: insertQuerySQL :: Config -> Table r -> Pi r r' -> Relation p r' -> String
- Database.Custom.Oracle: insertTarget :: () => Register r () -> InsertTarget () r
+ Database.Custom.Oracle: insertTarget :: Register r () -> InsertTarget () r
- Database.Custom.Oracle: insertTarget' :: () => Register r (PlaceHolders p) -> InsertTarget p r
+ Database.Custom.Oracle: insertTarget' :: Register r (PlaceHolders p) -> InsertTarget p r
- Database.Custom.Oracle: intersect :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.Oracle: intersect :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.Oracle: intersect' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.Oracle: intersect' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.Oracle: intersectAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.Oracle: intersectAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.Oracle: intersectAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.Oracle: intersectAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.Oracle: key :: () => Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
+ Database.Custom.Oracle: key :: Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
- Database.Custom.Oracle: key' :: () => AggregateKey a -> AggregatingSet a
+ Database.Custom.Oracle: key' :: AggregateKey a -> AggregatingSet a
- Database.Custom.Oracle: left :: () => Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
+ Database.Custom.Oracle: left :: Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
- Database.Custom.Oracle: left' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
+ Database.Custom.Oracle: left' :: Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
- Database.Custom.Oracle: leftPh :: () => Relation (p, ()) r -> Relation p r
+ Database.Custom.Oracle: leftPh :: Relation (p, ()) r -> Relation p r
- Database.Custom.Oracle: list :: () => [p t] -> RecordList p t
+ Database.Custom.Oracle: list :: [p t] -> RecordList p t
- Database.Custom.Oracle: on' :: () => ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
+ Database.Custom.Oracle: on' :: ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
- Database.Custom.Oracle: orderBy :: Monad m => Record c t -> Order -> Orderings c m ()
+ Database.Custom.Oracle: orderBy :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Orderings c m ()
- Database.Custom.Oracle: orderBy' :: Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
+ Database.Custom.Oracle: orderBy' :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
- Database.Custom.Oracle: projectionKey :: () => Key c r ct -> Pi r ct
+ Database.Custom.Oracle: projectionKey :: Key c r ct -> Pi r ct
- Database.Custom.Oracle: qualifyQuery :: () => a -> ConfigureQuery (Qualified a)
+ Database.Custom.Oracle: qualifyQuery :: a -> ConfigureQuery (Qualified a)
- Database.Custom.Oracle: relation :: () => QuerySimple (Record Flat r) -> Relation () r
+ Database.Custom.Oracle: relation :: QuerySimple (Record Flat r) -> Relation () r
- Database.Custom.Oracle: relation' :: () => SimpleQuery p r -> Relation p r
+ Database.Custom.Oracle: relation' :: SimpleQuery p r -> Relation p r
- Database.Custom.Oracle: relationWidth :: () => Relation p r -> PersistableRecordWidth r
+ Database.Custom.Oracle: relationWidth :: Relation p r -> PersistableRecordWidth r
- Database.Custom.Oracle: relationalQuery' :: () => Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.Oracle: relationalQuery' :: Relation p r -> QuerySuffix -> Query p r
- Database.Custom.Oracle: relationalQuerySQL :: () => Config -> Relation p r -> QuerySuffix -> String
+ Database.Custom.Oracle: relationalQuerySQL :: Config -> Relation p r -> QuerySuffix -> String
- Database.Custom.Oracle: relationalQuery_ :: () => Config -> Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.Oracle: relationalQuery_ :: Config -> Relation p r -> QuerySuffix -> Query p r
- Database.Custom.Oracle: restriction :: () => (Record Flat r -> Restrict ()) -> Restriction () r
+ Database.Custom.Oracle: restriction :: (Record Flat r -> Restrict ()) -> Restriction () r
- Database.Custom.Oracle: restriction' :: () => (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
+ Database.Custom.Oracle: restriction' :: (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
- Database.Custom.Oracle: right :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
+ Database.Custom.Oracle: right :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
- Database.Custom.Oracle: right' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
+ Database.Custom.Oracle: right' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
- Database.Custom.Oracle: rightPh :: () => Relation ((), p) r -> Relation p r
+ Database.Custom.Oracle: rightPh :: Relation ((), p) r -> Relation p r
- Database.Custom.Oracle: rollup :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.Oracle: rollup :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.Oracle: set :: () => AggregatingSet a -> AggregatingSetList a
+ Database.Custom.Oracle: set :: AggregatingSet a -> AggregatingSetList a
- Database.Custom.Oracle: sqlChunkFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
+ Database.Custom.Oracle: sqlChunkFromInsertTarget :: Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
- Database.Custom.Oracle: sqlFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> StringSQL
+ Database.Custom.Oracle: sqlFromInsertTarget :: Config -> Table r -> InsertTarget p r -> StringSQL
- Database.Custom.Oracle: sqlFromRelation :: () => Relation p r -> StringSQL
+ Database.Custom.Oracle: sqlFromRelation :: Relation p r -> StringSQL
- Database.Custom.Oracle: sqlFromRelationWith :: () => Relation p r -> Config -> StringSQL
+ Database.Custom.Oracle: sqlFromRelationWith :: Relation p r -> Config -> StringSQL
- Database.Custom.Oracle: sqlFromUpdateTarget :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
+ Database.Custom.Oracle: sqlFromUpdateTarget :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
- Database.Custom.Oracle: sqlWhereFromRestriction :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
+ Database.Custom.Oracle: sqlWhereFromRestriction :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
- Database.Custom.Oracle: table :: () => Table r -> Relation () r
+ Database.Custom.Oracle: table :: Table r -> Relation () r
- Database.Custom.Oracle: tableConstraint :: () => Key c r ct -> KeyConstraint c r
+ Database.Custom.Oracle: tableConstraint :: Key c r ct -> KeyConstraint c r
- Database.Custom.Oracle: typedDelete :: () => Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.Oracle: typedDelete :: Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.Oracle: typedDelete' :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.Oracle: typedDelete' :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.Oracle: typedInsertQuery :: () => Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.Oracle: typedInsertQuery :: Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.Oracle: typedInsertQuery' :: () => Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.Oracle: typedInsertQuery' :: Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.Oracle: typedInsertValue :: () => Table r -> InsertTarget p r -> Insert p
+ Database.Custom.Oracle: typedInsertValue :: Table r -> InsertTarget p r -> Insert p
- Database.Custom.Oracle: typedInsertValue' :: () => Config -> Table r -> InsertTarget p r -> Insert p
+ Database.Custom.Oracle: typedInsertValue' :: Config -> Table r -> InsertTarget p r -> Insert p
- Database.Custom.Oracle: typedKeyUpdate :: () => Table a -> Pi a p -> KeyUpdate p a
+ Database.Custom.Oracle: typedKeyUpdate :: Table a -> Pi a p -> KeyUpdate p a
- Database.Custom.Oracle: typedUpdate :: () => Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.Oracle: typedUpdate :: Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.Oracle: typedUpdate' :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.Oracle: typedUpdate' :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.Oracle: unUnique :: () => UniqueRelation p c r -> Relation p r
+ Database.Custom.Oracle: unUnique :: UniqueRelation p c r -> Relation p r
- Database.Custom.Oracle: union :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.Oracle: union :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.Oracle: union' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.Oracle: union' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.Oracle: unionAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.Oracle: unionAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.Oracle: unionAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.Oracle: unionAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.Oracle: uniqueQuery' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
+ Database.Custom.Oracle: uniqueQuery' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
- Database.Custom.Oracle: uniqueQueryMaybe' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
+ Database.Custom.Oracle: uniqueQueryMaybe' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
- Database.Custom.Oracle: uniqueRelation' :: () => QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
+ Database.Custom.Oracle: uniqueRelation' :: QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
- Database.Custom.Oracle: unsafePlaceHolders :: () => PlaceHolders p
+ Database.Custom.Oracle: unsafePlaceHolders :: PlaceHolders p
- Database.Custom.Oracle: unsafeShowSql :: () => Record c a -> String
+ Database.Custom.Oracle: unsafeShowSql :: Record c a -> String
- Database.Custom.Oracle: unsafeShowSql' :: () => Record c a -> StringSQL
+ Database.Custom.Oracle: unsafeShowSql' :: Record c a -> StringSQL
- Database.Custom.Oracle: unsafeTypeRelation :: () => ConfigureQuery SubQuery -> Relation p r
+ Database.Custom.Oracle: unsafeTypeRelation :: ConfigureQuery SubQuery -> Relation p r
- Database.Custom.Oracle: unsafeTypedInsert' :: () => String -> String -> Int -> Insert a
+ Database.Custom.Oracle: unsafeTypedInsert' :: String -> String -> Int -> Insert a
- Database.Custom.Oracle: unsafeTypedQuery :: () => String -> Query p a
+ Database.Custom.Oracle: unsafeTypedQuery :: String -> Query p a
- Database.Custom.Oracle: unsafeTypedUpdate :: () => String -> Update p
+ Database.Custom.Oracle: unsafeTypedUpdate :: String -> Update p
- Database.Custom.Oracle: unsafeUnique :: () => Relation p r -> UniqueRelation p c r
+ Database.Custom.Oracle: unsafeUnique :: Relation p r -> UniqueRelation p c r
- Database.Custom.Oracle: untypeChunkInsert :: () => Insert a -> String
+ Database.Custom.Oracle: untypeChunkInsert :: Insert a -> String
- Database.Custom.Oracle: untypeRelation :: () => Relation p r -> ConfigureQuery SubQuery
+ Database.Custom.Oracle: untypeRelation :: Relation p r -> ConfigureQuery SubQuery
- Database.Custom.Oracle: updateByConstraintKey :: () => Table r -> Key c r p -> KeyUpdate p r
+ Database.Custom.Oracle: updateByConstraintKey :: Table r -> Key c r p -> KeyUpdate p r
- Database.Custom.Oracle: updateOtherThanKeySQL :: () => Table r -> Pi r p -> String
+ Database.Custom.Oracle: updateOtherThanKeySQL :: Table r -> Pi r p -> String
- Database.Custom.Oracle: updateSQL :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
+ Database.Custom.Oracle: updateSQL :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
- Database.Custom.Oracle: updateTarget :: () => (Record Flat r -> Assign r ()) -> UpdateTarget () r
+ Database.Custom.Oracle: updateTarget :: (Record Flat r -> Assign r ()) -> UpdateTarget () r
- Database.Custom.Oracle: updateTarget' :: () => (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
+ Database.Custom.Oracle: updateTarget' :: (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
- Database.Custom.PostgreSQL: ($$!) :: () => (i -> r) -> Number r i -> r
+ Database.Custom.PostgreSQL: ($$!) :: (i -> r) -> Number r i -> r
- Database.Custom.PostgreSQL: (<-#) :: Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
+ Database.Custom.PostgreSQL: (<-#) :: forall (m :: Type -> Type) r v. Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
- Database.Custom.PostgreSQL: (<.>) :: () => Pi a b -> Pi b c -> Pi a c
+ Database.Custom.PostgreSQL: (<.>) :: Pi a b -> Pi b c -> Pi a c
- Database.Custom.PostgreSQL: (<?.>) :: () => Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
+ Database.Custom.PostgreSQL: (<?.>) :: Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
- Database.Custom.PostgreSQL: (<?.?>) :: () => Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
+ Database.Custom.PostgreSQL: (<?.?>) :: Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
- Database.Custom.PostgreSQL: aggregateRelation :: () => QueryAggregate (Record Aggregated r) -> Relation () r
+ Database.Custom.PostgreSQL: aggregateRelation :: QueryAggregate (Record Aggregated r) -> Relation () r
- Database.Custom.PostgreSQL: aggregateRelation' :: () => AggregatedQuery p r -> Relation p r
+ Database.Custom.PostgreSQL: aggregateRelation' :: AggregatedQuery p r -> Relation p r
- Database.Custom.PostgreSQL: aggregatedUnique :: () => Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
+ Database.Custom.PostgreSQL: aggregatedUnique :: Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
- Database.Custom.PostgreSQL: asc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.PostgreSQL: asc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.PostgreSQL: assignTo :: Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
+ Database.Custom.PostgreSQL: assignTo :: forall (m :: Type -> Type) v r. Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
- Database.Custom.PostgreSQL: bkey :: () => Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
+ Database.Custom.PostgreSQL: bkey :: Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
- Database.Custom.PostgreSQL: chunkSizeOfInsert :: () => Insert a -> Int
+ Database.Custom.PostgreSQL: chunkSizeOfInsert :: Insert a -> Int
- Database.Custom.PostgreSQL: configureQuery :: () => ConfigureQuery q -> Config -> q
+ Database.Custom.PostgreSQL: configureQuery :: ConfigureQuery q -> Config -> q
- Database.Custom.PostgreSQL: cube :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.PostgreSQL: cube :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.PostgreSQL: deleteSQL :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
+ Database.Custom.PostgreSQL: deleteSQL :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
- Database.Custom.PostgreSQL: desc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.PostgreSQL: desc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.PostgreSQL: dump :: () => Relation p r -> String
+ Database.Custom.PostgreSQL: dump :: Relation p r -> String
- Database.Custom.PostgreSQL: except :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.PostgreSQL: except :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.PostgreSQL: except' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.PostgreSQL: except' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.PostgreSQL: exceptAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.PostgreSQL: exceptAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.PostgreSQL: exceptAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.PostgreSQL: exceptAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.PostgreSQL: expandIndexes' :: () => PersistableRecordWidth a -> Pi a b -> [Int]
+ Database.Custom.PostgreSQL: expandIndexes' :: PersistableRecordWidth a -> Pi a b -> [Int]
- Database.Custom.PostgreSQL: extractCore :: () => QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
+ Database.Custom.PostgreSQL: extractCore :: QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
- Database.Custom.PostgreSQL: extractNumber :: () => Number r i -> i
+ Database.Custom.PostgreSQL: extractNumber :: Number r i -> i
- Database.Custom.PostgreSQL: full :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
+ Database.Custom.PostgreSQL: full :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
- Database.Custom.PostgreSQL: full' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
+ Database.Custom.PostgreSQL: full' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
- Database.Custom.PostgreSQL: groupingSets :: () => AggregatingSetList a -> AggregateKey a
+ Database.Custom.PostgreSQL: groupingSets :: AggregatingSetList a -> AggregateKey a
- Database.Custom.PostgreSQL: id' :: () => Pi a a
+ Database.Custom.PostgreSQL: id' :: Pi a a
- Database.Custom.PostgreSQL: inner :: () => Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
+ Database.Custom.PostgreSQL: inner :: Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
- Database.Custom.PostgreSQL: inner' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
+ Database.Custom.PostgreSQL: inner' :: Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
- Database.Custom.PostgreSQL: insertQuerySQL :: () => Config -> Table r -> Pi r r' -> Relation p r' -> String
+ Database.Custom.PostgreSQL: insertQuerySQL :: Config -> Table r -> Pi r r' -> Relation p r' -> String
- Database.Custom.PostgreSQL: insertTarget :: () => Register r () -> InsertTarget () r
+ Database.Custom.PostgreSQL: insertTarget :: Register r () -> InsertTarget () r
- Database.Custom.PostgreSQL: insertTarget' :: () => Register r (PlaceHolders p) -> InsertTarget p r
+ Database.Custom.PostgreSQL: insertTarget' :: Register r (PlaceHolders p) -> InsertTarget p r
- Database.Custom.PostgreSQL: intersect :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.PostgreSQL: intersect :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.PostgreSQL: intersect' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.PostgreSQL: intersect' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.PostgreSQL: intersectAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.PostgreSQL: intersectAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.PostgreSQL: intersectAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.PostgreSQL: intersectAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.PostgreSQL: key :: () => Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
+ Database.Custom.PostgreSQL: key :: Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
- Database.Custom.PostgreSQL: key' :: () => AggregateKey a -> AggregatingSet a
+ Database.Custom.PostgreSQL: key' :: AggregateKey a -> AggregatingSet a
- Database.Custom.PostgreSQL: left :: () => Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
+ Database.Custom.PostgreSQL: left :: Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
- Database.Custom.PostgreSQL: left' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
+ Database.Custom.PostgreSQL: left' :: Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
- Database.Custom.PostgreSQL: leftPh :: () => Relation (p, ()) r -> Relation p r
+ Database.Custom.PostgreSQL: leftPh :: Relation (p, ()) r -> Relation p r
- Database.Custom.PostgreSQL: list :: () => [p t] -> RecordList p t
+ Database.Custom.PostgreSQL: list :: [p t] -> RecordList p t
- Database.Custom.PostgreSQL: on' :: () => ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
+ Database.Custom.PostgreSQL: on' :: ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
- Database.Custom.PostgreSQL: orderBy :: Monad m => Record c t -> Order -> Orderings c m ()
+ Database.Custom.PostgreSQL: orderBy :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Orderings c m ()
- Database.Custom.PostgreSQL: orderBy' :: Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
+ Database.Custom.PostgreSQL: orderBy' :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
- Database.Custom.PostgreSQL: projectionKey :: () => Key c r ct -> Pi r ct
+ Database.Custom.PostgreSQL: projectionKey :: Key c r ct -> Pi r ct
- Database.Custom.PostgreSQL: qualifyQuery :: () => a -> ConfigureQuery (Qualified a)
+ Database.Custom.PostgreSQL: qualifyQuery :: a -> ConfigureQuery (Qualified a)
- Database.Custom.PostgreSQL: relation :: () => QuerySimple (Record Flat r) -> Relation () r
+ Database.Custom.PostgreSQL: relation :: QuerySimple (Record Flat r) -> Relation () r
- Database.Custom.PostgreSQL: relation' :: () => SimpleQuery p r -> Relation p r
+ Database.Custom.PostgreSQL: relation' :: SimpleQuery p r -> Relation p r
- Database.Custom.PostgreSQL: relationWidth :: () => Relation p r -> PersistableRecordWidth r
+ Database.Custom.PostgreSQL: relationWidth :: Relation p r -> PersistableRecordWidth r
- Database.Custom.PostgreSQL: relationalQuery' :: () => Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.PostgreSQL: relationalQuery' :: Relation p r -> QuerySuffix -> Query p r
- Database.Custom.PostgreSQL: relationalQuerySQL :: () => Config -> Relation p r -> QuerySuffix -> String
+ Database.Custom.PostgreSQL: relationalQuerySQL :: Config -> Relation p r -> QuerySuffix -> String
- Database.Custom.PostgreSQL: relationalQuery_ :: () => Config -> Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.PostgreSQL: relationalQuery_ :: Config -> Relation p r -> QuerySuffix -> Query p r
- Database.Custom.PostgreSQL: restriction :: () => (Record Flat r -> Restrict ()) -> Restriction () r
+ Database.Custom.PostgreSQL: restriction :: (Record Flat r -> Restrict ()) -> Restriction () r
- Database.Custom.PostgreSQL: restriction' :: () => (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
+ Database.Custom.PostgreSQL: restriction' :: (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
- Database.Custom.PostgreSQL: right :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
+ Database.Custom.PostgreSQL: right :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
- Database.Custom.PostgreSQL: right' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
+ Database.Custom.PostgreSQL: right' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
- Database.Custom.PostgreSQL: rightPh :: () => Relation ((), p) r -> Relation p r
+ Database.Custom.PostgreSQL: rightPh :: Relation ((), p) r -> Relation p r
- Database.Custom.PostgreSQL: rollup :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.PostgreSQL: rollup :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.PostgreSQL: set :: () => AggregatingSet a -> AggregatingSetList a
+ Database.Custom.PostgreSQL: set :: AggregatingSet a -> AggregatingSetList a
- Database.Custom.PostgreSQL: sqlChunkFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
+ Database.Custom.PostgreSQL: sqlChunkFromInsertTarget :: Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
- Database.Custom.PostgreSQL: sqlFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> StringSQL
+ Database.Custom.PostgreSQL: sqlFromInsertTarget :: Config -> Table r -> InsertTarget p r -> StringSQL
- Database.Custom.PostgreSQL: sqlFromRelation :: () => Relation p r -> StringSQL
+ Database.Custom.PostgreSQL: sqlFromRelation :: Relation p r -> StringSQL
- Database.Custom.PostgreSQL: sqlFromRelationWith :: () => Relation p r -> Config -> StringSQL
+ Database.Custom.PostgreSQL: sqlFromRelationWith :: Relation p r -> Config -> StringSQL
- Database.Custom.PostgreSQL: sqlFromUpdateTarget :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
+ Database.Custom.PostgreSQL: sqlFromUpdateTarget :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
- Database.Custom.PostgreSQL: sqlWhereFromRestriction :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
+ Database.Custom.PostgreSQL: sqlWhereFromRestriction :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
- Database.Custom.PostgreSQL: table :: () => Table r -> Relation () r
+ Database.Custom.PostgreSQL: table :: Table r -> Relation () r
- Database.Custom.PostgreSQL: tableConstraint :: () => Key c r ct -> KeyConstraint c r
+ Database.Custom.PostgreSQL: tableConstraint :: Key c r ct -> KeyConstraint c r
- Database.Custom.PostgreSQL: typedDelete :: () => Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.PostgreSQL: typedDelete :: Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.PostgreSQL: typedDelete' :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.PostgreSQL: typedDelete' :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.PostgreSQL: typedInsertQuery :: () => Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.PostgreSQL: typedInsertQuery :: Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.PostgreSQL: typedInsertQuery' :: () => Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.PostgreSQL: typedInsertQuery' :: Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.PostgreSQL: typedInsertValue :: () => Table r -> InsertTarget p r -> Insert p
+ Database.Custom.PostgreSQL: typedInsertValue :: Table r -> InsertTarget p r -> Insert p
- Database.Custom.PostgreSQL: typedInsertValue' :: () => Config -> Table r -> InsertTarget p r -> Insert p
+ Database.Custom.PostgreSQL: typedInsertValue' :: Config -> Table r -> InsertTarget p r -> Insert p
- Database.Custom.PostgreSQL: typedKeyUpdate :: () => Table a -> Pi a p -> KeyUpdate p a
+ Database.Custom.PostgreSQL: typedKeyUpdate :: Table a -> Pi a p -> KeyUpdate p a
- Database.Custom.PostgreSQL: typedUpdate :: () => Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.PostgreSQL: typedUpdate :: Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.PostgreSQL: typedUpdate' :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.PostgreSQL: typedUpdate' :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.PostgreSQL: unUnique :: () => UniqueRelation p c r -> Relation p r
+ Database.Custom.PostgreSQL: unUnique :: UniqueRelation p c r -> Relation p r
- Database.Custom.PostgreSQL: union :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.PostgreSQL: union :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.PostgreSQL: union' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.PostgreSQL: union' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.PostgreSQL: unionAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.PostgreSQL: unionAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.PostgreSQL: unionAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.PostgreSQL: unionAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.PostgreSQL: uniqueQuery' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
+ Database.Custom.PostgreSQL: uniqueQuery' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
- Database.Custom.PostgreSQL: uniqueQueryMaybe' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
+ Database.Custom.PostgreSQL: uniqueQueryMaybe' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
- Database.Custom.PostgreSQL: uniqueRelation' :: () => QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
+ Database.Custom.PostgreSQL: uniqueRelation' :: QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
- Database.Custom.PostgreSQL: unsafePlaceHolders :: () => PlaceHolders p
+ Database.Custom.PostgreSQL: unsafePlaceHolders :: PlaceHolders p
- Database.Custom.PostgreSQL: unsafeShowSql :: () => Record c a -> String
+ Database.Custom.PostgreSQL: unsafeShowSql :: Record c a -> String
- Database.Custom.PostgreSQL: unsafeShowSql' :: () => Record c a -> StringSQL
+ Database.Custom.PostgreSQL: unsafeShowSql' :: Record c a -> StringSQL
- Database.Custom.PostgreSQL: unsafeTypeRelation :: () => ConfigureQuery SubQuery -> Relation p r
+ Database.Custom.PostgreSQL: unsafeTypeRelation :: ConfigureQuery SubQuery -> Relation p r
- Database.Custom.PostgreSQL: unsafeTypedInsert' :: () => String -> String -> Int -> Insert a
+ Database.Custom.PostgreSQL: unsafeTypedInsert' :: String -> String -> Int -> Insert a
- Database.Custom.PostgreSQL: unsafeTypedQuery :: () => String -> Query p a
+ Database.Custom.PostgreSQL: unsafeTypedQuery :: String -> Query p a
- Database.Custom.PostgreSQL: unsafeTypedUpdate :: () => String -> Update p
+ Database.Custom.PostgreSQL: unsafeTypedUpdate :: String -> Update p
- Database.Custom.PostgreSQL: unsafeUnique :: () => Relation p r -> UniqueRelation p c r
+ Database.Custom.PostgreSQL: unsafeUnique :: Relation p r -> UniqueRelation p c r
- Database.Custom.PostgreSQL: untypeChunkInsert :: () => Insert a -> String
+ Database.Custom.PostgreSQL: untypeChunkInsert :: Insert a -> String
- Database.Custom.PostgreSQL: untypeRelation :: () => Relation p r -> ConfigureQuery SubQuery
+ Database.Custom.PostgreSQL: untypeRelation :: Relation p r -> ConfigureQuery SubQuery
- Database.Custom.PostgreSQL: updateByConstraintKey :: () => Table r -> Key c r p -> KeyUpdate p r
+ Database.Custom.PostgreSQL: updateByConstraintKey :: Table r -> Key c r p -> KeyUpdate p r
- Database.Custom.PostgreSQL: updateOtherThanKeySQL :: () => Table r -> Pi r p -> String
+ Database.Custom.PostgreSQL: updateOtherThanKeySQL :: Table r -> Pi r p -> String
- Database.Custom.PostgreSQL: updateSQL :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
+ Database.Custom.PostgreSQL: updateSQL :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
- Database.Custom.PostgreSQL: updateTarget :: () => (Record Flat r -> Assign r ()) -> UpdateTarget () r
+ Database.Custom.PostgreSQL: updateTarget :: (Record Flat r -> Assign r ()) -> UpdateTarget () r
- Database.Custom.PostgreSQL: updateTarget' :: () => (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
+ Database.Custom.PostgreSQL: updateTarget' :: (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
- Database.Custom.SQLServer: ($$!) :: () => (i -> r) -> Number r i -> r
+ Database.Custom.SQLServer: ($$!) :: (i -> r) -> Number r i -> r
- Database.Custom.SQLServer: (<-#) :: Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
+ Database.Custom.SQLServer: (<-#) :: forall (m :: Type -> Type) r v. Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
- Database.Custom.SQLServer: (<.>) :: () => Pi a b -> Pi b c -> Pi a c
+ Database.Custom.SQLServer: (<.>) :: Pi a b -> Pi b c -> Pi a c
- Database.Custom.SQLServer: (<?.>) :: () => Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
+ Database.Custom.SQLServer: (<?.>) :: Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
- Database.Custom.SQLServer: (<?.?>) :: () => Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
+ Database.Custom.SQLServer: (<?.?>) :: Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
- Database.Custom.SQLServer: aggregateRelation :: () => QueryAggregate (Record Aggregated r) -> Relation () r
+ Database.Custom.SQLServer: aggregateRelation :: QueryAggregate (Record Aggregated r) -> Relation () r
- Database.Custom.SQLServer: aggregateRelation' :: () => AggregatedQuery p r -> Relation p r
+ Database.Custom.SQLServer: aggregateRelation' :: AggregatedQuery p r -> Relation p r
- Database.Custom.SQLServer: aggregatedUnique :: () => Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
+ Database.Custom.SQLServer: aggregatedUnique :: Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
- Database.Custom.SQLServer: asc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.SQLServer: asc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.SQLServer: assignTo :: Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
+ Database.Custom.SQLServer: assignTo :: forall (m :: Type -> Type) v r. Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
- Database.Custom.SQLServer: bkey :: () => Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
+ Database.Custom.SQLServer: bkey :: Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
- Database.Custom.SQLServer: chunkSizeOfInsert :: () => Insert a -> Int
+ Database.Custom.SQLServer: chunkSizeOfInsert :: Insert a -> Int
- Database.Custom.SQLServer: configureQuery :: () => ConfigureQuery q -> Config -> q
+ Database.Custom.SQLServer: configureQuery :: ConfigureQuery q -> Config -> q
- Database.Custom.SQLServer: cube :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.SQLServer: cube :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.SQLServer: deleteSQL :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
+ Database.Custom.SQLServer: deleteSQL :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
- Database.Custom.SQLServer: desc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.SQLServer: desc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.SQLServer: dump :: () => Relation p r -> String
+ Database.Custom.SQLServer: dump :: Relation p r -> String
- Database.Custom.SQLServer: except :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLServer: except :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLServer: except' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLServer: except' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLServer: exceptAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLServer: exceptAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLServer: exceptAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLServer: exceptAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLServer: expandIndexes' :: () => PersistableRecordWidth a -> Pi a b -> [Int]
+ Database.Custom.SQLServer: expandIndexes' :: PersistableRecordWidth a -> Pi a b -> [Int]
- Database.Custom.SQLServer: extractCore :: () => QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
+ Database.Custom.SQLServer: extractCore :: QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
- Database.Custom.SQLServer: extractNumber :: () => Number r i -> i
+ Database.Custom.SQLServer: extractNumber :: Number r i -> i
- Database.Custom.SQLServer: full :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
+ Database.Custom.SQLServer: full :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
- Database.Custom.SQLServer: full' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
+ Database.Custom.SQLServer: full' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
- Database.Custom.SQLServer: groupingSets :: () => AggregatingSetList a -> AggregateKey a
+ Database.Custom.SQLServer: groupingSets :: AggregatingSetList a -> AggregateKey a
- Database.Custom.SQLServer: id' :: () => Pi a a
+ Database.Custom.SQLServer: id' :: Pi a a
- Database.Custom.SQLServer: inner :: () => Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
+ Database.Custom.SQLServer: inner :: Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
- Database.Custom.SQLServer: inner' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
+ Database.Custom.SQLServer: inner' :: Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
- Database.Custom.SQLServer: insertQuerySQL :: () => Config -> Table r -> Pi r r' -> Relation p r' -> String
+ Database.Custom.SQLServer: insertQuerySQL :: Config -> Table r -> Pi r r' -> Relation p r' -> String
- Database.Custom.SQLServer: insertTarget :: () => Register r () -> InsertTarget () r
+ Database.Custom.SQLServer: insertTarget :: Register r () -> InsertTarget () r
- Database.Custom.SQLServer: insertTarget' :: () => Register r (PlaceHolders p) -> InsertTarget p r
+ Database.Custom.SQLServer: insertTarget' :: Register r (PlaceHolders p) -> InsertTarget p r
- Database.Custom.SQLServer: intersect :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLServer: intersect :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLServer: intersect' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLServer: intersect' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLServer: intersectAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLServer: intersectAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLServer: intersectAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLServer: intersectAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLServer: key :: () => Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
+ Database.Custom.SQLServer: key :: Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
- Database.Custom.SQLServer: key' :: () => AggregateKey a -> AggregatingSet a
+ Database.Custom.SQLServer: key' :: AggregateKey a -> AggregatingSet a
- Database.Custom.SQLServer: left :: () => Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
+ Database.Custom.SQLServer: left :: Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
- Database.Custom.SQLServer: left' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
+ Database.Custom.SQLServer: left' :: Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
- Database.Custom.SQLServer: leftPh :: () => Relation (p, ()) r -> Relation p r
+ Database.Custom.SQLServer: leftPh :: Relation (p, ()) r -> Relation p r
- Database.Custom.SQLServer: list :: () => [p t] -> RecordList p t
+ Database.Custom.SQLServer: list :: [p t] -> RecordList p t
- Database.Custom.SQLServer: on' :: () => ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
+ Database.Custom.SQLServer: on' :: ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
- Database.Custom.SQLServer: orderBy :: Monad m => Record c t -> Order -> Orderings c m ()
+ Database.Custom.SQLServer: orderBy :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Orderings c m ()
- Database.Custom.SQLServer: orderBy' :: Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
+ Database.Custom.SQLServer: orderBy' :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
- Database.Custom.SQLServer: projectionKey :: () => Key c r ct -> Pi r ct
+ Database.Custom.SQLServer: projectionKey :: Key c r ct -> Pi r ct
- Database.Custom.SQLServer: qualifyQuery :: () => a -> ConfigureQuery (Qualified a)
+ Database.Custom.SQLServer: qualifyQuery :: a -> ConfigureQuery (Qualified a)
- Database.Custom.SQLServer: relation :: () => QuerySimple (Record Flat r) -> Relation () r
+ Database.Custom.SQLServer: relation :: QuerySimple (Record Flat r) -> Relation () r
- Database.Custom.SQLServer: relation' :: () => SimpleQuery p r -> Relation p r
+ Database.Custom.SQLServer: relation' :: SimpleQuery p r -> Relation p r
- Database.Custom.SQLServer: relationWidth :: () => Relation p r -> PersistableRecordWidth r
+ Database.Custom.SQLServer: relationWidth :: Relation p r -> PersistableRecordWidth r
- Database.Custom.SQLServer: relationalQuery' :: () => Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.SQLServer: relationalQuery' :: Relation p r -> QuerySuffix -> Query p r
- Database.Custom.SQLServer: relationalQuerySQL :: () => Config -> Relation p r -> QuerySuffix -> String
+ Database.Custom.SQLServer: relationalQuerySQL :: Config -> Relation p r -> QuerySuffix -> String
- Database.Custom.SQLServer: relationalQuery_ :: () => Config -> Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.SQLServer: relationalQuery_ :: Config -> Relation p r -> QuerySuffix -> Query p r
- Database.Custom.SQLServer: restriction :: () => (Record Flat r -> Restrict ()) -> Restriction () r
+ Database.Custom.SQLServer: restriction :: (Record Flat r -> Restrict ()) -> Restriction () r
- Database.Custom.SQLServer: restriction' :: () => (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
+ Database.Custom.SQLServer: restriction' :: (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
- Database.Custom.SQLServer: right :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
+ Database.Custom.SQLServer: right :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
- Database.Custom.SQLServer: right' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
+ Database.Custom.SQLServer: right' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
- Database.Custom.SQLServer: rightPh :: () => Relation ((), p) r -> Relation p r
+ Database.Custom.SQLServer: rightPh :: Relation ((), p) r -> Relation p r
- Database.Custom.SQLServer: rollup :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.SQLServer: rollup :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.SQLServer: set :: () => AggregatingSet a -> AggregatingSetList a
+ Database.Custom.SQLServer: set :: AggregatingSet a -> AggregatingSetList a
- Database.Custom.SQLServer: sqlChunkFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
+ Database.Custom.SQLServer: sqlChunkFromInsertTarget :: Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
- Database.Custom.SQLServer: sqlFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> StringSQL
+ Database.Custom.SQLServer: sqlFromInsertTarget :: Config -> Table r -> InsertTarget p r -> StringSQL
- Database.Custom.SQLServer: sqlFromRelation :: () => Relation p r -> StringSQL
+ Database.Custom.SQLServer: sqlFromRelation :: Relation p r -> StringSQL
- Database.Custom.SQLServer: sqlFromRelationWith :: () => Relation p r -> Config -> StringSQL
+ Database.Custom.SQLServer: sqlFromRelationWith :: Relation p r -> Config -> StringSQL
- Database.Custom.SQLServer: sqlFromUpdateTarget :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
+ Database.Custom.SQLServer: sqlFromUpdateTarget :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
- Database.Custom.SQLServer: sqlWhereFromRestriction :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
+ Database.Custom.SQLServer: sqlWhereFromRestriction :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
- Database.Custom.SQLServer: table :: () => Table r -> Relation () r
+ Database.Custom.SQLServer: table :: Table r -> Relation () r
- Database.Custom.SQLServer: tableConstraint :: () => Key c r ct -> KeyConstraint c r
+ Database.Custom.SQLServer: tableConstraint :: Key c r ct -> KeyConstraint c r
- Database.Custom.SQLServer: typedDelete :: () => Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.SQLServer: typedDelete :: Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.SQLServer: typedDelete' :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.SQLServer: typedDelete' :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.SQLServer: typedInsertQuery :: () => Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.SQLServer: typedInsertQuery :: Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.SQLServer: typedInsertQuery' :: () => Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.SQLServer: typedInsertQuery' :: Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.SQLServer: typedInsertValue :: () => Table r -> InsertTarget p r -> Insert p
+ Database.Custom.SQLServer: typedInsertValue :: Table r -> InsertTarget p r -> Insert p
- Database.Custom.SQLServer: typedInsertValue' :: () => Config -> Table r -> InsertTarget p r -> Insert p
+ Database.Custom.SQLServer: typedInsertValue' :: Config -> Table r -> InsertTarget p r -> Insert p
- Database.Custom.SQLServer: typedKeyUpdate :: () => Table a -> Pi a p -> KeyUpdate p a
+ Database.Custom.SQLServer: typedKeyUpdate :: Table a -> Pi a p -> KeyUpdate p a
- Database.Custom.SQLServer: typedUpdate :: () => Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.SQLServer: typedUpdate :: Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.SQLServer: typedUpdate' :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.SQLServer: typedUpdate' :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.SQLServer: unUnique :: () => UniqueRelation p c r -> Relation p r
+ Database.Custom.SQLServer: unUnique :: UniqueRelation p c r -> Relation p r
- Database.Custom.SQLServer: union :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLServer: union :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLServer: union' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLServer: union' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLServer: unionAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLServer: unionAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLServer: unionAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLServer: unionAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLServer: uniqueQuery' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
+ Database.Custom.SQLServer: uniqueQuery' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
- Database.Custom.SQLServer: uniqueQueryMaybe' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
+ Database.Custom.SQLServer: uniqueQueryMaybe' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
- Database.Custom.SQLServer: uniqueRelation' :: () => QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
+ Database.Custom.SQLServer: uniqueRelation' :: QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
- Database.Custom.SQLServer: unsafePlaceHolders :: () => PlaceHolders p
+ Database.Custom.SQLServer: unsafePlaceHolders :: PlaceHolders p
- Database.Custom.SQLServer: unsafeShowSql :: () => Record c a -> String
+ Database.Custom.SQLServer: unsafeShowSql :: Record c a -> String
- Database.Custom.SQLServer: unsafeShowSql' :: () => Record c a -> StringSQL
+ Database.Custom.SQLServer: unsafeShowSql' :: Record c a -> StringSQL
- Database.Custom.SQLServer: unsafeTypeRelation :: () => ConfigureQuery SubQuery -> Relation p r
+ Database.Custom.SQLServer: unsafeTypeRelation :: ConfigureQuery SubQuery -> Relation p r
- Database.Custom.SQLServer: unsafeTypedInsert' :: () => String -> String -> Int -> Insert a
+ Database.Custom.SQLServer: unsafeTypedInsert' :: String -> String -> Int -> Insert a
- Database.Custom.SQLServer: unsafeTypedQuery :: () => String -> Query p a
+ Database.Custom.SQLServer: unsafeTypedQuery :: String -> Query p a
- Database.Custom.SQLServer: unsafeTypedUpdate :: () => String -> Update p
+ Database.Custom.SQLServer: unsafeTypedUpdate :: String -> Update p
- Database.Custom.SQLServer: unsafeUnique :: () => Relation p r -> UniqueRelation p c r
+ Database.Custom.SQLServer: unsafeUnique :: Relation p r -> UniqueRelation p c r
- Database.Custom.SQLServer: untypeChunkInsert :: () => Insert a -> String
+ Database.Custom.SQLServer: untypeChunkInsert :: Insert a -> String
- Database.Custom.SQLServer: untypeRelation :: () => Relation p r -> ConfigureQuery SubQuery
+ Database.Custom.SQLServer: untypeRelation :: Relation p r -> ConfigureQuery SubQuery
- Database.Custom.SQLServer: updateByConstraintKey :: () => Table r -> Key c r p -> KeyUpdate p r
+ Database.Custom.SQLServer: updateByConstraintKey :: Table r -> Key c r p -> KeyUpdate p r
- Database.Custom.SQLServer: updateOtherThanKeySQL :: () => Table r -> Pi r p -> String
+ Database.Custom.SQLServer: updateOtherThanKeySQL :: Table r -> Pi r p -> String
- Database.Custom.SQLServer: updateSQL :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
+ Database.Custom.SQLServer: updateSQL :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
- Database.Custom.SQLServer: updateTarget :: () => (Record Flat r -> Assign r ()) -> UpdateTarget () r
+ Database.Custom.SQLServer: updateTarget :: (Record Flat r -> Assign r ()) -> UpdateTarget () r
- Database.Custom.SQLServer: updateTarget' :: () => (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
+ Database.Custom.SQLServer: updateTarget' :: (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
- Database.Custom.SQLite3: ($$!) :: () => (i -> r) -> Number r i -> r
+ Database.Custom.SQLite3: ($$!) :: (i -> r) -> Number r i -> r
- Database.Custom.SQLite3: (<-#) :: Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
+ Database.Custom.SQLite3: (<-#) :: forall (m :: Type -> Type) r v. Monad m => AssignTarget r v -> Record Flat v -> Assignings r m ()
- Database.Custom.SQLite3: (<.>) :: () => Pi a b -> Pi b c -> Pi a c
+ Database.Custom.SQLite3: (<.>) :: Pi a b -> Pi b c -> Pi a c
- Database.Custom.SQLite3: (<?.>) :: () => Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
+ Database.Custom.SQLite3: (<?.>) :: Pi a (Maybe b) -> Pi b c -> Pi a (Maybe c)
- Database.Custom.SQLite3: (<?.?>) :: () => Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
+ Database.Custom.SQLite3: (<?.?>) :: Pi a (Maybe b) -> Pi b (Maybe c) -> Pi a (Maybe c)
- Database.Custom.SQLite3: aggregateRelation :: () => QueryAggregate (Record Aggregated r) -> Relation () r
+ Database.Custom.SQLite3: aggregateRelation :: QueryAggregate (Record Aggregated r) -> Relation () r
- Database.Custom.SQLite3: aggregateRelation' :: () => AggregatedQuery p r -> Relation p r
+ Database.Custom.SQLite3: aggregateRelation' :: AggregatedQuery p r -> Relation p r
- Database.Custom.SQLite3: aggregatedUnique :: () => Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
+ Database.Custom.SQLite3: aggregatedUnique :: Relation ph r -> Pi r a -> (Record Flat a -> Record Aggregated b) -> UniqueRelation ph Flat b
- Database.Custom.SQLite3: asc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.SQLite3: asc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.SQLite3: assignTo :: Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
+ Database.Custom.SQLite3: assignTo :: forall (m :: Type -> Type) v r. Monad m => Record Flat v -> AssignTarget r v -> Assignings r m ()
- Database.Custom.SQLite3: bkey :: () => Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
+ Database.Custom.SQLite3: bkey :: Record Flat r -> AggregatingPowerSet (Record Aggregated (Maybe r))
- Database.Custom.SQLite3: chunkSizeOfInsert :: () => Insert a -> Int
+ Database.Custom.SQLite3: chunkSizeOfInsert :: Insert a -> Int
- Database.Custom.SQLite3: configureQuery :: () => ConfigureQuery q -> Config -> q
+ Database.Custom.SQLite3: configureQuery :: ConfigureQuery q -> Config -> q
- Database.Custom.SQLite3: cube :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.SQLite3: cube :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.SQLite3: deleteSQL :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
+ Database.Custom.SQLite3: deleteSQL :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> String
- Database.Custom.SQLite3: desc :: Monad m => Record c t -> Orderings c m ()
+ Database.Custom.SQLite3: desc :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Orderings c m ()
- Database.Custom.SQLite3: dump :: () => Relation p r -> String
+ Database.Custom.SQLite3: dump :: Relation p r -> String
- Database.Custom.SQLite3: except :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLite3: except :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLite3: except' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLite3: except' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLite3: exceptAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLite3: exceptAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLite3: exceptAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLite3: exceptAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLite3: expandIndexes' :: () => PersistableRecordWidth a -> Pi a b -> [Int]
+ Database.Custom.SQLite3: expandIndexes' :: PersistableRecordWidth a -> Pi a b -> [Int]
- Database.Custom.SQLite3: extractCore :: () => QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
+ Database.Custom.SQLite3: extractCore :: QueryCore a -> ConfigureQuery (((a, [Predicate Flat]), JoinProduct), Duplication)
- Database.Custom.SQLite3: extractNumber :: () => Number r i -> i
+ Database.Custom.SQLite3: extractNumber :: Number r i -> i
- Database.Custom.SQLite3: full :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
+ Database.Custom.SQLite3: full :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation () (Maybe a, Maybe b)
- Database.Custom.SQLite3: full' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
+ Database.Custom.SQLite3: full' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) (Maybe b)] -> Relation (pa, pb) (Maybe a, Maybe b)
- Database.Custom.SQLite3: groupingSets :: () => AggregatingSetList a -> AggregateKey a
+ Database.Custom.SQLite3: groupingSets :: AggregatingSetList a -> AggregateKey a
- Database.Custom.SQLite3: id' :: () => Pi a a
+ Database.Custom.SQLite3: id' :: Pi a a
- Database.Custom.SQLite3: inner :: () => Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
+ Database.Custom.SQLite3: inner :: Relation () a -> Relation () b -> [JoinRestriction a b] -> Relation () (a, b)
- Database.Custom.SQLite3: inner' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
+ Database.Custom.SQLite3: inner' :: Relation pa a -> Relation pb b -> [JoinRestriction a b] -> Relation (pa, pb) (a, b)
- Database.Custom.SQLite3: insertQuerySQL :: () => Config -> Table r -> Pi r r' -> Relation p r' -> String
+ Database.Custom.SQLite3: insertQuerySQL :: Config -> Table r -> Pi r r' -> Relation p r' -> String
- Database.Custom.SQLite3: insertTarget :: () => Register r () -> InsertTarget () r
+ Database.Custom.SQLite3: insertTarget :: Register r () -> InsertTarget () r
- Database.Custom.SQLite3: insertTarget' :: () => Register r (PlaceHolders p) -> InsertTarget p r
+ Database.Custom.SQLite3: insertTarget' :: Register r (PlaceHolders p) -> InsertTarget p r
- Database.Custom.SQLite3: intersect :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLite3: intersect :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLite3: intersect' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLite3: intersect' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLite3: intersectAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLite3: intersectAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLite3: intersectAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLite3: intersectAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLite3: key :: () => Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
+ Database.Custom.SQLite3: key :: Record Flat r -> AggregatingSet (Record Aggregated (Maybe r))
- Database.Custom.SQLite3: key' :: () => AggregateKey a -> AggregatingSet a
+ Database.Custom.SQLite3: key' :: AggregateKey a -> AggregatingSet a
- Database.Custom.SQLite3: left :: () => Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
+ Database.Custom.SQLite3: left :: Relation () a -> Relation () b -> [JoinRestriction a (Maybe b)] -> Relation () (a, Maybe b)
- Database.Custom.SQLite3: left' :: () => Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
+ Database.Custom.SQLite3: left' :: Relation pa a -> Relation pb b -> [JoinRestriction a (Maybe b)] -> Relation (pa, pb) (a, Maybe b)
- Database.Custom.SQLite3: leftPh :: () => Relation (p, ()) r -> Relation p r
+ Database.Custom.SQLite3: leftPh :: Relation (p, ()) r -> Relation p r
- Database.Custom.SQLite3: list :: () => [p t] -> RecordList p t
+ Database.Custom.SQLite3: list :: [p t] -> RecordList p t
- Database.Custom.SQLite3: on' :: () => ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
+ Database.Custom.SQLite3: on' :: ([JoinRestriction a b] -> Relation pc (a, b)) -> [JoinRestriction a b] -> Relation pc (a, b)
- Database.Custom.SQLite3: orderBy :: Monad m => Record c t -> Order -> Orderings c m ()
+ Database.Custom.SQLite3: orderBy :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Orderings c m ()
- Database.Custom.SQLite3: orderBy' :: Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
+ Database.Custom.SQLite3: orderBy' :: forall (m :: Type -> Type) c t. Monad m => Record c t -> Order -> Nulls -> Orderings c m ()
- Database.Custom.SQLite3: projectionKey :: () => Key c r ct -> Pi r ct
+ Database.Custom.SQLite3: projectionKey :: Key c r ct -> Pi r ct
- Database.Custom.SQLite3: qualifyQuery :: () => a -> ConfigureQuery (Qualified a)
+ Database.Custom.SQLite3: qualifyQuery :: a -> ConfigureQuery (Qualified a)
- Database.Custom.SQLite3: relation :: () => QuerySimple (Record Flat r) -> Relation () r
+ Database.Custom.SQLite3: relation :: QuerySimple (Record Flat r) -> Relation () r
- Database.Custom.SQLite3: relation' :: () => SimpleQuery p r -> Relation p r
+ Database.Custom.SQLite3: relation' :: SimpleQuery p r -> Relation p r
- Database.Custom.SQLite3: relationWidth :: () => Relation p r -> PersistableRecordWidth r
+ Database.Custom.SQLite3: relationWidth :: Relation p r -> PersistableRecordWidth r
- Database.Custom.SQLite3: relationalQuery' :: () => Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.SQLite3: relationalQuery' :: Relation p r -> QuerySuffix -> Query p r
- Database.Custom.SQLite3: relationalQuerySQL :: () => Config -> Relation p r -> QuerySuffix -> String
+ Database.Custom.SQLite3: relationalQuerySQL :: Config -> Relation p r -> QuerySuffix -> String
- Database.Custom.SQLite3: relationalQuery_ :: () => Config -> Relation p r -> QuerySuffix -> Query p r
+ Database.Custom.SQLite3: relationalQuery_ :: Config -> Relation p r -> QuerySuffix -> Query p r
- Database.Custom.SQLite3: restriction :: () => (Record Flat r -> Restrict ()) -> Restriction () r
+ Database.Custom.SQLite3: restriction :: (Record Flat r -> Restrict ()) -> Restriction () r
- Database.Custom.SQLite3: restriction' :: () => (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
+ Database.Custom.SQLite3: restriction' :: (Record Flat r -> Restrict (PlaceHolders p)) -> Restriction p r
- Database.Custom.SQLite3: right :: () => Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
+ Database.Custom.SQLite3: right :: Relation () a -> Relation () b -> [JoinRestriction (Maybe a) b] -> Relation () (Maybe a, b)
- Database.Custom.SQLite3: right' :: () => Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
+ Database.Custom.SQLite3: right' :: Relation pa a -> Relation pb b -> [JoinRestriction (Maybe a) b] -> Relation (pa, pb) (Maybe a, b)
- Database.Custom.SQLite3: rightPh :: () => Relation ((), p) r -> Relation p r
+ Database.Custom.SQLite3: rightPh :: Relation ((), p) r -> Relation p r
- Database.Custom.SQLite3: rollup :: () => AggregatingPowerSet a -> AggregateKey a
+ Database.Custom.SQLite3: rollup :: AggregatingPowerSet a -> AggregateKey a
- Database.Custom.SQLite3: set :: () => AggregatingSet a -> AggregatingSetList a
+ Database.Custom.SQLite3: set :: AggregatingSet a -> AggregatingSetList a
- Database.Custom.SQLite3: sqlChunkFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
+ Database.Custom.SQLite3: sqlChunkFromInsertTarget :: Config -> Table r -> InsertTarget p r -> (StringSQL, Int)
- Database.Custom.SQLite3: sqlFromInsertTarget :: () => Config -> Table r -> InsertTarget p r -> StringSQL
+ Database.Custom.SQLite3: sqlFromInsertTarget :: Config -> Table r -> InsertTarget p r -> StringSQL
- Database.Custom.SQLite3: sqlFromRelation :: () => Relation p r -> StringSQL
+ Database.Custom.SQLite3: sqlFromRelation :: Relation p r -> StringSQL
- Database.Custom.SQLite3: sqlFromRelationWith :: () => Relation p r -> Config -> StringSQL
+ Database.Custom.SQLite3: sqlFromRelationWith :: Relation p r -> Config -> StringSQL
- Database.Custom.SQLite3: sqlFromUpdateTarget :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
+ Database.Custom.SQLite3: sqlFromUpdateTarget :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> StringSQL
- Database.Custom.SQLite3: sqlWhereFromRestriction :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
+ Database.Custom.SQLite3: sqlWhereFromRestriction :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> StringSQL
- Database.Custom.SQLite3: table :: () => Table r -> Relation () r
+ Database.Custom.SQLite3: table :: Table r -> Relation () r
- Database.Custom.SQLite3: tableConstraint :: () => Key c r ct -> KeyConstraint c r
+ Database.Custom.SQLite3: tableConstraint :: Key c r ct -> KeyConstraint c r
- Database.Custom.SQLite3: typedDelete :: () => Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.SQLite3: typedDelete :: Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.SQLite3: typedDelete' :: () => Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
+ Database.Custom.SQLite3: typedDelete' :: Config -> Table r -> (Record Flat r -> Restrict (PlaceHolders p)) -> Delete p
- Database.Custom.SQLite3: typedInsertQuery :: () => Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.SQLite3: typedInsertQuery :: Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.SQLite3: typedInsertQuery' :: () => Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
+ Database.Custom.SQLite3: typedInsertQuery' :: Config -> Table r -> Pi r r' -> Relation p r' -> InsertQuery p
- Database.Custom.SQLite3: typedInsertValue :: () => Table r -> InsertTarget p r -> Insert p
+ Database.Custom.SQLite3: typedInsertValue :: Table r -> InsertTarget p r -> Insert p
- Database.Custom.SQLite3: typedInsertValue' :: () => Config -> Table r -> InsertTarget p r -> Insert p
+ Database.Custom.SQLite3: typedInsertValue' :: Config -> Table r -> InsertTarget p r -> Insert p
- Database.Custom.SQLite3: typedKeyUpdate :: () => Table a -> Pi a p -> KeyUpdate p a
+ Database.Custom.SQLite3: typedKeyUpdate :: Table a -> Pi a p -> KeyUpdate p a
- Database.Custom.SQLite3: typedUpdate :: () => Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.SQLite3: typedUpdate :: Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.SQLite3: typedUpdate' :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
+ Database.Custom.SQLite3: typedUpdate' :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p
- Database.Custom.SQLite3: unUnique :: () => UniqueRelation p c r -> Relation p r
+ Database.Custom.SQLite3: unUnique :: UniqueRelation p c r -> Relation p r
- Database.Custom.SQLite3: union :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLite3: union :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLite3: union' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLite3: union' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLite3: unionAll :: () => Relation () a -> Relation () a -> Relation () a
+ Database.Custom.SQLite3: unionAll :: Relation () a -> Relation () a -> Relation () a
- Database.Custom.SQLite3: unionAll' :: () => Relation p a -> Relation q a -> Relation (p, q) a
+ Database.Custom.SQLite3: unionAll' :: Relation p a -> Relation q a -> Relation (p, q) a
- Database.Custom.SQLite3: uniqueQuery' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
+ Database.Custom.SQLite3: uniqueQuery' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c r)
- Database.Custom.SQLite3: uniqueQueryMaybe' :: () => UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
+ Database.Custom.SQLite3: uniqueQueryMaybe' :: UniqueRelation p c r -> QueryUnique (PlaceHolders p, Record c (Maybe r))
- Database.Custom.SQLite3: uniqueRelation' :: () => QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
+ Database.Custom.SQLite3: uniqueRelation' :: QueryUnique (PlaceHolders p, Record c r) -> UniqueRelation p c r
- Database.Custom.SQLite3: unsafePlaceHolders :: () => PlaceHolders p
+ Database.Custom.SQLite3: unsafePlaceHolders :: PlaceHolders p
- Database.Custom.SQLite3: unsafeShowSql :: () => Record c a -> String
+ Database.Custom.SQLite3: unsafeShowSql :: Record c a -> String
- Database.Custom.SQLite3: unsafeShowSql' :: () => Record c a -> StringSQL
+ Database.Custom.SQLite3: unsafeShowSql' :: Record c a -> StringSQL
- Database.Custom.SQLite3: unsafeTypeRelation :: () => ConfigureQuery SubQuery -> Relation p r
+ Database.Custom.SQLite3: unsafeTypeRelation :: ConfigureQuery SubQuery -> Relation p r
- Database.Custom.SQLite3: unsafeTypedInsert' :: () => String -> String -> Int -> Insert a
+ Database.Custom.SQLite3: unsafeTypedInsert' :: String -> String -> Int -> Insert a
- Database.Custom.SQLite3: unsafeTypedQuery :: () => String -> Query p a
+ Database.Custom.SQLite3: unsafeTypedQuery :: String -> Query p a
- Database.Custom.SQLite3: unsafeTypedUpdate :: () => String -> Update p
+ Database.Custom.SQLite3: unsafeTypedUpdate :: String -> Update p
- Database.Custom.SQLite3: unsafeUnique :: () => Relation p r -> UniqueRelation p c r
+ Database.Custom.SQLite3: unsafeUnique :: Relation p r -> UniqueRelation p c r
- Database.Custom.SQLite3: untypeChunkInsert :: () => Insert a -> String
+ Database.Custom.SQLite3: untypeChunkInsert :: Insert a -> String
- Database.Custom.SQLite3: untypeRelation :: () => Relation p r -> ConfigureQuery SubQuery
+ Database.Custom.SQLite3: untypeRelation :: Relation p r -> ConfigureQuery SubQuery
- Database.Custom.SQLite3: updateByConstraintKey :: () => Table r -> Key c r p -> KeyUpdate p r
+ Database.Custom.SQLite3: updateByConstraintKey :: Table r -> Key c r p -> KeyUpdate p r
- Database.Custom.SQLite3: updateOtherThanKeySQL :: () => Table r -> Pi r p -> String
+ Database.Custom.SQLite3: updateOtherThanKeySQL :: Table r -> Pi r p -> String
- Database.Custom.SQLite3: updateSQL :: () => Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
+ Database.Custom.SQLite3: updateSQL :: Config -> Table r -> (Record Flat r -> Assign r (PlaceHolders p)) -> String
- Database.Custom.SQLite3: updateTarget :: () => (Record Flat r -> Assign r ()) -> UpdateTarget () r
+ Database.Custom.SQLite3: updateTarget :: (Record Flat r -> Assign r ()) -> UpdateTarget () r
- Database.Custom.SQLite3: updateTarget' :: () => (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
+ Database.Custom.SQLite3: updateTarget' :: (Record Flat r -> Assign r (PlaceHolders p)) -> UpdateTarget p r
- Database.Relational.Schema.IBMDB2.Columns: insertQueryColumns :: forall p_a8Tq. Relation p_a8Tq Columns -> InsertQuery p_a8Tq
+ Database.Relational.Schema.IBMDB2.Columns: insertQueryColumns :: forall p_a6dL. Relation p_a6dL Columns -> InsertQuery p_a6dL
- Database.Relational.Schema.MySQL.Columns: insertQueryColumns :: forall p_aspf. Relation p_aspf Columns -> InsertQuery p_aspf
+ Database.Relational.Schema.MySQL.Columns: insertQueryColumns :: forall p_amh1. Relation p_amh1 Columns -> InsertQuery p_amh1
- Database.Relational.Schema.Oracle.TabColumns: insertQueryDbaTabColumns :: forall p_aBQq. Relation p_aBQq DbaTabColumns -> InsertQuery p_aBQq
+ Database.Relational.Schema.Oracle.TabColumns: insertQueryDbaTabColumns :: forall p_avQT. Relation p_avQT DbaTabColumns -> InsertQuery p_avQT
- Database.Relational.Schema.PostgreSQL.PgAttribute: insertQueryPgAttribute :: forall p_aL1x. Relation p_aL1x PgAttribute -> InsertQuery p_aL1x
+ Database.Relational.Schema.PostgreSQL.PgAttribute: insertQueryPgAttribute :: forall p_aEZf. Relation p_aEZf PgAttribute -> InsertQuery p_aEZf
- Database.Relational.Schema.PostgreSQL.PgType: insertQueryPgType :: forall p_aRB0. Relation p_aRB0 PgType -> InsertQuery p_aRB0
+ Database.Relational.Schema.PostgreSQL.PgType: insertQueryPgType :: forall p_aLQq. Relation p_aLQq PgType -> InsertQuery p_aLQq
- Database.Relational.Schema.SQLServer.Columns: insertQueryColumns :: forall p_aZUu. Relation p_aZUu Columns -> InsertQuery p_aZUu
+ Database.Relational.Schema.SQLServer.Columns: insertQueryColumns :: forall p_aU5G. Relation p_aU5G Columns -> InsertQuery p_aU5G
- Database.Relational.Schema.SQLServer.Types: insertQueryTypes :: forall p_a13Gu. Relation p_a13Gu Types -> InsertQuery p_a13Gu
+ Database.Relational.Schema.SQLServer.Types: insertQueryTypes :: forall p_aY3O. Relation p_aY3O Types -> InsertQuery p_aY3O
- Database.Relational.Schema.SQLite3.IndexInfo: insertQueryIndexInfo :: forall p_a173E. Relation p_a173E IndexInfo -> InsertQuery p_a173E
+ Database.Relational.Schema.SQLite3.IndexInfo: insertQueryIndexInfo :: forall p_a11wn. Relation p_a11wn IndexInfo -> InsertQuery p_a11wn
- Database.Relational.Schema.SQLite3.IndexList: insertQueryIndexList :: forall p_a17Zx. Relation p_a17Zx IndexList -> InsertQuery p_a17Zx
+ Database.Relational.Schema.SQLite3.IndexList: insertQueryIndexList :: forall p_a12w9. Relation p_a12w9 IndexList -> InsertQuery p_a12w9
- Database.Relational.Schema.SQLite3.TableInfo: insertQueryTableInfo :: forall p_a18VU. Relation p_a18VU TableInfo -> InsertQuery p_a18VU
+ Database.Relational.Schema.SQLite3.TableInfo: insertQueryTableInfo :: forall p_a13wv. Relation p_a13wv TableInfo -> InsertQuery p_a13wv
Files
- ChangeLog.md +4/−0
- relational-schemas.cabal +8/−3
- src/Database/Custom/IBMDB2.hs +2/−2
- src/Database/Custom/MySQL.hs +2/−2
- src/Database/Custom/Oracle.hs +2/−2
- src/Database/Custom/PostgreSQL.hs +2/−2
- src/Database/Custom/SQLServer.hs +2/−2
- src/Database/Custom/SQLite3.hs +2/−2
- src/Database/Relational/Schema/IBMDB2.hs +1/−1
- src/Database/Relational/Schema/PostgreSQL.hs +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ <!-- -*- Markdown -*- --> +## 0.1.8.1++- fix typo.+ ## 0.1.8.0 - update for GHC 8.8.x.
relational-schemas.cabal view
@@ -1,5 +1,5 @@ name: relational-schemas-version: 0.1.8.0+version: 0.1.8.1 synopsis: RDBMSs' schema templates for relational-query description: This package contains some RDBMSs' schema structure definitions. .@@ -16,11 +16,16 @@ license-file: LICENSE author: Kei Hibino, Shohei Murayama, Shohei Yasutake, Sho KURODA maintainer: ex8k.hibino@gmail.com, shohei.murayama@gmail.com, amutake.s@gmail.com, krdlab@gmail.com-copyright: Copyright (c) 2013-2019 Kei Hibino, 2013 Shohei Murayama, 2013 Shohei Yasutake, 2013 Sho KURODA+copyright: Copyright (c) 2013-2023 Kei Hibino, 2013 Shohei Murayama, 2013 Shohei Yasutake, 2013 Sho KURODA category: Database build-type: Simple cabal-version: >=1.10-tested-with: GHC == 8.8.1, GHC == 8.8.2+tested-with: GHC == 9.6.2+ , GHC == 9.4.6+ , GHC == 9.2.8+ , GHC == 9.0.2+ , GHC == 8.10.7+ , GHC == 8.8.1, GHC == 8.8.2 , GHC == 8.6.1, GHC == 8.6.2, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5 , GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3, GHC == 8.4.4 , GHC == 8.2.1, GHC == 8.2.2
src/Database/Custom/IBMDB2.hs view
@@ -33,13 +33,13 @@ -> Query p r -- ^ finalized query relationalQuery = relationalQuery_ config --- | Make 'Insert' from derived table and monadic builded 'Register' object.+-- | Make 'Insert' from derived table and monadic built 'Register' object. insertValue :: TableDerivable r => Register r (PlaceHolders p) -> Insert p insertValue = insertValue' config --- | Make 'Insert' from derived table and monadic builded 'Register' object with no(unit) placeholder.+-- | Make 'Insert' from derived table and monadic built 'Register' object with no(unit) placeholder. insertValueNoPH :: TableDerivable r => Register r () -> Insert ()
src/Database/Custom/MySQL.hs view
@@ -33,13 +33,13 @@ -> Query p r -- ^ finalized query relationalQuery = relationalQuery_ config --- | Make 'Insert' from derived table and monadic builded 'Register' object.+-- | Make 'Insert' from derived table and monadic built 'Register' object. insertValue :: TableDerivable r => Register r (PlaceHolders p) -> Insert p insertValue = insertValue' config --- | Make 'Insert' from derived table and monadic builded 'Register' object with no(unit) placeholder.+-- | Make 'Insert' from derived table and monadic built 'Register' object with no(unit) placeholder. insertValueNoPH :: TableDerivable r => Register r () -> Insert ()
src/Database/Custom/Oracle.hs view
@@ -33,13 +33,13 @@ -> Query p r -- ^ finalized query relationalQuery = relationalQuery_ config --- | Make 'Insert' from derived table and monadic builded 'Register' object.+-- | Make 'Insert' from derived table and monadic built 'Register' object. insertValue :: TableDerivable r => Register r (PlaceHolders p) -> Insert p insertValue = insertValue' config --- | Make 'Insert' from derived table and monadic builded 'Register' object with no(unit) placeholder.+-- | Make 'Insert' from derived table and monadic built 'Register' object with no(unit) placeholder. insertValueNoPH :: TableDerivable r => Register r () -> Insert ()
src/Database/Custom/PostgreSQL.hs view
@@ -33,13 +33,13 @@ -> Query p r -- ^ finalized query relationalQuery = relationalQuery_ config --- | Make 'Insert' from derived table and monadic builded 'Register' object.+-- | Make 'Insert' from derived table and monadic built 'Register' object. insertValue :: TableDerivable r => Register r (PlaceHolders p) -> Insert p insertValue = insertValue' config --- | Make 'Insert' from derived table and monadic builded 'Register' object with no(unit) placeholder.+-- | Make 'Insert' from derived table and monadic built 'Register' object with no(unit) placeholder. insertValueNoPH :: TableDerivable r => Register r () -> Insert ()
src/Database/Custom/SQLServer.hs view
@@ -33,13 +33,13 @@ -> Query p r -- ^ finalized query relationalQuery = relationalQuery_ config --- | Make 'Insert' from derived table and monadic builded 'Register' object.+-- | Make 'Insert' from derived table and monadic built 'Register' object. insertValue :: TableDerivable r => Register r (PlaceHolders p) -> Insert p insertValue = insertValue' config --- | Make 'Insert' from derived table and monadic builded 'Register' object with no(unit) placeholder.+-- | Make 'Insert' from derived table and monadic built 'Register' object with no(unit) placeholder. insertValueNoPH :: TableDerivable r => Register r () -> Insert ()
src/Database/Custom/SQLite3.hs view
@@ -33,13 +33,13 @@ -> Query p r -- ^ finalized query relationalQuery = relationalQuery_ config --- | Make 'Insert' from derived table and monadic builded 'Register' object.+-- | Make 'Insert' from derived table and monadic built 'Register' object. insertValue :: TableDerivable r => Register r (PlaceHolders p) -> Insert p insertValue = insertValue' config --- | Make 'Insert' from derived table and monadic builded 'Register' object with no(unit) placeholder.+-- | Make 'Insert' from derived table and monadic built 'Register' object with no(unit) placeholder. insertValueNoPH :: TableDerivable r => Register r () -> Insert ()
src/Database/Relational/Schema/IBMDB2.hs view
@@ -10,7 +10,7 @@ -- Portability : unknown -- -- This module implements queries to get--- table schema and table constraint informations+-- table schema and table constraint information -- from system catalog of IBM DB2. module Database.Relational.Schema.IBMDB2 ( module Database.Relational.Schema.IBMDB2.Config,
src/Database/Relational/Schema/PostgreSQL.hs view
@@ -10,7 +10,7 @@ -- Portability : unknown -- -- This module implements queries to get--- table schema and table constraint informations+-- table schema and table constraint information -- from system catalog of PostgreSQL. module Database.Relational.Schema.PostgreSQL ( module Database.Relational.Schema.PostgreSQL.Config,