SqlDbValues
dataprism.platform.sql.value.SqlDbValues
opaque trait SqlDbValues extends SqlDbValuesBase
Attributes
- Source
- SqlDbValues.scala
- Graph
-
- Supertypes
-
trait SqlDbValuesBasetrait SqlQueryPlatformBasetrait QueryPlatformclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait SqlQueryPlatformtrait DefaultCompleteSqltrait H2Platformtrait H2JdbcPlatformobject H2JdbcPlatformtrait MySqlPlatformtrait MySqlJdbcPlatformtrait MariaDbJdbcPlatformobject MariaDbJdbcPlatformtrait MySql57JdbcPlatformobject MySql57JdbcPlatformtrait MySql8JdbcPlatformobject MySql8JdbcPlatformtrait MariaDbPlatformtrait MySql57Platformtrait MySql8Platformtrait PostgresPlatformtrait PostgresJdbcPlatformobject PostgresJdbcPlatformtrait PostgresSkunkPlatformobject PostgresSkunkPlatformtrait SqlitePlatformtrait SqliteJdbcPlatformobject SqliteJdbcPlatformShow all
- Self type
Members list
Type members
Classlikes
object DefaultSqlCaseCompanion
Attributes
- Companion
- trait
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
trait DefaultSqlCaseCompanion extends SqlCaseCompanion
Attributes
- Companion
- object
- Source
- SqlDbValues.scala
- Supertypes
enum FundamentalBinOp[LHS, RHS, R](val name: String, op: BinaryOperation) extends BinOp[LHS, RHS, R]
Attributes
- Source
- SqlDbValues.scala
- Supertypes
- Known subtypes
-
case Eq[A]case Neq[A]case LessThan[A]case LessOrEqual[A]case GreaterThan[A]case GreaterOrEqual[A]case And[A]case Or[A]case Plus[A]case Minus[A]case Multiply[A]case Divide[A]case Remainder[A]Show all
enum FundamentalUnaryOp[V, R](val name: String, op: UnaryOperation) extends UnaryOp[V, R]
Attributes
- Source
- SqlDbValues.scala
- Supertypes
- Known subtypes
object Many extends ManyCompanion
Attributes
- Source
- SqlDbValues.scala
- Supertypes
- Self type
-
Many.type
enum SqlDbValue[A] extends SqlDbValueBaseImpl[A]
Attributes
- Source
- SqlDbValues.scala
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalstrait SqlDbValueBaseImpl[A]trait SqlDbValueBase[A]trait DbValueBase[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
trait SqlDbValueBaseImpl[A] extends SqlDbValueBase[A]
Attributes
- Source
- SqlDbValues.scala
- Supertypes
- Known subtypes
-
enum SqlDbValue[A]case JoinNullable[B]case AsSome[B]case Null[B]case IsNull[B]case IsNotNull[B]Show all
trait SqlDbValueCompanionImpl extends SqlDbValueCompanion
Attributes
- Source
- SqlDbValues.scala
- Supertypes
trait SqlDbValueImpl extends SqlValuesBaseImpl
Attributes
- Source
- SqlDbValues.scala
- Supertypes
- Known subtypes
trait SqlDbValueImplApi
Attributes
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object SqlFractional
Attributes
- Companion
- trait
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlFractional.type
trait SqlFractional[A] extends SqlNumeric[A], SqlFractionalBase[A]
Attributes
- Companion
- object
- Source
- SqlDbValues.scala
- Supertypes
-
trait SqlFractionalBase[A]trait SqlNumeric[A]trait SqlOrdered[A]trait SqlNumericBase[A]trait SqlOrderedBase[A]class Objecttrait Matchableclass AnyShow all
object SqlIntegral
Attributes
- Companion
- trait
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlIntegral.type
trait SqlIntegral[A] extends SqlNumeric[A], SqlIntegralBase[A]
Attributes
- Companion
- object
- Source
- SqlDbValues.scala
- Supertypes
-
trait SqlIntegralBase[A]trait SqlNumeric[A]trait SqlOrdered[A]trait SqlNumericBase[A]trait SqlOrderedBase[A]class Objecttrait Matchableclass AnyShow all
object SqlLogic
Attributes
- Companion
- trait
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlLogic.type
trait SqlLogic[A] extends SqlLogicBase[A]
Attributes
- Companion
- object
- Source
- SqlDbValues.scala
- Supertypes
object SqlNumeric
Attributes
- Companion
- trait
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlNumeric.type
trait SqlNumeric[A] extends SqlNumericBase[A], SqlOrdered[A]
Attributes
- Companion
- object
- Source
- SqlDbValues.scala
- Supertypes
-
trait SqlOrdered[A]trait SqlNumericBase[A]trait SqlOrderedBase[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait SqlFractional[A]trait SqlIntegral[A]
object SqlOrdered
Attributes
- Companion
- trait
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlOrdered.type
trait SqlOrdered[A](using n0: NullabilityOf[A]) extends SqlOrderedBase[A]
Attributes
- Companion
- object
- Source
- SqlDbValues.scala
- Supertypes
- Known subtypes
Inherited classlikes
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
case Eq[A]case Neq[A]case LessThan[A]case LessOrEqual[A]case GreaterThan[A]case GreaterOrEqual[A]case And[A]case Or[A]case Plus[A]case Minus[A]case Multiply[A]case Divide[A]case Remainder[A]enum SqlBitwiseBinOp[A]case And[A]case Or[A]case Xor[A]class SqlStringConcatOp[A]class SqlStringLikeOp[A]class SqlStringRegexMatchesOp[A]Show all
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DefaultConditionCase[A]
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlDbValueBase[A]trait SqlDbValueBaseImpl[A]enum SqlDbValue[A]case JoinNullable[B]case AsSome[B]case Null[B]case IsNull[B]case IsNotNull[B]Show all
trait FullJoinCapability
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_FullJoinCapabilityobject given_FullJoinCapability
object Lift
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait ManyCompanion
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Many
object Nullability
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait Nullability[A] extends NullabilityBase[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait Nullability[A]
trait OrdSeqBase
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait QueryApi
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait QueryGroupedBase[A]trait SqlQueryGrouped[A]trait SqlQueryBase[A]trait SqlQuery[A]class SqlQueryDistinctStage[A]class SqlQueryFromStage[A]class SqlQueryLimitOffsetStage[A]class SqlQueryOrderedStage[A]class SqlQuerySetOperations[A]class SqlQueryValues[A]class SqlQueryWithoutFrom[A]Show all
trait QueryGroupedBase[A[_[_]]] extends QueryBase[A]
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
- Known subtypes
-
trait SqlQueryGrouped[A]
trait SqlBaseImpl
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlCaseCompanion
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait DefaultSqlCaseCompanion
trait SqlDbValueApi
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlDbValueBase[A] extends DbValueBase[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
- Known subtypes
-
trait SqlDbValueBaseImpl[A]enum SqlDbValue[A]case JoinNullable[B]case AsSome[B]case Null[B]case IsNull[B]case IsNotNull[B]Show all
trait SqlDbValueCompanion
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlDbValueCompanionImpl
trait SqlFractionalBase[A] extends SqlNumericBase[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
- Known subtypes
-
trait SqlFractional[A]
trait SqlIntegralBase[A] extends SqlNumericBase[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
- Known subtypes
-
trait SqlIntegral[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlLogic[A]
trait SqlNumericBase[A] extends SqlOrderedBase[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
- Known subtypes
-
trait SqlFractionalBase[A]trait SqlFractional[A]trait SqlIntegralBase[A]trait SqlIntegral[A]trait SqlNumeric[A]
trait SqlOrdSeqBase extends OrdSeqBase
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlNumericBase[A]trait SqlFractionalBase[A]trait SqlFractional[A]trait SqlIntegralBase[A]trait SqlIntegral[A]trait SqlNumeric[A]trait SqlOrdered[A]Show all
trait SqlTaggedState
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class TaggedState
trait SqlValuesBaseImpl
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlDbValueImpltrait DefaultCompleteImplobject Implobject Implobject Implobject Implobject Implobject Implobject ImplShow all
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DefaultValueCase0[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Types
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Inherited types
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
type DbMath
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
type InFilterCapability
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
type InGroupByCapability
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
type InHavingCapability
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
type InMapCapability
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
type InOrderByCapability
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
type QueryCompanion
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Value members
Abstract methods
Attributes
- Source
- SqlDbValues.scala
Inherited methods
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Inherited fields
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Givens
Givens
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Extensions
Extensions
extension [A](optVal: DbValue[Option[A]])(using ev: NotGiven[A <:< Option[_]])
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
Attributes
- Source
- SqlDbValues.scala
extension [T](t: T)(using mr: MapRes[Compose2[DbValue, Option], T])
Attributes
- Source
- SqlDbValues.scala
extension [A](v: A)
Attributes
- Definition Classes
- Source
- SqlDbValues.scala
Attributes
- Definition Classes
- Source
- SqlDbValues.scala
Inherited extensions
extension [A](t: CastType[A])
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
extension [A](tpe: Codec[A])
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
extension [A](tpe: Type[A])
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
extension [A](tpe: Type[A])
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
extension [A](tpe: Type[Option[A]])
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
In this article