SqlStringLikeOp

dataprism.platform.sql.value.SqlStringOps.SqlStringLikeOp
case class SqlStringLikeOp[A]() extends BinOp[A, A, Boolean]

Attributes

Source
SqlStringOps.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BinOp[A, A, Boolean]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def ast: BinaryOperation

Attributes

Definition Classes
Source
SqlStringOps.scala
override def name: String

Attributes

Definition Classes
Source
SqlStringOps.scala
override def tpe(lhs: DbValue[A], rhs: DbValue[A]): Type[Boolean]

Attributes

Definition Classes
Source
SqlStringOps.scala

Inherited methods

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

Attributes

Inherited from:
BinOp
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product