Uses of Enum Class
io.r2dbc.h2.H2ConnectionOption
Packages that use H2ConnectionOption
Package
Description
An implementation of the Reactive Relational Database Connection API for H2 servers.
-
Uses of H2ConnectionOption in io.r2dbc.h2
Subclasses with type arguments of type H2ConnectionOption in io.r2dbc.h2Methods in io.r2dbc.h2 that return H2ConnectionOptionModifier and TypeMethodDescriptionstatic H2ConnectionOptionReturns the enum constant of this class with the specified name.static H2ConnectionOption[]H2ConnectionOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.r2dbc.h2 with parameters of type H2ConnectionOptionModifier and TypeMethodDescriptionH2ConnectionConfiguration.Builder.property(H2ConnectionOption option, String value) Configure a property for H2 using pre-buildH2ConnectionOption.Method parameters in io.r2dbc.h2 with type arguments of type H2ConnectionOptionModifier and TypeMethodDescriptionstatic CloseableConnectionFactoryH2ConnectionFactory.inMemory(String name, String username, CharSequence password, Map<H2ConnectionOption, String> properties) Create a newIn-Memory database connection factoryfor database atnamegivenusernameandpassword.