SqliteJdbcContext

io.getquill.SqliteJdbcContext
class SqliteJdbcContext[+N <: NamingStrategy](val naming: N, val dataSource: DataSource) extends JdbcContext[SqliteDialect, N], SqliteJdbcContextBase[SqliteDialect, N]

Attributes

Graph
Supertypes
trait SqliteJdbcContextBase[SqliteDialect, N]
trait SqliteExecuteOverride[SqliteDialect, N]
trait SqliteJdbcTypes[SqliteDialect, N]
class JdbcContext[SqliteDialect, N]
trait ContextVerbTranslate[SqliteDialect, N]
trait ContextTranslateMacro[SqliteDialect, N]
trait ContextTranslateProto[SqliteDialect, N]
trait JdbcContextBase[SqliteDialect, N]
trait ContextVerbPrepareLambda[SqliteDialect, N]
trait JdbcContextVerbPrepare[SqliteDialect, N]
trait ContextVerbPrepare[SqliteDialect, N]
trait JdbcContextVerbExecute[SqliteDialect, N]
trait JdbcContextTypes[SqliteDialect, N]
trait Decoders
trait Encoders
trait SqlContext[SqliteDialect, N]
trait Context[SqliteDialect, N]
trait Closeable
trait AutoCloseable
trait EncodingDsl
trait LowPriorityImplicits
trait ProtoContextSecundus[SqliteDialect, N]
trait RowContext
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

case class BatchGroup(string: String, prepare: List[Prepare])

Attributes

Inherited from:
RowContext
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BatchGroupReturning(string: String, returningBehavior: ReturnAction, prepare: List[Prepare])

Attributes

Inherited from:
RowContext
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object InternalApi

Attributes

Inherited from:
Context
Supertypes
class Object
trait Matchable
class Any
case class JdbcDecoder[T](decoder: () => T) extends BaseDecoder[T]

Attributes

Inherited from:
Decoders
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericDecoder[ResultRow, Session, T, Specific]
trait (Int, ResultRow, Session) => T
class Object
trait Matchable
class Any
Show all
case class JdbcEncoder[T](sqlType: Int, encoder: () => T) extends BaseEncoder[T]

Attributes

Inherited from:
Encoders
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericEncoder[T, PrepareRow, Session]
trait (Int, T, PrepareRow, Session) => PrepareRow
class Object
trait Matchable
class Any
Show all
class JdbcNullChecker extends BaseNullChecker

Attributes

Inherited from:
JdbcContextTypes
Supertypes
trait GenericNullChecker[ResultRow, Session]
class Object
trait Matchable
class Any

Inherited types

type BaseDecoder[T] = GenericDecoder[ResultRow, Session, T, Specific]

Attributes

Inherited from:
EncodingDsl
type BaseEncoder[T] = GenericEncoder[T, PrepareRow, Session]

Attributes

Inherited from:
EncodingDsl
type BaseNullChecker = GenericNullChecker[ResultRow, Session]

Attributes

Inherited from:
EncodingDsl
type ColumnResolver = GenericColumnResolver[ResultRow]

Attributes

Inherited from:
EncodingDsl
type Decoder[T] = JdbcDecoder[T]

Attributes

Inherited from:
Decoders
type DecoderMethod[T] = (Int, ResultRow, Session) => T

Attributes

Inherited from:
EncodingDsl
type Encoder[T] = JdbcEncoder[T]

Attributes

Inherited from:
Encoders
type EncoderMethod[T] = (Int, T, PrepareRow, Session) => PrepareRow

Attributes

Inherited from:
EncodingDsl
type Extractor[T] = (ResultRow, Session) => T

Attributes

Inherited from:
RowContext
type Index = Int

Attributes

Inherited from:
JdbcContextTypes
override type NullChecker = JdbcNullChecker

Attributes

Inherited from:
JdbcContextTypes
type Prepare = (PrepareRow, Session) => (List[Any], PrepareRow)

Attributes

Inherited from:
RowContext
override type PrepareActionResult = Connection => Result[PreparedStatement]

Attributes

Inherited from:
JdbcContextBase
override type PrepareBatchActionResult = Connection => Result[List[PreparedStatement]]

Attributes

