Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c brelational-schemas Database.Custom.Oracle Unsafely show number into string-like type in records.
showNumMaybe :: (SqlContext c, Num a, IsString b) => Record c (Maybe a) -> Record c (Maybe b)relational-schemas Database.Custom.Oracle Unsafely show number into string-like type in records.
unsafeSpecifyNumber :: Binding r s i => i -> Number r irelational-schemas Database.Custom.Oracle Unsafely specify sequence number.
updateNumber :: (PersistableWidth s, Integral i, LiteralSQL i) => i -> Sequence s i -> Update ()relational-schemas Database.Custom.Oracle Update statement for sequence table
-
relational-schemas Database.Custom.Oracle Update statement for sequence table
extractNumber :: Number r i -> irelational-schemas Database.Custom.PostgreSQL Get untyped sequence number.
rowNumber :: Integral a => Record OverWindow arelational-schemas Database.Custom.PostgreSQL ROW_NUMBER() term.
showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c brelational-schemas Database.Custom.PostgreSQL Unsafely show number into string-like type in records.
showNumMaybe :: (SqlContext c, Num a, IsString b) => Record c (Maybe a) -> Record c (Maybe b)relational-schemas Database.Custom.PostgreSQL Unsafely show number into string-like type in records.
unsafeSpecifyNumber :: Binding r s i => i -> Number r irelational-schemas Database.Custom.PostgreSQL Unsafely specify sequence number.