Hoogle Search
Within LTS Haskell 24.20 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.<< ) :: Field (SqlRange a) -> Field (SqlRange a) -> Field SqlBoolopaleye Opaleye.Operators No documentation available.
(
.<= ) :: SqlOrd a => Field a -> Field a -> Field SqlBoolopaleye Opaleye.Operators No documentation available.
(
.<@ ) :: Field SqlJsonb -> Field SqlJsonb -> Field SqlBoolopaleye Opaleye.Operators Is the left JSON value contained within the right value?
(
.== ) :: Field a -> Field a -> Field SqlBoolopaleye Opaleye.Operators No documentation available.
(
.=== ) :: Default EqPP fields fields => fields -> fields -> Field SqlBoolopaleye Opaleye.Operators A polymorphic equality operator that works for all types that you have run makeAdaptorAndInstanceInferrable on. This may be unified with .== in a future version.
(
.> ) :: SqlOrd a => Field a -> Field a -> Field SqlBoolopaleye Opaleye.Operators No documentation available.
(
.>= ) :: SqlOrd a => Field a -> Field a -> Field SqlBoolopaleye Opaleye.Operators No documentation available.
(
.>> ) :: Field (SqlRange a) -> Field (SqlRange a) -> Field SqlBoolopaleye Opaleye.Operators No documentation available.
(
.? ) :: Field SqlJsonb -> Field SqlText -> Field SqlBoolopaleye Opaleye.Operators Does the key/element string exist within the JSON value?
(
.?& ) :: Field SqlJsonb -> Field (SqlArray SqlText) -> Field SqlBoolopaleye Opaleye.Operators Do all of these key/element strings exist?