Uses of Class
fj.control.db.DB
Packages that use DB
-
Uses of DB in fj.control.db
Fields in fj.control.db declared as DBMethods in fj.control.db that return DBModifier and TypeMethodDescriptionfinal <B> DB
<B> Binds the given action across the result of this database action.static <A> DB
<A> DB.db
(F<Connection, A> f) Constructs a database action as a function from a database connection to a value.static <A> DB
<A> DB.db
(Try1<Connection, A, SQLException> t) Constructs a database action as a function from a database connection to a value.static <A> DB
<A> Removes one layer of monadic structure.final <B> DB
<B> Map a function over the result of this action.static <A> DB
<A> DB.unit
(A a) Constructs a database action that returns the given value completely intact.Methods in fj.control.db that return types with arguments of type DBModifier and TypeMethodDescriptionPromotes any given function so that it transforms between values in the database.Promotes any given function so that it transforms between values in the database.Methods in fj.control.db with parameters of type DBModifier and TypeMethodDescriptionstatic <A> DB
<A> Removes one layer of monadic structure.<A> A
Runs the given database action as a single transaction.Method parameters in fj.control.db with type arguments of type DBModifier and TypeMethodDescriptionfinal <B> DB
<B> Binds the given action across the result of this database action.static <A> DB
<A> Removes one layer of monadic structure.Constructors in fj.control.db with parameters of type DB