Package io.r2dbc.h2
@NonNullApi
package io.r2dbc.h2
An implementation of the Reactive Relational Database Connection API for H2 servers.
-
ClassDescriptionAn implementation of
Batchfor executing a collection of statements in a batch against an H2 database.An implementation ofColumnMetadatafor an H2 database.An implementation ofConnectionfor connecting to an H2 database.Connection configuration information for connecting to an H2 database.A builder forH2ConnectionConfigurationinstances.An implementation ofConnectionFactoryfor creating connections to an H2 database.An implementation ofConnectionFactoryMetadatafor an H2 database.An implementation ofConnectionFactoryProviderfor creatingH2ConnectionFactorys.Connection metadata for a connection connected to a H2 database.Collection of H2 configuration options.Factory to translate JDBC exceptions to R2DBC exceptions.An implementation ofResultrepresenting the results of a query against an H2 database.An implementation ofRowfor an H2 database.An implementation ofRowMetadatafor an H2 database.An implementation ofStatementfor an H2 database.An implementation ofTypefor an H2 database.