doobie

hi

package hi

High-level database API. The constructors here are defined in terms of those in doobie.free.connection but differ in the following ways:

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By inheritance
Inherited
  1. hi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type CallableStatementIO[A] = Free[CallableStatementOp, A]

  2. type ConnectionIO[A] = Free[ConnectionOp, A]

  3. type DatabaseMetaDataIO[A] = Free[DatabaseMetaDataOp, A]

  4. type DriverIO[A] = Free[DriverOp, A]

  5. type PreparedStatementIO[A] = Free[PreparedStatementOp, A]

  6. type ResultSetIO[A] = Free[ResultSetOp, A]

  7. type StatementIO[A] = Free[StatementOp, A]

Value Members

  1. object connection

    Module of high-level constructors for ConnectionIO actions.

  2. object preparedstatement

    Module of high-level constructors for PreparedStatementIO actions.

  3. object resultset

    Module of high-level constructors for ResultSetIO actions.

  4. object statement

    Module of high-level constructors for StatementIO actions.

Inherited from AnyRef

Inherited from Any

Aliases

Modules