Uses of Class
io.r2dbc.h2.H2ConnectionConfiguration.Builder
Packages that use H2ConnectionConfiguration.Builder
Package
Description
An implementation of the Reactive Relational Database Connection API for H2 servers.
-
Uses of H2ConnectionConfiguration.Builder in io.r2dbc.h2
Methods in io.r2dbc.h2 that return H2ConnectionConfiguration.BuilderModifier and TypeMethodDescriptionH2ConnectionConfiguration.builder()Returns a newH2ConnectionConfiguration.Builder.Configure a file-based database, e.g.Configure an in-memory database, e.g.Configure an option that is appended at the end, e.g.H2ConnectionConfiguration.Builder.password(CharSequence password) Configure the password.H2ConnectionConfiguration.Builder.property(H2ConnectionOption option, String value) Configure a property for H2 using pre-buildH2ConnectionOption.Configure a property for H2.Configure a TCP connection to a remote databaseConfigure a TCP connection to a remote database.Configure the database url.Configure the username.