package getquill
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class H2ZioJdbcContext[+N <: NamingStrategy] extends ZioJdbcContext[H2Dialect, N] with H2JdbcTypes[H2Dialect, N]
- final case class JsonValue[T](value: T) extends AnyVal with Product with Serializable
- final case class JsonbValue[T](value: T) extends AnyVal with Product with Serializable
- class MysqlZioJdbcContext[+N <: NamingStrategy] extends ZioJdbcContext[MySQLDialect, N] with MysqlJdbcTypes[MySQLDialect, N]
- class OracleZioJdbcContext[+N <: NamingStrategy] extends ZioJdbcContext[OracleDialect, N] with OracleJdbcTypes[OracleDialect, N]
- class PostgresZioJdbcContext[+N <: NamingStrategy] extends ZioJdbcContext[PostgresDialect, N] with PostgresJdbcTypes[PostgresDialect, N] with PostgresJsonExtensions
- class SqlServerZioJdbcContext[+N <: NamingStrategy] extends ZioJdbcContext[SQLServerDialect, N] with SqlServerJdbcTypes[SQLServerDialect, N]
- class SqliteZioJdbcContext[+N <: NamingStrategy] extends ZioJdbcContext[SqliteDialect, N] with SqliteJdbcTypes[SqliteDialect, N]
- trait WithProbing[D <: SqlIdiom, +N <: NamingStrategy] extends ZioJdbcUnderlyingContext[D, N]
- trait WithProbingPrefix[D <: SqlIdiom, +N <: NamingStrategy] extends ZioJdbcUnderlyingContext[D, N] with WithProbing[D, N]
Value Members
- object H2ZioJdbcContext
- object MysqlZioJdbcContext
- object OracleZioJdbcContext
- object PostgresZioJdbcContext
- object SqlServerZioJdbcContext
- object SqliteZioJdbcContext