Inherited from:
JdbcContextBase
override type PrepareQueryResult = Connection => Result[PreparedStatement]

Attributes

Inherited from:
JdbcContextBase
type PrepareRow = PreparedStatement

Attributes

Inherited from:
JdbcContextTypes
override type Result[T] = T

Attributes

Inherited from:
JdbcContext
type ResultRow = ResultSet

Attributes

Inherited from:
JdbcContextTypes
type RowTyper[T] = GenericRowTyper[ResultRow, T]

Attributes

Inherited from:
EncodingDsl
override type RunActionResult = Long

Attributes

Inherited from:
JdbcContext
override type RunActionReturningResult[T] = T

Attributes

Inherited from:
JdbcContext
override type RunBatchActionResult = List[Long]

Attributes

Inherited from:
JdbcContext
override type RunBatchActionReturningResult[T] = List[T]

Attributes

Inherited from:
JdbcContext
override type RunQueryResult[T] = List[T]

Attributes

Inherited from:
JdbcContext
override type RunQuerySingleResult[T] = T

Attributes

Inherited from:
JdbcContext
override type Runner = Unit

Future class to hold things like ExecutionContext for Cassandra etc...

Future class to hold things like ExecutionContext for Cassandra etc...

Attributes

Inherited from:
JdbcContext
type RunnerBehavior <: RunnerSummoningBehavior

Attributes

Inherited from:
ContextTranslateMacro
type Session = Connection

Attributes

Inherited from:
JdbcContextTypes
override type TranslateResult[T] = T

Attributes

Inherited from:
ContextVerbTranslate
override type TranslateRunner = Unit

Attributes

Inherited from:
JdbcContext

Value members

Constructors

def this(naming: N, config: JdbcContextConfig)
def this(naming: N, config: Config)
def this(naming: N, configPrefix: String)

Inherited methods

inline def _summonPrepareRunner(): Runner

Attributes

Inherited from:
ContextVerbPrepare
inline def _summonTranslateRunner(): TranslateRunner

Internal API that cannot be made private due to how inline functions

Internal API that cannot be made private due to how inline functions

Attributes

Inherited from:
ContextTranslateMacro
override def close(): Unit

Attributes

Definition Classes
JdbcContext -> Context -> Closeable -> AutoCloseable
Inherited from:
JdbcContext
def constructPrepareAction(f: Connection => Result[PreparedStatement]): Connection => Result[PreparedStatement]

Attributes

Inherited from:
JdbcContextBase
def constructPrepareBatchAction(f: Connection => Result[List[PreparedStatement]]): Connection => Result[List[PreparedStatement]]

Attributes

Inherited from:
JdbcContextBase
def constructPrepareQuery(f: Connection => Result[PreparedStatement]): Connection => Result[PreparedStatement]

Attributes

Inherited from:
JdbcContextBase
override protected def context: Runner

Attributes

Definition Classes
JdbcContext -> Context
Inherited from:
JdbcContext
def decoder[T](f: ResultRow => Index => T): JdbcDecoder[T]

Attributes

Inherited from:
Decoders
def decoder[T](d: (Int, ResultRow, Session) => T): JdbcDecoder[T]

Attributes

Inherited from:
Decoders
def encoder[T](sqlType: Int, f: PrepareRow => (Index, T) => Unit): JdbcEncoder[T]

Attributes

Inherited from:
Encoders
def encoder[T](sqlType: Int, f: (Index, T, PrepareRow) => Unit): JdbcEncoder[T]

Attributes

Inherited from:
Encoders
override def executeAction(sql: String, prepare: Prepare)(info: ExecutionInfo, dc: Runner): Result[Long]

Attributes

Definition Classes
JdbcContextVerbExecute -> ProtoContextSecundus
Inherited from:
JdbcContextVerbExecute
override def executeActionReturning[O](sql: String, prepare: Prepare, extractor: () => O, returningBehavior: ReturnAction)(info: ExecutionInfo, dc: Runner): Result[O]

Attributes

Definition Classes
JdbcContextVerbExecute -> ProtoContextSecundus
Inherited from:
JdbcContextVerbExecute
override def executeActionReturningMany[O](sql: String, prepare: Prepare, extractor: () => O, returningBehavior: ReturnAction)(info: ExecutionInfo, dc: Runner): Result[List[O]]

