Specialized JDBC ResultConverter for non-Option
values.
Specialized JDBC ResultConverter for handling non-Option
values with a default.
Basic conversions for extracting values from PositionedResults.
GetResult for tuple types.
Base trait for all statement invokers of result element type R.
A JDBC-based database back-end which can be used for Plain SQL queries
and with all JdbcProfile
-based drivers.
A ResultConverter
that simplifies the implementation of fast path
converters for JdbcProfile
.
JDBC driver component which contains the mapping compiler and insert compiler
A JdbcType object represents a Scala type that can be used as a column type in the database.
A special kind of invoker that allows the result data to be mutated .
Specialized JDBC ResultConverter for handling values of type Option[T]
.
A wrapper for a JDBC PreparedStatement
which allows inceremental setting of
parameters without having to sepcify the column index each time.
A database result positioned at a row and column.
An CloseableIterator for a PositionedResult.
Represents a result set concurrency mode.
Represents a result set holdability mode .
An invoker which calls a function to retrieve a ResultSet.
Represents a result set type.
Basic conversions for setting parameters in PositionedParameters.
SetParameter for tuple types.
An invoker which executes an SQL statement through JDBC.
A builder for Plain SQL queries.
Invoker for Plain SQL queries.
A JDBC Session which is not managed by Slick.
Factory methods for JdbcResultConverters which are manually specialized on the underlying JdbcType.
JDBC-related code, including all facilities for Plain SQL queries and JDBC-specific driver components.