JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
fj.control.db
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package fj.control.db
package
fj.control.db
Abstractions for JDBC connections.
Related Packages
Package
Description
fj.control
Functional control abstractions.
fj.control.parallel
Parallelization strategies.
Classes
Class
Description
Connector
A method of connecting to the database.
DB
<A>
The DB monad represents a database action, or a value within the context of a database connection.
DbState
Performs database I/O, in order to read or write the database state.