Base trait for applied invokers
Basic conversions for extracting values from PositionedResults.
GetResult for tuple types.
Base trait for all statement invokers, using parameter type P and result type R.
A JDBC-based database back-end.
JDBC driver component which contains the mapping compiler and insert compiler
An Invoker which applies a mapping function to all results of another Invoker.
A database result positioned at a row and column.
A PositionedResult which can be used as a CloseableIterator.
An invoker which calls a function to retrieve a ResultSet.
Basic conversions for setting parameters in PositionedParameters.
SetParameter for tuple types.
An invoker which executes an SQL statement.
Invoker for raw SQL queries.
An invoker for a Unit parameter with additional parameterless methods.
A JDBC Session which is not managed by Slick.
A wrapper around jdbc's meta data api and logic to create a Slick model from it.
JDBC related code