oxygen.sql.query
  package oxygen.sql.query
 
Members list
Packages
           package oxygen.sql.query.dsl
          
         Type members
Classlikes
Attributes
- Companion
 - object
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            object BatchOptimizedInsert
           
          Attributes
- Companion
 - class
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               BatchOptimizedInsert.type
 
Attributes
- Supertypes
 - 
               class Objecttrait Matchableclass Any
 
            object PostgresCRUDRepo
           
          Attributes
- Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Self type
 - 
               PostgresCRUDRepo.type
 
            object PreparedStatement
           
          Attributes
- Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Self type
 - 
               PreparedStatement.type
 
            final class Query(val ctx: QueryContext, val encoder: Option[InputEncoder[Any]]) extends QueryLike
           
          
            object Query
           
          
            final case class QueryContext(queryName: String, sql: String, queryType: QueryType, mainTable: Option[TableRepr[_]], constParams: Seq[(String, String)])
           
          Attributes
- Companion
 - object
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            object QueryContext
           
          Attributes
- Companion
 - class
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               QueryContext.type
 
            final class QueryI[I](val ctx: QueryContext, val encoder: InputEncoder[I]) extends QueryLike
           
          
            object QueryI
           
          
            final class QueryIO[I, O](val ctx: QueryContext, val encoder: InputEncoder[I], val decoder: ResultDecoder[O]) extends QueryLike
           
          
            object QueryIO
           
          
            final class QueryO[O](val ctx: QueryContext, val encoder: Option[InputEncoder[Any]], val decoder: ResultDecoder[O]) extends QueryLike
           
          
            object QueryO
           
          
            object QueryResult
           
          Attributes
- Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Self type
 - 
               QueryResult.type
 
Attributes
- Companion
 - object
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 
            object TableCompanion
           
          Attributes
- Companion
 - class
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Self type
 - 
               TableCompanion.type
 
In this article