Specialized JDBC ResultConverter for non-Option
values.
Set parameters on a new Connection.
A JdbcDataSource for a DataSource
Specialized JDBC ResultConverter for handling non-Option
values with a default.
A JdbcDataSource which can load a JDBC Driver
from a class name
A JdbcDataSource for lookup via a Driver
or the DriverManager
Basic conversions for extracting values from PositionedResults.
GetResult for tuple types.
A JdbcDataSource for a HikariCP connection pool
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 slick.driver.JdbcProfile-based drivers.
A JdbcDataSource
provides a way to create a Connection
object for a database.
Create a JdbcDataSource from a Config
object and an optional JDBC Driver
.
A ResultConverter
that simplifies the implementation of fast path
converters for JdbcProfile
.
JDBC driver component which contains the mapping compiler and insert compiler
Build a Slick model from introspecting the JDBC metadata.
A JdbcType object represents a Scala type that can be used as a column type in the database.
A wrapper for java.sql.PreparedStatement
that logs statements and benchmark results
to the appropriate JdbcBackend loggers.
A wrapper for java.sql.Statement
that logs statements and benchmark results
to the appropriate JdbcBackend loggers.
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.
A non-streaming Action that wraps a JDBC call.
An invoker which executes an SQL statement through JDBC.
A builder for Plain SQL queries.
Invoker for Plain SQL queries.
A streaming Action that wraps an Invoker.
Represents a transaction isolation level.
(Since version 3.0) Use the new Action-based Plain SQL API from driver.api instead
Results of SQLInterpolation macros is SQLInterpolationResult objects
A JDBC Session which is not managed by Slick.
Implementation of SQLInterpolation macros based on code in TypedStaticQuery object
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.