Attributes

Definition Classes
JdbcContextVerbExecute -> ProtoContextSecundus
Inherited from:
JdbcContextVerbExecute
def executeBatchAction(groups: List[BatchGroup])(info: ExecutionInfo, dc: Runner): Result[List[Long]]

Attributes

Inherited from:
JdbcContextVerbExecute
override def executeBatchActionReturning[T](groups: List[BatchGroupReturning], extractor: () => T)(info: ExecutionInfo, dc: Runner): Result[List[T]]

Attributes

Definition Classes
SqliteExecuteOverride -> JdbcContextVerbExecute -> ProtoContextSecundus
Inherited from:
SqliteExecuteOverride
override def executeQuery[T](sql: String, prepare: Prepare, extractor: () => T)(info: ExecutionInfo, dc: Runner): Result[List[T]]

Attributes

Definition Classes
JdbcContextVerbExecute -> ProtoContextSecundus
Inherited from:
JdbcContextVerbExecute
override def executeQuerySingle[T](sql: String, prepare: Prepare, extractor: () => T)(info: ExecutionInfo, dc: Runner): Result[T]

Attributes

Definition Classes
JdbcContextVerbExecute -> ProtoContextSecundus
Inherited from:
JdbcContextVerbExecute
protected def handleSingleResult[T](sql: String, list: List[T]): T

Attributes

Inherited from:
Context
protected def handleSingleWrappedResult[T](sql: String, list: Result[List[T]]): Result[T]

Attributes

Inherited from:
JdbcContextVerbExecute
inline def lift[T](inline runtimeValue: T): T

Attributes

Inherited from:
Context
inline def liftQuery[U <: (Iterable), T](inline runtimeValue: U[T]): Query[T]

Attributes

Inherited from:
Context
protected def mappedBaseDecoder[Base, Mapped](mapped: MappedEncoding[Base, Mapped], decoder: () => Base): () => Mapped

Attributes

Inherited from:
EncodingDsl
protected def mappedBaseEncoder[Mapped, Base](mapped: MappedEncoding[Mapped, Base], encoder: () => Base): () => Mapped

Attributes

Inherited from:
EncodingDsl
def parseJdbcType(intType: Int): String

Parses instances of java.sql.Types to string form so it can be used in creation of sql arrays. Some databases does not support each of generic types, hence it's welcome to override this method and provide alternatives to non-existent types.

Parses instances of java.sql.Types to string form so it can be used in creation of sql arrays. Some databases does not support each of generic types, hence it's welcome to override this method and provide alternatives to non-existent types.

Value parameters

intType

one of java.sql.Types

Attributes

Returns

JDBC type in string form

Inherited from:
JdbcContextTypes
inline def prepare[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]]): PrepareBatchActionResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[E](inline quoted: Quoted[Action[E]]): PrepareActionResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[T](inline quoted: Quoted[T]): PrepareQueryResult

Attributes

Inherited from:
ContextVerbPrepare
inline def prepare[T](inline quoted: Quoted[Query[T]]): PrepareQueryResult

Attributes

Inherited from:
ContextVerbPrepare
def prepareAction(sql: String, prepare: Prepare)(executionInfo: ExecutionInfo, dc: Runner): PrepareActionResult

Attributes

Inherited from:
JdbcContextVerbPrepare
def prepareBatchAction(groups: List[BatchGroup])(executionInfo: ExecutionInfo, dc: Runner): PrepareBatchActionResult

Attributes

Inherited from:
JdbcContextVerbPrepare
final protected def prepareParam(param: Any): String

Attributes

Inherited from:
ContextTranslateProto
def prepareQuery(sql: String, prepare: Prepare)(executionInfo: ExecutionInfo, dc: Runner): PrepareQueryResult

Attributes

Inherited from:
JdbcContextVerbPrepare
def prepareSingle(sql: String, prepare: Prepare)(executionInfo: ExecutionInfo, dc: Runner): Connection => Result[PreparedStatement]

Attributes

Inherited from:
JdbcContextVerbPrepare
protected def prepareWithReturning(sql: String, conn: Connection, returningBehavior: ReturnAction): PreparedStatement

Attributes

