Class

io.getquill.SqlServerZioJdbcContext

Underlying

Related Doc: package SqlServerZioJdbcContext

Permalink

class Underlying[N <: NamingStrategy] extends ZioJdbcUnderlyingContext[SQLServerDialect, N] with SqlServerJdbcTypes[N] with SqlServerExecuteOverride[N]

Linear Supertypes
SqlServerExecuteOverride[N], SqlServerJdbcTypes[N], UUIDStringEncoding, BooleanObjectEncoding, ZioJdbcUnderlyingContext[SQLServerDialect, N], ZioTranslateContext, ContextTranslateMacro, ContextTranslateProto, ZioPrepareContext[SQLServerDialect, N], ContextVerbPrepare, JdbcContextVerbExecute[SQLServerDialect, N], JdbcContextTypes[SQLServerDialect, N], Decoders, Encoders, SqlContext[SQLServerDialect, N], SqlDsl, ZioContext[SQLServerDialect, N], ContextVerbStream[SQLServerDialect, N], Context[SQLServerDialect, N], CoreDsl, DynamicQueryDsl, MetaDsl, MetaDslLowPriorityImplicits, EncodingDsl, LowPriorityImplicits, QuotationDsl, QueryDsl, OrdDsl, InfixDsl, Closeable, AutoCloseable, RowContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Underlying
  2. SqlServerExecuteOverride
  3. SqlServerJdbcTypes
  4. UUIDStringEncoding
  5. BooleanObjectEncoding
  6. ZioJdbcUnderlyingContext
  7. ZioTranslateContext
  8. ContextTranslateMacro
  9. ContextTranslateProto
  10. ZioPrepareContext
  11. ContextVerbPrepare
  12. JdbcContextVerbExecute
  13. JdbcContextTypes
  14. Decoders
  15. Encoders
  16. SqlContext
  17. SqlDsl
  18. ZioContext
  19. ContextVerbStream
  20. Context
  21. CoreDsl
  22. DynamicQueryDsl
  23. MetaDsl
  24. MetaDslLowPriorityImplicits
  25. EncodingDsl
  26. LowPriorityImplicits
  27. QuotationDsl
  28. QueryDsl
  29. OrdDsl
  30. InfixDsl
  31. Closeable
  32. AutoCloseable
  33. RowContext
  34. AnyRef
  35. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Underlying(naming: N)

    Permalink

