Java org.hibernate.engine.jdbc.dialect.spi DialectResolutionInfo fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.engine.jdbc.dialect.spi DialectResolutionInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.engine.jdbc.dialect.spi DialectResolutionInfo.

The text is from its open source code.

Constructor

Method

intgetDatabaseMajorVersion()
Obtain access to the database major version, as returned from java.sql.DatabaseMetaData#getDatabaseMajorVersion() for the target database.
StringgetDatabaseName()
Obtain access to the database name, as returned from java.sql.DatabaseMetaData#getDatabaseProductName() for the target database