Inherited from:
JdbcContextVerbExecute
def probe(sql: String): Try[Result[Boolean]]

Attributes

Inherited from:
JdbcContext
override def push[A, B](result: A)(f: A => B): B

Attributes

Definition Classes
JdbcContext -> ContextVerbTranslate -> ContextTranslateProto -> JdbcContextVerbPrepare -> JdbcContextVerbExecute
Inherited from:
JdbcContext
inline def run[I, T, A <: Action[I] & QAC[I, T]](inline quoted: Quoted[BatchAction[A]]): List[T]

Attributes

Inherited from:
JdbcContext
inline def run[I, T, A <: Action[I] & QAC[I, T]](inline quoted: Quoted[BatchAction[A]], rowsPerBatch: Int): List[T]

Attributes

Inherited from:
JdbcContext
inline def run[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]]): List[Long]

Attributes

Inherited from:
JdbcContext
inline def run[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]], rowsPerBatch: Int): List[Long]

Attributes

Inherited from:
JdbcContext
inline def run[E, T](inline quoted: Quoted[ActionReturning[E, List[T]]]): List[T]

Attributes

Inherited from:
JdbcContext
inline def run[E, T](inline quoted: Quoted[ActionReturning[E, T]]): T

Attributes

Inherited from:
JdbcContext
inline def run[E](inline quoted: Quoted[Action[E]]): Long

Attributes

Inherited from:
JdbcContext
inline def run[T](inline quoted: Quoted[T]): T

Attributes

Inherited from:
JdbcContext
inline def run[T](inline quoted: Quoted[Query[T]], inline wrap: OuterSelectWrap): List[T]

Attributes

Inherited from:
JdbcContext
inline def run[T](inline quoted: Quoted[Query[T]]): List[T]

Attributes

Inherited from:
JdbcContext
override def seq[A](list: List[A]): List[A]

Attributes

Definition Classes
JdbcContext -> ContextVerbTranslate -> ContextTranslateProto -> JdbcContextVerbPrepare -> JdbcContextVerbExecute
Inherited from:
JdbcContext
def transaction[T](f: => T): Result[T]

Attributes

Inherited from:
JdbcContext
inline def translate[I, T, A <: Action[I] & QAC[I, T]](inline quoted: Quoted[BatchAction[A]], inline prettyPrint: Boolean): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[I, T, A <: Action[I] & QAC[I, T]](inline quoted: Quoted[BatchAction[A]]): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]], inline prettyPrint: Boolean): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[I, A <: Action[I] & QAC[I, Nothing]](inline quoted: Quoted[BatchAction[A]]): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[E, T](inline quoted: Quoted[ActionReturning[E, T]], inline prettyPrint: Boolean): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[E, T](inline quoted: Quoted[ActionReturning[E, T]]): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[E](inline quoted: Quoted[Action[E]], inline prettyPrint: Boolean): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[E](inline quoted: Quoted[Action[E]]): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[T](inline quoted: Quoted[T], inline prettyPrint: Boolean): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[T](inline quoted: Quoted[T]): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[T](inline quoted: Quoted[Query[T]], inline prettyPrint: Boolean): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
inline def translate[T](inline quoted: Quoted[Query[T]]): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateMacro
def translateBatchQueryEndpoint(groups: List[BatchGroup], prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: TranslateRunner): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateProto
def translateBatchQueryReturningEndpoint(groups: List[BatchGroupReturning], prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: TranslateRunner): TranslateResult[List[String]]

Attributes

Inherited from:
ContextTranslateProto

Attributes

Inherited from:
JdbcContext
def translateQueryEndpoint[T](statement: String, prepare: Prepare, extractor: () => T, prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: TranslateRunner): TranslateResult[String]

Attributes

Inherited from:
ContextTranslateProto
protected def withConnection[T](f: Connection => Result[T]): Result[T]

Attributes

Inherited from:
JdbcContext
protected def withConnectionWrapped[T](f: Connection => T): Result[T]

Attributes

Inherited from:
JdbcContextVerbExecute
override def wrap[T](t: => T): T

Attributes

Definition Classes
JdbcContext -> ContextVerbTranslate -> ContextTranslateProto -> JdbcContextVerbPrepare -> JdbcContextVerbExecute
Inherited from:
JdbcContext

