DatabaseMetaData.getDatabaseProductName

DatabaseMetaData.getDatabaseProductName

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getDatabaseProductName() throws SQLException
Returns
database product name
Description
What's the name of this database product?

Exceptions
SQLException if a database-access error occurs.