SqlBitwiseNotOp

dataprism.platform.sql.value.SqlBitwiseOps.SqlBitwiseNotOp
case class SqlBitwiseNotOp[A](bitwise: SqlBitwise[A]) extends UnaryOp[A, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait UnaryOp[A, A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def ast: UnaryOperation

Attributes

Definition Classes
override def name: String

Attributes

Definition Classes
override def tpe(v: DbValue[A]): Type[A]

Attributes

Definition Classes

Inherited methods

def nullable(using NotGiven[A <:< Option[_]], NotGiven[A <:< Option[_]]): SqlDbValuesBase.this.UnaryOp[Option[A], Option[A]]

Attributes

Inherited from:
UnaryOp

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product