Concrete fields

val dataSource: DataSource
override val idiom: SqliteDialect
val naming: N

Inherited fields

protected val currentConnection: DynamicVariable[Option[Connection]]

Attributes

Inherited from:
JdbcContext
protected val dateTimeZone: TimeZone

Attributes

Inherited from:
JdbcContextTypes

Attributes

Inherited from:
RowContext
protected val identityPrepare: Prepare

Attributes

Inherited from:
RowContext

Extensions

Inherited extensions

extension [T](inline dynamicQuery: DynamicEntityQuery[T])
inline def insertValue(value: T): DynamicInsert[T]

Attributes

Inherited from:
Context
inline def updateValue(value: T): DynamicUpdate[T]

Attributes

Inherited from:
Context
extension [T](inline entity: EntityQuery[T])
inline def insertValue(inline value: T): Insert[T]

Attributes

Inherited from:
Context
inline def updateValue(inline value: T): Update[T]

Attributes

Inherited from:
Context
extension [T](inline q: Query[T])
inline def filterByKeys(inline map: Map[String, Any]): Query[T]

When using this with FilterColumns make sure it comes FIRST. Otherwise the columns are you filtering may have been nullified in the SQL before the filteration has actually happened.

When using this with FilterColumns make sure it comes FIRST. Otherwise the columns are you filtering may have been nullified in the SQL before the filteration has actually happened.

Attributes

Inherited from:
Context
inline def filterColumns(inline columns: List[String]): Query[T]

Attributes

Inherited from:
Context
extension [T](inline quotedEntity: Quoted[EntityQuery[T]])
inline def insertValue(inline value: T): Insert[T]

Attributes

Inherited from:
Context
inline def updateValue(inline value: T): Update[T]

Attributes

Inherited from:
Context

Implicits

Inherited implicits

implicit inline def anyValDecoder[Cls <: AnyVal]: Decoder[Cls]

Attributes

Inherited from:
LowPriorityImplicits
implicit inline def anyValEncoder[Cls <: AnyVal]: Encoder[Cls]

Attributes

Inherited from:
LowPriorityImplicits
implicit val bigDecimalDecoder: JdbcDecoder[BigDecimal]

Attributes

Inherited from:
Decoders
implicit val bigDecimalEncoder: JdbcEncoder[BigDecimal]

Attributes

Inherited from:
Encoders
implicit val booleanDecoder: JdbcDecoder[Boolean]

Attributes

Inherited from:
BooleanObjectEncoding
implicit val booleanEncoder: JdbcEncoder[Boolean]

Attributes

Inherited from:
BooleanObjectEncoding
implicit val byteArrayDecoder: JdbcDecoder[Array[Byte]]

Attributes

Inherited from:
Decoders
implicit val byteArrayEncoder: JdbcEncoder[Array[Byte]]

Attributes

Inherited from:
Encoders
implicit val byteDecoder: JdbcDecoder[Byte]

Attributes

Inherited from:
Decoders
implicit val byteEncoder: JdbcEncoder[Byte]

Attributes

Inherited from:
Encoders
implicit val dateDecoder: JdbcDecoder[Date]

Attributes

Inherited from:
Decoders
implicit val dateEncoder: JdbcEncoder[Date]

Attributes

Inherited from:
Encoders
implicit inline def dec[T]: GenericDecoder[ResultRow, Session, T, Generic]

Attributes

Inherited from:
Context
implicit val doubleDecoder: JdbcDecoder[Double]

Attributes

Inherited from:
Decoders
implicit val doubleEncoder: JdbcEncoder[Double]

Attributes

Inherited from:
Encoders
implicit val floatDecoder: JdbcDecoder[Float]

Attributes

Inherited from:
Decoders
implicit val floatEncoder: JdbcEncoder[Float]

Attributes

Inherited from:
Encoders
implicit val instantDecoder: JdbcDecoder[Instant]

Attributes

Inherited from:
BasicTimeDecoders
implicit val instantEncoder: JdbcEncoder[Instant]

Attributes

Inherited from:
BasicTimeEncoders
implicit val intDecoder: JdbcDecoder[Int]

Attributes

Inherited from:
Decoders
implicit val intEncoder: JdbcEncoder[Int]

