R2dbcConnectionImpl
Class representing a wrapped R2DBC database Connection.
Constructors
Properties
Functions
Sends a collection of SQL strings to the database for execution as a batch statement.
Retrieves whether the connection is in auto-commit mode.
Retrieves the name of the connection's catalog.
Retrieves whether the connection is in read-only mode.
Retrieves the transaction isolation level of the connection.
Returns a precompiled sql statement stored as a PreparedStatementApi implementation.
Removes the specified savepoint.
Reverts all changes since the last commit or rollback operation.
Reverts all changes since the specified savepoint was set.
Sets whether the connection is in auto-commit mode or not.
Sets the name of the connection's catalog.
Set whether the connection is in read-only mode.
Sets and returns a new savepoint with the specified name.
Sets the transaction isolation level of the connection.