JoinNullable

scalasql.core.JoinNullable
See theJoinNullable companion object
trait JoinNullable[Q]

Represents a set of nullable columns that come from a LEFT/RIGHT/OUTER JOIN clause.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def get: Q
def isEmpty[T](f: Q => Expr[T])(implicit qr: Queryable[Q, _]): Expr[Boolean]
def map[V](f: Q => V): JoinNullable[V]
def nonEmpty[T](f: Q => Expr[T])(implicit qr: Queryable[Q, _]): Expr[Boolean]