SqlOperationsBase
 dataprism.platform.sql.SqlOperationsBase
  trait SqlOperationsBase extends SqlQueryPlatformBase, SqlQueriesBase
 
Attributes
- Source
- SqlOperationsBase.scala
- Graph
- 
    
- Supertypes
- 
    trait SqlQueriesBasetrait SqlDbValuesBasetrait SqlQueryPlatformBasetrait QueryPlatformclass Objecttrait Matchableclass AnyShow all
- Known subtypes
- 
    trait SqlMergeOperationstrait H2Platformtrait H2JdbcPlatformobject H2JdbcPlatformtrait PostgresPlatformtrait PostgresJdbcPlatformobject PostgresJdbcPlatformtrait PostgresSkunkPlatformobject PostgresSkunkPlatformtrait SqlOperationstrait DefaultSqlOperationstrait MySqlPlatformtrait MySqlJdbcPlatformtrait MariaDbJdbcPlatformobject MariaDbJdbcPlatformtrait MySql57JdbcPlatformobject MySql57JdbcPlatformtrait MySql8JdbcPlatformobject MySql8JdbcPlatformtrait MariaDbPlatformtrait MySql57Platformtrait MySql8Platformtrait SqlitePlatformtrait SqliteJdbcPlatformobject SqliteJdbcPlatformtrait SqlQueryPlatformtrait DefaultCompleteSqlShow all
- Self type
Members list
Type members
Classlikes
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
            trait DeleteUsingCapability
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               object given_DeleteUsingCapabilityobject given_DeleteUsingCapability
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
            trait IntOperation extends Operation[Int]
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
- 
               Show all
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               trait IntOperationtrait ResultOperation[Res]trait SqlSelectOperation[Res]class SqlSelectOperationImpl[Res]Show all
            trait ResultOperation[Res[_[_]]](using val resApplyK: ApplyKC[Res], val resTraverseK: TraverseKC[Res]) extends Operation[Seq[Res[Id]]]
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
            trait SqlCompile
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               trait SqlCompileImplobject Compileobject Compileobject Compileobject Compiletrait SkunkCompileobject CompileShow all
            trait SqlDeleteCompanion
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class SqlDeleteCompanionImpl
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class SqlDeleteFromImpl[A]
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               
            trait SqlDeleteOperation[A[_[_]], B[_[_]]] extends IntOperation
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
- 
               
            trait SqlDeleteReturningOperation[A[_[_]], B[_[_]], C[_[_]]] extends ResultOperation[C]
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
- 
               
            trait SqlInsertCompanion
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class SqlInsertCompanionImpl
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class SqlInsertIntoImpl[A]
            trait SqlInsertOperation[A[_[_]], B[_[_]]] extends IntOperation
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
- 
               
            trait SqlInsertReturningOperation[A[_[_]], B[_[_]], C[_[_]]] extends ResultOperation[C]
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
- 
               
            trait SqlOperationApi
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
            trait SqlOperationCompanion
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
            trait SqlSelectCompanion
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class SqlSelectCompanionImpl
            trait SqlSelectOperation[Res[_[_]]] extends ResultOperation[Res]
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
- 
               class SqlSelectOperationImpl[Res]
            trait SqlUpdateCompanion
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class SqlUpdateCompanionImpl
            trait SqlUpdateOperation[A[_[_]], B[_[_]], C[_[_]]] extends IntOperation
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
- 
               
            trait SqlUpdateReturningOperation[A[_[_]], B[_[_]], C[_[_]], D[_[_]]] extends ResultOperation[D]
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- Known subtypes
- 
               
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class SqlUpdateTableImpl[A]
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class SqlUpdateTableWhereImpl[A]
            trait UpdateFromCapability
           
          Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               object given_UpdateFromCapabilityobject given_UpdateFromCapability
Attributes
- Source
- SqlOperationsBase.scala
- Supertypes
- 
               class Objecttrait Matchableclass Any
- 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 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
            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
            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
            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 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 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 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
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
            type UpdateReturningOperation[A[_[_]], B[_[_]], C[_[_]], D[_[_]]] <: SqlUpdateReturningOperation[A, B, C, D]
           
          Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.scala
Attributes
- Source
- SqlOperationsBase.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
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.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:
- 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:
- 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:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.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:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Value members
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:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- QueryPlatform
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- SqlQueryPlatformBase
- Source
- SqlQueryPlatformBase.scala
Givens
Inherited givens
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.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:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.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:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.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:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Extensions
Inherited extensions
         extension [A](optVal: DbValue[Option[A]])(using ev: NotGiven[A <:< Option[_]])
         
          
          
           
           
            
            
             
              
              
            
           
          
         
         
          
          
           
           
            
            
             
              
              
            
           
          
         
         
          
          
           
           
            
            
             
              
              
            
           
          
         
         
          
          
           
           
            
            
             
              
              
            
           
          
         
         
          
          
           
           
            
            
             
              
              
            
           
          
         
         
          
          
           
           
            
            
             
              
              
            
           
          
         
         
          
          
           
           
            
            
             
              
              
            
           
          
         
         
          
          
           
           
            
            
             
              
              
            
           
          
         
        
        Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.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:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
         extension [A](query: Query[[F[_]] =>> F[A]])
         
          
          
           
           
            
            
             
              
              
            
           
          
         
        
        Attributes
- Inherited from:
- SqlQueriesBase
- Source
- SqlQueriesBase.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:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
         extension [T](t: T)(using mr: MapRes[Compose2[DbValue, Option], T])
         
          
          
           
           
            
            
             
              
              
            
           
          
         
        
        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
         extension [A](v: A)
         
          
          
           
           
            
            
             
              
              
            
           
          
         
         
          
          
           
           
            
            
             
              
              
            
           
          
         
        
       Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- SqlDbValuesBase
- Source
- SqlDbValuesBase.scala
In this article