Type Members

  1. type BaseDecoder[T] = (Index, ResultRow, Session) ⇒ T

    Permalink
    Definition Classes
    EncodingDsl
  2. type BaseEncoder[T] = (Index, T, PrepareRow, Session) ⇒ PrepareRow

    Permalink
    Definition Classes
    EncodingDsl
  3. case class BatchGroup extends Product with Serializable

    Permalink
    Definition Classes
    RowContext
  4. case class BatchGroupReturning extends Product with Serializable

    Permalink
    Definition Classes
    RowContext
  5. type Decoder[T] = JdbcDecoder[T]

    Permalink
    Definition Classes
    Decoders
  6. sealed trait DynamicAction[A <: Action[_]] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  7. case class DynamicActionReturning[E, Output] extends dsl.CoreDsl.DynamicAction[ActionReturning[E, Output]] with Product with Serializable

    Permalink
    Definition Classes
    DynamicQueryDsl
  8. case class DynamicAlias[T] extends Product with Serializable

    Permalink
    Definition Classes
    DynamicQueryDsl
  9. case class DynamicDelete[E] extends dsl.CoreDsl.DynamicAction[Delete[E]] with Product with Serializable

    Permalink
    Definition Classes
    DynamicQueryDsl
  10. case class DynamicEntityQuery[T] extends dsl.CoreDsl.DynamicQuery[T] with Product with Serializable

    Permalink
    Definition Classes
    DynamicQueryDsl
  11. trait DynamicInsert[E] extends dsl.CoreDsl.DynamicAction[Insert[E]]

    Permalink
    Definition Classes
    DynamicQueryDsl
  12. case class DynamicJoinQuery[A, B, R] extends Product with Serializable

    Permalink
    Definition Classes
    DynamicQueryDsl
  13. sealed trait DynamicQuery[+T] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  14. sealed trait DynamicSet[T, U] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  15. case class DynamicSetEmpty[T, U] extends dsl.CoreDsl.DynamicSet[T, U] with Product with Serializable

    Permalink
    Definition Classes
    DynamicQueryDsl
  16. case class DynamicSetValue[T, U] extends dsl.CoreDsl.DynamicSet[T, U] with Product with Serializable

    Permalink
    Definition Classes
    DynamicQueryDsl
  17. case class DynamicUpdate[E] extends dsl.CoreDsl.DynamicAction[Update[E]] with Product with Serializable

    Permalink
    Definition Classes
    DynamicQueryDsl
  18. type Embedded = getquill.Embedded

    Permalink
    Definition Classes
    MetaDsl
  19. type Encoder[T] = JdbcEncoder[T]

    Permalink
    Definition Classes
    Encoders
  20. type Environment = Connection

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → ZioTranslateContext → ZioContext
  21. type Error = SQLException

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → ZioTranslateContext → ZioContext
  22. type Extractor[T] = (ResultRow, Session) ⇒ T

    Permalink
    Definition Classes
    RowContext
  23. implicit class ForUpdate[T] extends AnyRef

    Permalink
    Definition Classes
    SqlDsl
  24. type Index = Int

    Permalink
    Definition Classes
    EncodingDsl
  25. implicit class InfixInterpolator extends AnyRef

    Permalink
    Definition Classes
    InfixDsl
  26. trait InsertMeta[T] extends AnyRef

    Permalink
    Definition Classes
    MetaDsl
  27. case class JdbcDecoder[T] extends context.jdbc.JdbcContextTypes.BaseDecoder[T] with Product with Serializable

    Permalink
    Definition Classes
    Decoders
  28. case class JdbcEncoder[T] extends context.jdbc.JdbcContextTypes.BaseEncoder[T] with Product with Serializable

    Permalink
    Definition Classes
    Encoders
  29. implicit class Like extends AnyRef

    Permalink
    Definition Classes
    SqlDsl
  30. trait LowPriorityExtras extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  31. type MappedEncoding[I, O] = getquill.MappedEncoding[I, O]

    Permalink
    Definition Classes
    EncodingDsl
  32. implicit class NullableColumnExtensions[A] extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  33. type Prepare = (PrepareRow, Session) ⇒ (List[Any], PrepareRow)

    Permalink
    Definition Classes
    RowContext
  34. type PrepareActionResult = ZIO[Connection, SQLException, Underlying.PrepareRow]

    Permalink
    Definition Classes
    ZioPrepareContext → ContextVerbPrepare
  35. type PrepareBatchActionResult = ZIO[Connection, SQLException, List[Underlying.PrepareRow]]

    Permalink
    Definition Classes
    ZioPrepareContext → ContextVerbPrepare
  36. type PrepareQueryResult = ZIO[Connection, SQLException, Underlying.PrepareRow]

    Permalink
    Definition Classes
    ZioPrepareContext → ContextVerbPrepare
  37. type PrepareRow = PreparedStatement

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContextZioPrepareContext → JdbcContextTypes → EncodingDsl → RowContext
  38. trait QueryMeta[T] extends AnyRef

    Permalink
    Definition Classes
    MetaDsl
  39. type Result[T] = ZIO[Environment, Error, T]

    Permalink
    Definition Classes
    ZioContext → Context
  40. type ResultRow = ResultSet

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContextZioPrepareContext → JdbcContextTypes → EncodingDsl → RowContext
  41. type RunActionResult = Long

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute → Context
  42. type RunActionReturningResult[T] = T

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute → Context
  43. type RunBatchActionResult = List[Long]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute → Context
  44. type RunBatchActionReturningResult[T] = List[T]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute → Context
  45. type RunQueryResult[T] = List[T]

    Permalink
    Definition Classes
    JdbcContextVerbExecute → Context
  46. type RunQuerySingleResult[T] = T

    Permalink
    Definition Classes
    JdbcContextVerbExecute → Context
  47. type Runner = Unit

    Permalink
    Definition Classes
    JdbcContextTypes → Context
  48. trait SchemaMeta[T] extends AnyRef

    Permalink
    Definition Classes
    MetaDsl
  49. type Session = Connection

    Permalink
    Definition Classes
    ZioPrepareContext → ContextVerbPrepare → Context → EncodingDsl → RowContext
  50. type StreamResult[T] = ZStream[Environment, Error, T]

    Permalink
    Definition Classes
    ZioContext → ContextVerbStream
  51. implicit class ToDynamicAction[T] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  52. implicit class ToDynamicActionReturning[T, U] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  53. implicit class ToDynamicEntityQuery[T] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  54. implicit class ToDynamicInsert[T] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  55. implicit class ToDynamicQuery[T] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  56. implicit class ToDynamicUpdate[T] extends AnyRef

    Permalink
    Definition Classes
    DynamicQueryDsl
  57. type TranslateResult[T] = ZIO[Environment, Error, T]

    Permalink
    Definition Classes
    ZioTranslateContext → ContextTranslateProto
  58. trait UpdateMeta[T] extends AnyRef

    Permalink
    Definition Classes
    MetaDsl

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val MappedEncoding: getquill.MappedEncoding.type

    Permalink
    Definition Classes
    EncodingDsl
  5. def alias[T](property: (Quoted[T]) ⇒ Quoted[Any], name: String): DynamicAlias[T]

    Permalink
    Definition Classes
    DynamicQueryDsl
  6. implicit macro def anyValDecoder[T <: AnyVal]: Decoder[T]

    Permalink
    Definition Classes
    LowPriorityImplicits
  7. implicit macro def anyValEncoder[T <: AnyVal]: Encoder[T]

    Permalink
    Definition Classes
    LowPriorityImplicits
  8. implicit def anyValMappedDecoder[I, O <: AnyVal](implicit mapped: MappedEncoding[I, O], decoder: Decoder[I]): Decoder[O]

    Permalink
    Definition Classes
    EncodingDsl
  9. implicit def anyValMappedEncoder[I <: AnyVal, O](implicit mapped: MappedEncoding[I, O], encoder: Encoder[O]): Encoder[I]

    Permalink
    Definition Classes
    EncodingDsl
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. implicit val bigDecimalDecoder: Decoder[BigDecimal]

    Permalink
    Definition Classes
    Decoders
  12. implicit val bigDecimalEncoder: Encoder[BigDecimal]

    Permalink
    Definition Classes
    Encoders
  13. implicit val booleanDecoder: Decoder[Boolean]

    Permalink
    Definition Classes
    BooleanObjectEncoding
  14. implicit val booleanEncoder: Encoder[Boolean]

    Permalink
    Definition Classes
    BooleanObjectEncoding
  15. implicit val byteArrayDecoder: Decoder[Array[Byte]]

    Permalink
    Definition Classes
    Decoders
  16. implicit val byteArrayEncoder: Encoder[Array[Byte]]

    Permalink
    Definition Classes
    Encoders
  17. implicit val byteDecoder: Decoder[Byte]

    Permalink
    Definition Classes
    Decoders
  18. implicit val byteEncoder: Encoder[Byte]

    Permalink
    Definition Classes
    Encoders
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def close(): Unit

    Permalink

    ZIO Contexts do not managed DB connections so this is a no-op

    ZIO Contexts do not managed DB connections so this is a no-op

    Definition Classes
    ZioJdbcUnderlyingContext → Closeable → AutoCloseable
  21. implicit val dateDecoder: Decoder[Date]

    Permalink
    Definition Classes
    Decoders
  22. implicit val dateEncoder: Encoder[Date]

    Permalink
    Definition Classes
    Encoders
  23. val dateTimeZone: TimeZone

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcContextTypes
  24. def decoder[T](f: (Underlying.ResultRow) ⇒ (Index) ⇒ T): Decoder[T]

    Permalink
    Definition Classes
    Decoders
  25. def decoder[T](d: BaseDecoder[T]): Decoder[T]

    Permalink
    Definition Classes
    Decoders
  26. implicit val doubleDecoder: Decoder[Double]

    Permalink
    Definition Classes
    Decoders
  27. implicit val doubleEncoder: Encoder[Double]

    Permalink
    Definition Classes
    Encoders
  28. def dynamicQuery[T](implicit t: ClassTag[T]): DynamicEntityQuery[T]

    Permalink
    Definition Classes
    DynamicQueryDsl
  29. def dynamicQuerySchema[T](entity: String, columns: DynamicAlias[T]*)(implicit t: scala.reflect.api.JavaUniverse.TypeTag[T]): DynamicEntityQuery[T]

    Permalink
    Definition Classes
    DynamicQueryDsl
  30. implicit macro def dynamicUnquote[T](d: DynamicQuery[T]): Query[T]

    Permalink
    Definition Classes
    DynamicQueryDsl
  31. def encoder[T](sqlType: Int, f: (Underlying.PrepareRow) ⇒ (Index, T) ⇒ Unit): Encoder[T]

    Permalink
    Definition Classes
    Encoders
  32. def encoder[T](sqlType: Int, f: (Index, T, Underlying.PrepareRow) ⇒ Unit): Encoder[T]

    Permalink
    Definition Classes
    Encoders
  33. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  35. def executeAction(sql: String, prepare: Prepare = identityPrepare)(info: ExecutionInfo, dc: Runner): QCIO[Long]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute
  36. def executeActionReturning[O](sql: String, prepare: Prepare, extractor: Extractor[O], returningBehavior: ReturnAction)(executionInfo: ExecutionInfo, dc: Runner): Result[O]

    Permalink
    Definition Classes
    SqlServerExecuteOverride → JdbcContextVerbExecute
  37. def executeBatchAction(groups: List[BatchGroup])(info: ExecutionInfo, dc: Runner): QCIO[List[Long]]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute
  38. def executeBatchActionReturning[T](groups: List[BatchGroupReturning], extractor: Extractor[T])(info: ExecutionInfo, dc: Runner): QCIO[List[T]]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute
  39. def executeQuery[T](sql: String, prepare: Prepare = identityPrepare, extractor: Extractor[T] = identityExtractor)(info: ExecutionInfo, dc: Runner): QCIO[List[T]]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute → ZioContext
  40. def executeQuerySingle[T](sql: String, prepare: Prepare = identityPrepare, extractor: Extractor[T] = identityExtractor)(info: ExecutionInfo, dc: Runner): QCIO[T]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute → ZioContext
  41. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. implicit val floatDecoder: Decoder[Float]

    Permalink
    Definition Classes
    Decoders
  43. implicit val floatEncoder: Encoder[Float]

    Permalink
    Definition Classes
    Encoders
  44. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  45. def handleSingleResult[T](list: List[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Context
  46. def handleSingleWrappedResult[T](list: Result[List[T]]): Result[T]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcContextVerbExecute
  47. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  48. val identityExtractor: (ResultRow, Session) ⇒ ResultRow

    Permalink
    Attributes
    protected
    Definition Classes
    RowContext
  49. val identityPrepare: Prepare

    Permalink
    Attributes
    protected
    Definition Classes
    RowContext
  50. val idiom: SQLServerDialect.type

    Permalink
    Definition Classes
    SqlServerJdbcTypes → Context
  51. implicit def implicitOrd[T]: Ord[T]

    Permalink
    Definition Classes
    OrdDsl
  52. def impliedQuerySchema[T](entity: String, columns: (T) ⇒ (Any, String)*): EntityQuery[T]

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @compileTimeOnly( ... )
  53. macro def insertMeta[T](exclude: (T) ⇒ Any*): InsertMeta[T]

    Permalink
    Definition Classes
    MetaDsl
  54. implicit val instantDecoder: Decoder[Instant]

    Permalink
    Definition Classes
    Decoders
  55. implicit val instantEncoder: Encoder[Instant]

    Permalink
    Definition Classes
    Encoders
  56. implicit val intDecoder: Decoder[Int]

    Permalink
    Definition Classes
    Decoders
  57. implicit val intEncoder: Encoder[Int]

    Permalink
    Definition Classes
    Encoders
  58. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  59. macro def lift[T](v: T): T

    Permalink
    Definition Classes
    EncodingDsl
  60. def liftCaseClass[T](v: T): T

    Permalink
    Definition Classes
    EncodingDsl
    Annotations
    @compileTimeOnly( ... )
  61. macro def liftQuery[U[_] <: Iterable[_], T](v: U[T]): Query[T]

    Permalink
    Definition Classes
    EncodingDsl
  62. def liftQueryCaseClass[U[_] <: Iterable[_], T](v: U[T]): Query[T]

    Permalink
    Definition Classes
    EncodingDsl
    Annotations
    @compileTimeOnly( ... )
  63. def liftQueryScalar[U[_] <: Iterable[_], T](v: U[T])(implicit e: Encoder[T]): Query[T]

    Permalink
    Definition Classes
    EncodingDsl
    Annotations
    @compileTimeOnly( ... )
  64. def liftScalar[T](v: T)(implicit e: Encoder[T]): T

    Permalink
    Definition Classes
    EncodingDsl
    Annotations
    @compileTimeOnly( ... )
  65. implicit val localDateDecoder: Decoder[LocalDate]

    Permalink
    Definition Classes
    Decoders
  66. implicit val localDateEncoder: Encoder[LocalDate]

    Permalink
    Definition Classes
    Encoders
  67. implicit val localDateTimeDecoder: Decoder[LocalDateTime]

    Permalink
    Definition Classes
    Decoders
  68. implicit val localDateTimeEncoder: Encoder[LocalDateTime]

    Permalink
    Definition Classes
    Encoders
  69. implicit val longDecoder: Decoder[Long]

    Permalink
    Definition Classes
    Decoders
  70. implicit val longEncoder: Encoder[Long]

    Permalink
    Definition Classes
    Encoders
  71. def mappedBaseDecoder[I, O](mapped: MappedEncoding[I, O], decoder: BaseDecoder[I]): BaseDecoder[O]

    Permalink
    Attributes
    protected
    Definition Classes
    EncodingDsl
  72. def mappedBaseEncoder[I, O](mapped: MappedEncoding[I, O], encoder: BaseEncoder[O]): BaseEncoder[I]

    Permalink
    Attributes
    protected
    Definition Classes
    EncodingDsl
  73. implicit def mappedDecoder[I, O](implicit mapped: MappedEncoding[I, O], d: Decoder[I]): Decoder[O]

    Permalink
    Definition Classes
    Decoders
  74. implicit def mappedEncoder[I, O](implicit mapped: MappedEncoding[I, O], e: Encoder[O]): Encoder[I]

    Permalink
    Definition Classes
    Encoders
  75. implicit macro def materializeInsertMeta[T]: InsertMeta[T]

    Permalink
    Definition Classes
    MetaDslLowPriorityImplicits
  76. implicit macro def materializeQueryMeta[T]: QueryMeta[T]

    Permalink
    Definition Classes
    MetaDslLowPriorityImplicits
  77. implicit macro def materializeSchemaMeta[T]: SchemaMeta[T]

    Permalink
    Definition Classes
    MetaDslLowPriorityImplicits
  78. implicit macro def materializeUpdateMeta[T]: UpdateMeta[T]

    Permalink
    Definition Classes
    MetaDslLowPriorityImplicits
  79. val naming: N

    Permalink
    Definition Classes
    Underlying → Context
  80. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  81. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  82. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  83. implicit def optionDecoder[T](implicit d: Decoder[T]): Decoder[Option[T]]

    Permalink
    Definition Classes
    Decoders
  84. implicit def optionEncoder[T](implicit d: Encoder[T]): Encoder[Option[T]]

    Permalink
    Definition Classes
    Encoders
  85. def parseJdbcType(intType: Int): String

    Permalink
    Definition Classes
    JdbcContextTypes
  86. macro def prepare(quoted: Quoted[BatchAction[Action[_]]]): PrepareBatchActionResult

    Permalink
    Definition Classes
    ContextVerbPrepare
  87. macro def prepare(quoted: Quoted[Action[_]]): PrepareActionResult

    Permalink
    Definition Classes
    ContextVerbPrepare
  88. macro def prepare[T](quoted: Quoted[Query[T]]): PrepareQueryResult

    Permalink
    Definition Classes
    ContextVerbPrepare
  89. def prepareAction(sql: String, prepare: Prepare)(info: ExecutionInfo, dc: Runner): QCIO[PreparedStatement]

    Permalink
  90. def prepareBatchAction(groups: List[BatchGroup])(info: ExecutionInfo, dc: Runner): QCIO[List[PreparedStatement]]

    Permalink
  91. final def prepareParam(param: Any): String

    Permalink
    Attributes
    protected
    Definition Classes
    ContextTranslateProto
    Annotations
    @tailrec()
  92. def prepareQuery(sql: String, prepare: Prepare)(info: ExecutionInfo, dc: Runner): QCIO[PreparedStatement]

    Permalink
  93. def prepareSingle(sql: String, prepare: Prepare = identityPrepare)(info: ExecutionInfo, dc: Runner): QCIO[PreparedStatement]

    Permalink

    Execute SQL on connection and return prepared statement.

    Execute SQL on connection and return prepared statement. Closes the statement in a bracket.

    Definition Classes
    ZioPrepareContext
  94. def prepareStatementForStreaming(sql: String, conn: Connection, fetchSize: Option[Int]): PreparedStatement

    Permalink

    Override to enable specific vendor options needed for streaming

    Override to enable specific vendor options needed for streaming

    Attributes
    protected
    Definition Classes
    ZioJdbcUnderlyingContext
  95. def prepareWithReturning(sql: String, conn: Connection, returningBehavior: ReturnAction): PreparedStatement

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcContextVerbExecute
  96. def probe(sql: String): Try[_]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → Context
  97. def probingDataSource: Option[DataSource]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext
  98. def push[A, B](result: ZIO[Connection, SQLException, A])(f: (A) ⇒ B): ZIO[Connection, SQLException, B]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → ZioTranslateContext → ContextTranslateProto → JdbcContextVerbExecute
  99. val quatMaking: TypeTaggedQuatMaking

    Permalink
    Definition Classes
    DynamicQueryDsl
  100. macro def query[T]: EntityQuery[T]

    Permalink
    Definition Classes
    QueryDsl
  101. macro def queryMeta[T, R](expand: Quoted[(Query[T]) ⇒ Query[R]])(extract: (R) ⇒ T): QueryMeta[T]

    Permalink
    Definition Classes
    MetaDsl
  102. def querySchema[T](entity: String, columns: (T) ⇒ (Any, String)*): EntityQuery[T]

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @compileTimeOnly( ... )
  103. implicit macro def quote[T](body: T): Quoted[T]

    Permalink
    Definition Classes
    QuotationDsl
  104. macro def quote[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](func: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ Quoted[R]): Quoted[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  105. macro def quote[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](func: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ Quoted[R]): Quoted[(T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  106. macro def quote[T1, T2, T3, T4, T5, T6, T7, T8, R](func: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ Quoted[R]): Quoted[(T1, T2, T3, T4, T5, T6, T7, T8) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  107. macro def quote[T1, T2, T3, T4, T5, T6, T7, R](func: (T1, T2, T3, T4, T5, T6, T7) ⇒ Quoted[R]): Quoted[(T1, T2, T3, T4, T5, T6, T7) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  108. macro def quote[T1, T2, T3, T4, T5, T6, R](func: (T1, T2, T3, T4, T5, T6) ⇒ Quoted[R]): Quoted[(T1, T2, T3, T4, T5, T6) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  109. macro def quote[T1, T2, T3, T4, T5, R](func: (T1, T2, T3, T4, T5) ⇒ Quoted[R]): Quoted[(T1, T2, T3, T4, T5) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  110. macro def quote[T1, T2, T3, T4, R](func: (T1, T2, T3, T4) ⇒ Quoted[R]): Quoted[(T1, T2, T3, T4) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  111. macro def quote[T1, T2, T3, R](func: (T1, T2, T3) ⇒ Quoted[R]): Quoted[(T1, T2, T3) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  112. macro def quote[T1, T2, R](func: (T1, T2) ⇒ Quoted[R]): Quoted[(T1, T2) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  113. macro def quote[T1, R](func: (T1) ⇒ Quoted[R]): Quoted[(T1) ⇒ R]

    Permalink
    Definition Classes
    QuotationDsl
  114. macro def quote[T](body: Quoted[T]): Quoted[T]

    Permalink
    Definition Classes
    QuotationDsl
  115. macro def run[T](quoted: Quoted[BatchAction[ActionReturning[_, T]]]): Result[RunBatchActionReturningResult[T]]

    Permalink
    Definition Classes
    Context
  116. macro def run(quoted: Quoted[BatchAction[Action[_]]]): Result[RunBatchActionResult]

    Permalink
    Definition Classes
    Context
  117. macro def run[T](quoted: Quoted[ActionReturning[_, T]]): Result[RunActionReturningResult[T]]

    Permalink
    Definition Classes
    Context
  118. macro def run(quoted: Quoted[Action[_]]): Result[RunActionResult]

    Permalink
    Definition Classes
    Context
  119. macro def run[T](quoted: Quoted[Query[T]]): Result[RunQueryResult[T]]

    Permalink
    Definition Classes
    Context
  120. macro def run[T](quoted: Quoted[T]): Result[RunQuerySingleResult[T]]

    Permalink
    Definition Classes
    Context
  121. macro def schemaMeta[T](entity: String, columns: (T) ⇒ (Any, String)*): SchemaMeta[T]

    Permalink
    Definition Classes
    MetaDsl
  122. def seq[A](f: List[ZIO[Connection, SQLException, A]]): ZIO[Connection, SQLException, List[A]]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → ZioTranslateContext → ContextTranslateProto → JdbcContextVerbExecute
  123. def set[T, U](property: String, value: Quoted[U]): DynamicSet[T, U]

    Permalink
    Definition Classes
    DynamicQueryDsl
  124. def set[T, U](property: (Quoted[T]) ⇒ Quoted[U], value: Quoted[U]): DynamicSet[T, U]

    Permalink
    Definition Classes
    DynamicQueryDsl
  125. def setOpt[T, U](property: (Quoted[T]) ⇒ Quoted[U], value: Option[U])(implicit enc: Encoder[U]): DynamicSet[T, U]

    Permalink
    Definition Classes
    DynamicQueryDsl
  126. def setValue[T, U](property: String, value: U)(implicit enc: Encoder[U]): DynamicSet[T, U]

    Permalink
    Definition Classes
    DynamicQueryDsl
  127. def setValue[T, U](property: (Quoted[T]) ⇒ Quoted[U], value: U)(implicit enc: Encoder[U]): DynamicSet[T, U]

    Permalink
    Definition Classes
    DynamicQueryDsl
  128. implicit val shortDecoder: Decoder[Short]

    Permalink
    Definition Classes
    Decoders
  129. implicit val shortEncoder: Encoder[Short]

    Permalink
    Definition Classes
    Encoders
  130. def spliceLift[O](o: O)(implicit enc: Encoder[O]): Quoted[O]

    Permalink
    Attributes
    protected
    Definition Classes
    DynamicQueryDsl
  131. macro def stream[T](quoted: Quoted[Query[T]], fetchSize: Int): StreamResult[T]

    Permalink
    Definition Classes
    ContextVerbStream
  132. macro def stream[T](quoted: Quoted[Query[T]]): StreamResult[T]

    Permalink
    Definition Classes
    ContextVerbStream
  133. def streamQuery[T](fetchSize: Option[Int], sql: String, prepare: Prepare = identityPrepare, extractor: Extractor[T] = identityExtractor)(info: ExecutionInfo, dc: Runner): QCStream[T]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext
  134. implicit val stringDecoder: Decoder[String]

    Permalink
    Definition Classes
    Decoders
  135. implicit val stringEncoder: Encoder[String]

    Permalink
    Definition Classes
    Encoders
  136. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  137. implicit def toQuoted[T <: Action[_]](q: DynamicAction[T]): Quoted[T]

    Permalink
    Definition Classes
    DynamicQueryDsl
  138. implicit def toQuoted[T](q: DynamicEntityQuery[T]): Quoted[EntityQuery[T]]

    Permalink
    Definition Classes
    DynamicQueryDsl
  139. implicit def toQuoted[T](q: DynamicQuery[T]): Quoted[Query[T]]

    Permalink
    Definition Classes
    DynamicQueryDsl
  140. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  141. def transaction[R <: Connection, A](f: ZIO[R, Throwable, A]): ZIO[R, Throwable, A]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext
  142. macro def translate(quoted: Quoted[BatchAction[Action[_]]], prettyPrint: Boolean): TranslateResult[List[String]]

    Permalink
    Definition Classes
    ContextTranslateMacro
  143. macro def translate(quoted: Quoted[Action[_]], prettyPrint: Boolean): TranslateResult[String]

    Permalink
    Definition Classes
    ContextTranslateMacro
  144. macro def translate[T](quoted: Quoted[Query[T]], prettyPrint: Boolean): TranslateResult[String]

    Permalink
    Definition Classes
    ContextTranslateMacro
  145. macro def translate[T](quoted: Quoted[T], prettyPrint: Boolean): TranslateResult[String]

    Permalink
    Definition Classes
    ContextTranslateMacro
  146. macro def translate(quoted: Quoted[BatchAction[Action[_]]]): TranslateResult[List[String]]

    Permalink
    Definition Classes
    ContextTranslateMacro
  147. macro def translate(quoted: Quoted[Action[_]]): TranslateResult[String]

    Permalink
    Definition Classes
    ContextTranslateMacro
  148. macro def translate[T](quoted: Quoted[Query[T]]): TranslateResult[String]

    Permalink
    Definition Classes
    ContextTranslateMacro
  149. macro def translate[T](quoted: Quoted[T]): TranslateResult[String]

    Permalink
    Definition Classes
    ContextTranslateMacro
  150. def translateBatchQuery(groups: List[BatchGroup], prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: Runner): TranslateResult[List[String]]

    Permalink
    Definition Classes
    ContextTranslateProto
  151. def translateQuery[T](statement: String, prepare: Prepare, extractor: Extractor[T], prettyPrint: Boolean)(executionInfo: ExecutionInfo, dc: Runner): TranslateResult[String]

    Permalink
    Definition Classes
    ContextTranslateProto
  152. implicit def unquote[T](quoted: Quoted[T]): T

    Permalink
    Definition Classes
    QuotationDsl
    Annotations
    @compileTimeOnly( ... )
  153. macro def updateMeta[T](exclude: (T) ⇒ Any*): UpdateMeta[T]

    Permalink
    Definition Classes
    MetaDsl
  154. implicit val uuidDecoder: Decoder[UUID]

    Permalink
    Definition Classes
    UUIDStringEncoding
  155. implicit val uuidEncoder: Encoder[UUID]

    Permalink
    Definition Classes
    UUIDStringEncoding
  156. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  157. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  158. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  159. def withConnection[T](f: (Connection) ⇒ Result[T]): Result[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute
  160. def withConnectionWrapped[T](f: (Connection) ⇒ T): QCIO[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ZioJdbcUnderlyingContext → JdbcContextVerbExecute
  161. def wrap[T](t: ⇒ T): ZIO[Connection, SQLException, T]

    Permalink
    Definition Classes
    ZioJdbcUnderlyingContext → ZioTranslateContext → ContextTranslateProto → JdbcContextVerbExecute

Inherited from SqlServerExecuteOverride[N]

Inherited from SqlServerJdbcTypes[N]

Inherited from UUIDStringEncoding

Inherited from BooleanObjectEncoding

Inherited from ZioJdbcUnderlyingContext[SQLServerDialect, N]

Inherited from ZioTranslateContext

Inherited from ContextTranslateMacro

Inherited from ContextTranslateProto

Inherited from ZioPrepareContext[SQLServerDialect, N]

Inherited from ContextVerbPrepare

Inherited from JdbcContextVerbExecute[SQLServerDialect, N]

Inherited from JdbcContextTypes[SQLServerDialect, N]

Inherited from Decoders

Inherited from Encoders

Inherited from SqlContext[SQLServerDialect, N]

Inherited from SqlDsl

Inherited from ZioContext[SQLServerDialect, N]

Inherited from ContextVerbStream[SQLServerDialect, N]

Inherited from Context[SQLServerDialect, N]

Inherited from CoreDsl

Inherited from DynamicQueryDsl

Inherited from MetaDsl

Inherited from MetaDslLowPriorityImplicits

Inherited from EncodingDsl

Inherited from LowPriorityImplicits

Inherited from QuotationDsl

Inherited from QueryDsl

Inherited from OrdDsl

Inherited from InfixDsl

Inherited from Closeable

Inherited from AutoCloseable

Inherited from RowContext

Inherited from AnyRef

Inherited from Any

Ungrouped