DatabaseApi
Base class representing the underlying database to which connections are made and on which transaction tasks are performed.
Parameters
Configuration holding all parameters that apply to a transaction using this database instance.
Properties
The default number of results that should be fetched when queries are executed.
The name of the database as a DatabaseDialect.
The mode of the database. This currently only applies to H2 databases.
The full version number of the database as a String.
The database-specific class responsible for parsing and processing identifier tokens in SQL syntax.
Whether the database supports ALTER TABLE with an add column clause.
Whether the database supports ALTER TABLE with a drop column clause.
Whether the database supports getting multiple result sets from a single execute.
Whether nested transaction blocks are configured to act like top-level transactions.