SqlQueryPlatform
dataprism.platform.sql.SqlQueryPlatform
Attributes
- Source
- SqlQueryPlatform.scala
- Graph
-
- Supertypes
-
trait SqlOperationstrait SqlOperationsBasetrait SqlQueriestrait SqlQueriesBasetrait SqlValueSourcestrait SqlValueSourcesBasetrait SqlStringOpstrait SqlSimpleMathtrait SqlDbValuestrait SqlDbValuesBasetrait SqlQueryPlatformBasetrait QueryPlatformclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait DefaultCompleteSqltrait H2Platformtrait H2JdbcPlatformobject H2JdbcPlatformtrait MySqlPlatformtrait MySqlJdbcPlatformtrait MariaDbJdbcPlatformobject MariaDbJdbcPlatformtrait MySql57JdbcPlatformobject MySql57JdbcPlatformtrait MySql8JdbcPlatformobject MySql8JdbcPlatformtrait MariaDbPlatformtrait MySql57Platformtrait MySql8Platformtrait PostgresPlatformtrait PostgresJdbcPlatformobject PostgresJdbcPlatformtrait PostgresSkunkPlatformobject PostgresSkunkPlatformtrait SqlitePlatformtrait SqliteJdbcPlatformobject SqliteJdbcPlatformShow all
Members list
Type members
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
object DefaultSqlCaseCompanion
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait DefaultSqlCaseCompanion extends SqlCaseCompanion
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait DeleteUsingCapability
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_DeleteUsingCapabilityobject given_DeleteUsingCapability
trait DistinctOnCapability
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_DistinctOnCapabilityobject given_DistinctOnCapability
trait ExceptAllCapability
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait ExceptCapability
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_ExceptCapabilityobject given_ExceptCapabilityobject given_ExceptCapabilityobject given_ExceptCapabilityobject given_ExceptCapability
trait FullJoinCapability
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_FullJoinCapabilityobject given_FullJoinCapability
enum FundamentalBinOp[LHS, RHS, R](val name: String, op: BinaryOperation) extends BinOp[LHS, RHS, R]
Attributes
- Inherited from:
- SqlDbValues
- 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
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait IntOperation extends Operation[Int]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
-
Show all
trait IntersectAllCapability
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_IntersectAllCapabilityobject given_IntersectAllCapabilityobject given_IntersectAllCapability
trait IntersectCapability
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_IntersectCapabilityobject given_IntersectCapabilityobject given_IntersectCapabilityobject given_IntersectCapabilityobject given_IntersectCapability
trait LateralJoinCapability
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_LateralJoinCapabilityobject given_LateralJoinCapability
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
object Many extends ManyCompanion
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
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]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait IntOperationtrait ResultOperation[Res]trait SqlSelectOperation[Res]class SqlSelectOperationImpl[Res]Show all
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
case class QueryAstMetadata[A[_[_]]](ast: SelectAst[Codec], aliases: A[Const[String]], values: A[DbValue])
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
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 ResultOperation[Res[_[_]]](using val resApplyK: ApplyKC[Res], val resTraverseK: TraverseKC[Res]) extends Operation[Seq[Res[Id]]]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
trait SimpleSqlDbMath
Attributes
- Inherited from:
- SqlSimpleMath
- Source
- SqlSimpleMath.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
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 SqlCompile
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlCompileImplobject Compileobject Compileobject Compileobject Compiletrait SkunkCompileobject CompileShow all
trait SqlCompileImpl extends SqlCompile
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
- Known subtypes
enum SqlDbValue[A] extends SqlDbValueBaseImpl[A]
Attributes
- Inherited from:
- SqlDbValues
- 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 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 SqlDbValueBaseImpl[A] extends SqlDbValueBase[A]
Attributes
- Inherited from:
- SqlDbValues
- 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 SqlDbValueCompanion
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlDbValueCompanionImpl
trait SqlDbValueCompanionImpl extends SqlDbValueCompanion
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
trait SqlDbValueImpl extends SqlValuesBaseImpl
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
- Known subtypes
trait SqlDbValueImplApi
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlDeleteCompanion
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlDeleteCompanionImpl
class SqlDeleteCompanionImpl extends SqlDeleteCompanion
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlDeleteFromImpl[A]
class SqlDeleteFromImpl[A[_[_]]](val from: Table[Codec, A]) extends SqlDeleteFrom[A]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlDeleteFromUsingImpl[A[_[_]], B[_[_]]](val from: Table[Codec, A], val query: Query[B]) extends SqlDeleteFromUsing[A, B]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
trait SqlDeleteOperation[A[_[_]], B[_[_]]] extends IntOperation
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
-
class SqlDeleteOperationImpl[A[_[_]], B[_[_]]](val from: Table[Codec, A], val usingV: Option[Query[B]], val where: (A[DbValue], B[DbValue]) => DbValue[Boolean]) extends SqlDeleteOperation[A, B]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
trait SqlDeleteReturningOperation[A[_[_]], B[_[_]], C[_[_]]] extends ResultOperation[C]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
-
class SqlDeleteReturningOperationImpl[A[_[_]], B[_[_]], C[_[_]]](val from: Table[Codec, A], val usingV: Option[Query[B]], val where: (A[DbValue], B[DbValue]) => DbValue[Boolean], val returning: (A[DbValue], B[DbValue]) => C[DbValue])(implicit evidence$1: ApplyKC[C], evidence$2: TraverseKC[C]) extends SqlDeleteReturningOperation[A, B, C]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
object SqlFractional
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait SqlFractional[A] extends SqlNumeric[A], SqlFractionalBase[A]
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
trait SqlFractionalBase[A]trait SqlNumeric[A]trait SqlOrdered[A]trait SqlNumericBase[A]trait SqlOrderedBase[A]class Objecttrait Matchableclass AnyShow all
trait SqlFractionalBase[A] extends SqlNumericBase[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
- Known subtypes
-
trait SqlFractional[A]
trait SqlInsertCompanion
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlInsertCompanionImpl
class SqlInsertCompanionImpl extends SqlInsertCompanion
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlInsertIntoImpl[A]
class SqlInsertIntoImpl[A[_[_]]](val table: Table[Codec, A]) extends SqlInsertInto[A]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
trait SqlInsertOperation[A[_[_]], B[_[_]]] extends IntOperation
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
-
class SqlInsertOperationImpl[A[_[_]], B[_[_]]](val table: Table[Codec, A], val columns: (A[[X] =>> Column[Codec, X]]) => B[[X] =>> Column[Codec, X]], val values: Query[B], val conflictOn: (A[[Z] =>> Column[Codec, Z]]) => List[Column[Codec, _]], val onConflict: B[[Z] =>> (DbValue[Z], DbValue[Z]) => Option[DbValue[Z]]]) extends SqlInsertOperation[A, B]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
trait SqlInsertReturningOperation[A[_[_]], B[_[_]], C[_[_]]] extends ResultOperation[C]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
-
class SqlInsertReturningOperationImpl[A[_[_]], B[_[_]], C[_[_]]](val table: Table[Codec, A], val columns: (A[[X] =>> Column[Codec, X]]) => B[[X] =>> Column[Codec, X]], val values: Query[B], val conflictOn: (A[[Z] =>> Column[Codec, Z]]) => List[Column[Codec, _]], val onConflict: B[[Z] =>> (DbValue[Z], DbValue[Z]) => Option[DbValue[Z]]], val returning: (A[DbValue]) => C[DbValue])(implicit evidence$1: ApplyKC[C], evidence$2: TraverseKC[C]) extends SqlInsertReturningOperation[A, B, C]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
object SqlIntegral
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait SqlIntegral[A] extends SqlNumeric[A], SqlIntegralBase[A]
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
trait SqlIntegralBase[A]trait SqlNumeric[A]trait SqlOrdered[A]trait SqlNumericBase[A]trait SqlOrderedBase[A]class Objecttrait Matchableclass AnyShow all
trait SqlIntegralBase[A] extends SqlNumericBase[A]
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
- Known subtypes
-
trait SqlIntegral[A]
object SqlLogic
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait SqlLogic[A] extends SqlLogicBase[A]
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlLogic[A]
object SqlNumeric
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait SqlNumeric[A] extends SqlNumericBase[A], SqlOrdered[A]
Attributes
- Inherited from:
- SqlDbValues
- 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]
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 SqlOperationApi
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlOperationCompanion
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlOperationCompanionImpl extends SqlOperationCompanion
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
- Known subtypes
trait SqlOrdSeqBase extends OrdSeqBase
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
- Supertypes
- Known subtypes
object SqlOrdered
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait SqlOrdered[A](using n0: NullabilityOf[A]) extends SqlOrderedBase[A]
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.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 SqlQueriesImpl
Attributes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object SqlQuery
Attributes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.scala
- Supertypes
-
class Objecttrait Matchableclass Any
sealed trait SqlQuery[A[_[_]]] extends SqlQueryBase[A]
Attributes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.scala
- Supertypes
- Known subtypes
-
trait SqlQueryGrouped[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 SqlQueryApi
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlQueryBase[A[_[_]]] extends QueryBase[A]
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
- Known subtypes
-
trait SqlQuery[A]trait SqlQueryGrouped[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 SqlQueryCompanion
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlQueryCompanionImpl
trait SqlQueryCompanionImpl extends SqlQueryCompanion
Attributes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.scala
- Supertypes
trait SqlQueryGrouped[A[_[_]]] extends QueryGroupedBase[A], SqlQuery[A]
Attributes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.scala
- Supertypes
-
trait SqlQuery[A]trait SqlQueryBase[A]trait QueryGroupedBase[A]trait QueryBase[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait SqlSelectCompanion
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlSelectCompanionImpl
class SqlSelectCompanionImpl extends SqlSelectCompanion
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
trait SqlSelectOperation[Res[_[_]]] extends ResultOperation[Res]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
-
class SqlSelectOperationImpl[Res]
class SqlSelectOperationImpl[Res[_[_]]](val query: Query[Res]) extends SqlSelectOperation[Res], ResultOperation[Res]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
-
trait SqlSelectOperation[Res]trait ResultOperation[Res]class Objecttrait Matchableclass AnyShow all
object SqlString
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait SqlStringApi
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
case class SqlStringConcatOp[A]() extends BinOp[A, A, A]
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
trait SqlStringHexCapability
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_SqlStringHexCapabilityobject given_SqlStringHexCapability
trait SqlStringLeftCapability
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
case class SqlStringLikeOp[A]() extends BinOp[A, A, Boolean]
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
trait SqlStringLpadCapability
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlStringMd5Capability
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_SqlStringMd5Capabilityobject given_SqlStringMd5Capabilityobject given_SqlStringMd5Capability
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
case class SqlStringRegexMatchesOp[A]() extends BinOp[A, A, Boolean]
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlStringRightCapability
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlStringRpadCapability
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- SqlStringOps
- Source
- SqlStringOps.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlTaggedState
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class TaggedState
trait SqlUpdateCompanion
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlUpdateCompanionImpl
class SqlUpdateCompanionImpl extends SqlUpdateCompanion
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
trait SqlUpdateOperation[A[_[_]], B[_[_]], C[_[_]]] extends IntOperation
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
-
class SqlUpdateOperationImpl[A[_[_]], B[_[_]], C[_[_]]](val table: Table[Codec, A], val columns: (A[[X] =>> Column[Codec, X]]) => B[[X] =>> Column[Codec, X]], val from: Option[Query[C]], val setValues: (A[DbValue], C[DbValue]) => B[DbValue], val where: (A[DbValue], C[DbValue]) => DbValue[Boolean])(implicit evidence$1: ApplyKC[B], evidence$2: TraverseKC[B]) extends SqlUpdateOperation[A, B, C]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
trait SqlUpdateReturningOperation[A[_[_]], B[_[_]], C[_[_]], D[_[_]]] extends ResultOperation[D]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
-
class SqlUpdateReturningOperationImpl[A[_[_]], B[_[_]], C[_[_]], D[_[_]]](val table: Table[Codec, A], val columns: (A[[X] =>> Column[Codec, X]]) => B[[X] =>> Column[Codec, X]], val from: Option[Query[C]], val setValues: (A[DbValue], C[DbValue]) => B[DbValue], val where: (A[DbValue], C[DbValue]) => DbValue[Boolean], val returning: (A[DbValue], C[DbValue]) => D[DbValue])(implicit evidence$1: ApplyKC[B], evidence$2: TraverseKC[B], evidence$3: ApplyKC[D], evidence$4: TraverseKC[D]) extends SqlUpdateReturningOperation[A, B, C, D]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlUpdateTableImpl[A]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlUpdateTableFromImpl[A[_[_]], C[_[_]]](val table: Table[Codec, A], val from: Query[C]) extends SqlUpdateTableFrom[A, C]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlUpdateTableFromWhereImpl[A[_[_]], C[_[_]]](val table: Table[Codec, A], val from: Query[C], val where: (A[DbValue], C[DbValue]) => DbValue[Boolean]) extends SqlUpdateTableFromWhere[A, C]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
class SqlUpdateTableImpl[A[_[_]]](val table: Table[Codec, A]) extends SqlUpdateTable[A]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlUpdateTableWhereImpl[A]
class SqlUpdateTableWhereImpl[A[_[_]]](val table: Table[Codec, A], val where: (A[DbValue]) => DbValue[Boolean]) extends SqlUpdateTableWhere[A]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
- Supertypes
enum SqlValueSource[A[_[_]]] extends SqlValueSourceBase[A]
Attributes
- Inherited from:
- SqlValueSources
- Source
- SqlValueSources.scala
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalstrait SqlValueSourceBase[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
Attributes
- Inherited from:
- SqlValueSourcesBase
- Source
- SqlValueSourcesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait SqlValueSourceCompanion
Attributes
- Inherited from:
- SqlValueSourcesBase
- Source
- SqlValueSourcesBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ValueSource
trait SqlValueSourceCompanionImpl extends SqlValueSourceCompanion
Attributes
- Inherited from:
- SqlValueSources
- Source
- SqlValueSources.scala
- Supertypes
- Known subtypes
-
object ValueSource
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
trait UpdateFromCapability
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_UpdateFromCapabilityobject given_UpdateFromCapability
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.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
-
Attributes
- Inherited from:
- SqlValueSourcesBase
- Source
- SqlValueSourcesBase.scala
- Supertypes
Types
type Api <: SqlQueryApi & SqlDbValueApi & SqlDbValueImplApi & SqlStringApi & SqlQueryApi & SqlOperationApi & QueryApi
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
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlSimpleMath
- Source
- SqlSimpleMath.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.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:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
type UpdateReturningOperation[A[_[_]], B[_[_]], C[_[_]], D[_[_]]] <: SqlUpdateReturningOperation[A, B, C, D]
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- SqlValueSourcesBase
- Source
- SqlValueSourcesBase.scala
Attributes
- Inherited from:
- SqlValueSourcesBase
- Source
- SqlValueSourcesBase.scala
Value members
Inherited methods
protected def contramapUpdateReturning[Table, From, Res](f: MapUpdateReturning[Table, From, Res]): (Table, From) => Res
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.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:
- SqlOperationsBase
- Source
- SqlOperationsBase.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:
- SqlOperationsBase
- Source
- SqlOperationsBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlValueSourcesBase
- Source
- SqlValueSourcesBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Givens
Inherited givens
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlDeleteFromUsingLift[A[_[_]], B[_[_]]]: Lift[SqlDeleteFromUsingImpl[A, B], DeleteFromUsing[A, B]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlDeleteOperationLift[A[_[_]], B[_[_]]]: Lift[SqlDeleteOperationImpl[A, B], DeleteOperation[A, B]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlDeleteReturningOperationLift[A[_[_]], B[_[_]], C[_[_]]]: Lift[SqlDeleteReturningOperationImpl[A, B, C], DeleteReturningOperation[A, B, C]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlInsertOperationLift[A[_[_]], B[_[_]]]: Lift[SqlInsertOperationImpl[A, B], InsertOperation[A, B]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlInsertReturningOperationLift[A[_[_]], B[_[_]], C[_[_]]]: Lift[SqlInsertReturningOperationImpl[A, B, C], InsertReturningOperation[A, B, C]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlUpdateOperationLift[A[_[_]], B[_[_]], C[_[_]]]: Lift[SqlUpdateOperationImpl[A, B, C], UpdateOperation[A, B, C]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlUpdateReturningOperationLift[A[_[_]], B[_[_]], C[_[_]], D[_[_]]]: Lift[SqlUpdateReturningOperationImpl[A, B, C, D], UpdateReturningOperation[A, B, C, D]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlUpdateTableFromLift[A[_[_]], C[_[_]]]: Lift[SqlUpdateTableFromImpl[A, C], UpdateTableFrom[A, C]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
given sqlUpdateTableFromWhereLift[A[_[_]], C[_[_]]]: Lift[SqlUpdateTableFromWhereImpl[A, C], UpdateTableFromWhere[A, C]]
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Attributes
- Inherited from:
- SqlOperations
- Source
- SqlOperations.scala
Extensions
Inherited extensions
extension [A](optVal: DbValue[Option[A]])(using ev: NotGiven[A <:< Option[_]])
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
extension [A](query: Query[[F[_]] =>> F[A]])
Attributes
- Definition Classes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.scala
extension [A[_[_]]](sqlQuery: SqlQuery[A])
Attributes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.scala
extension [A[_[_]]](sqlQuery: SqlQueryGrouped[A])
Attributes
- Inherited from:
- SqlQueries
- Source
- SqlQueries.scala
extension [A[_[_]]](sqlValueSource: SqlValueSource[A])
Attributes
- Inherited from:
- SqlValueSources
- Source
- SqlValueSources.scala
extension [A](t: CastType[A])
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
extension [T](t: T)(using mr: MapRes[Many, T])
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
extension [T](t: T)(using mr: MapRes[Compose2[DbValue, Option], T])
Attributes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.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
extension [A](v: A)
Attributes
- Definition Classes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
Attributes
- Definition Classes
- Inherited from:
- SqlDbValues
- Source
- SqlDbValues.scala
In this article