Database
Class representing the underlying database to which connections are made and on which transaction tasks are performed.
Properties
The default number of results that should be fetched when queries are executed.
The name of the database as a DatabaseDialect.
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.
The TransactionManager instance that is associated with this Database.
Whether nested transaction blocks are configured to act like top-level transactions.
The version number of the database as a BigDecimal.
Functions
Whether the version number of the database is equal to or greater than the provided version.