Packages

package jdbc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package impl

Type Members

  1. sealed trait Dbms extends Product

    Some databases where DatabaseSetup can create the schema.

    Some databases where DatabaseSetup can create the schema. It is only PostgreSQL and MariaDB. The H2 database is using the PostgreSQL schema, which works with the MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE connection properties.

  2. trait GenericJdbcStore[F[_]] extends JdbcBinaryStore[F] with ChunkedBinaryStore[F]
  3. final case class JdbcAttrConfig(table: String) extends Product with Serializable
  4. final class JdbcAttributeStore[F[_]] extends BinaryAttributeStore[F]
  5. trait JdbcBinaryStore[F[_]] extends BinaryStore[F]

    Extends BinaryStore with some extra features.

  6. final case class JdbcStoreConfig(dataTable: String, chunkSize: Int, detect: ContentTypeDetect) extends Product with Serializable

Value Members

  1. object DatabaseSetup
  2. object Dbms
  3. object GenericJdbcStore
  4. object JdbcAttrConfig extends Serializable
  5. object JdbcAttributeStore
  6. object JdbcStoreConfig extends Serializable

Ungrouped