Attributes

Inherited from:
Encoders
implicit val localDateDecoder: JdbcDecoder[LocalDate]

Attributes

Inherited from:
BasicTimeDecoders
implicit val localDateEncoder: JdbcEncoder[LocalDate]

Attributes

Inherited from:
BasicTimeEncoders
implicit val localDateTimeDecoder: JdbcDecoder[LocalDateTime]

Attributes

Inherited from:
BasicTimeDecoders
implicit val localDateTimeEncoder: JdbcEncoder[LocalDateTime]

Attributes

Inherited from:
BasicTimeEncoders
implicit val localTimeDecoder: JdbcDecoder[LocalTime]

Attributes

Inherited from:
BasicTimeDecoders
implicit val localTimeEncoder: JdbcEncoder[LocalTime]

Attributes

Inherited from:
BasicTimeEncoders
implicit val longDecoder: JdbcDecoder[Long]

Attributes

Inherited from:
Decoders
implicit val longEncoder: JdbcEncoder[Long]

Attributes

Inherited from:
Encoders
implicit def mappedDecoder[I, O](implicit mapped: MappedEncoding[I, O], d: JdbcDecoder[I]): JdbcDecoder[O]

Attributes

Inherited from:
Decoders
implicit override def mappedEncoder[I, O](implicit mapped: MappedEncoding[I, O], e: JdbcEncoder[O]): JdbcEncoder[I]

Attributes

Definition Classes
Encoders -> EncodingDsl
Inherited from:
Encoders

Attributes

Inherited from:
JdbcContextTypes
implicit val nullEncoder: JdbcEncoder[Null]

Attributes

Inherited from:
Encoders
implicit val offseDateTimeEncoder: JdbcEncoder[OffsetDateTime]

Attributes

Inherited from:
BasicTimeEncoders
implicit val offseTimeEncoder: JdbcEncoder[OffsetTime]

Attributes

Inherited from:
BasicTimeEncoders
implicit val offsetDateTimeDecoder: JdbcDecoder[OffsetDateTime]

Attributes

Inherited from:
BasicTimeDecoders
implicit val offsetTimeDecoder: JdbcDecoder[OffsetTime]

Attributes

Inherited from:
BasicTimeDecoders
implicit def optionDecoder[T](implicit d: JdbcDecoder[T]): JdbcDecoder[Option[T]]

Attributes

Inherited from:
Decoders
implicit def optionEncoder[T](implicit d: JdbcEncoder[T]): JdbcEncoder[Option[T]]

Attributes

Inherited from:
Encoders
implicit val shortDecoder: JdbcDecoder[Short]

Attributes

Inherited from:
Decoders
implicit val shortEncoder: JdbcEncoder[Short]

Attributes

Inherited from:
Encoders
implicit val sqlDateDecoder: JdbcDecoder[Date]

Attributes

Inherited from:
Decoders
implicit val sqlDateEncoder: JdbcEncoder[Date]

Attributes

Inherited from:
Encoders
implicit val sqlTimeDecoder: JdbcDecoder[Time]

Attributes

Inherited from:
Decoders
implicit val sqlTimeEncoder: JdbcEncoder[Time]

Attributes

Inherited from:
Encoders
implicit val sqlTimestampDecoder: JdbcDecoder[Timestamp]

Attributes

Inherited from:
Decoders
implicit val sqlTimestampEncoder: JdbcEncoder[Timestamp]

Attributes

Inherited from:
Encoders
implicit val stringDecoder: JdbcDecoder[String]

Attributes

Inherited from:
Decoders
implicit val stringEncoder: JdbcEncoder[String]

Attributes

Inherited from:
Encoders
implicit val uuidDecoder: JdbcDecoder[UUID]

Attributes

Inherited from:
UUIDObjectEncoding
implicit val uuidEncoder: JdbcEncoder[UUID]

Attributes

Inherited from:
UUIDObjectEncoding
implicit val zonedDateTimeDecoder: JdbcDecoder[ZonedDateTime]

Attributes

Inherited from:
BasicTimeDecoders
implicit val zonedDateTimeEncoder: JdbcEncoder[ZonedDateTime]

Attributes

Inherited from:
BasicTimeEncoders