R2dbcDatabase
Class representing the underlying R2DBC database to which connections are made and on which transaction tasks are performed.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The name of the database as a DatabaseDialectMetadata.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The major version number of the database as a Int.
Link copied to clipboard
The minor version number of the database as a Int.
Link copied to clipboard
Returns the name of the database obtained from its connection URL.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The TransactionManager instance that is associated with this Database.
Link copied to clipboard
Link copied to clipboard