connection
Module of high-level constructors for ConnectionIO actions.
Attributes
- Source:
- connection.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- connection.type
Members list
Statements
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Prepared Statements
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Construct a prepared statement from the given sql, configure it with the
given PreparedStatementIO action, and return results via a Stream.
Construct a prepared statement from the given sql, configure it with the
given PreparedStatementIO action, and return results via a Stream.
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Construct a prepared update statement with the given return columns (and
readable destination type A) and sql source, configure it with the given
PreparedStatementIO action, and return the generated key results via a
Stream.
Construct a prepared update statement with the given return columns (and
readable destination type A) and sql source, configure it with the given
PreparedStatementIO action, and return the generated key results via a
Stream.
Attributes
- Source:
- connection.scala
Connection Properties
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Callable Statements
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Transaction Control
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Lifting
Attributes
- Source:
- connection.scala
Value members
Concrete methods
Construct an analysis for the provided sql query, given writable
parameter type A and readable resultset row type B.
Construct an analysis for the provided sql query, given writable
parameter type A and readable resultset row type B.
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala
Attributes
- Source:
- connection.scala