getCatalog()

Syntax:

String getCatalog() throws SQLException 

Description:

Retrieves this Connection object's current catalog name. The JDBC Driver for Raima Database Manager does not support catalogs, so null is always returned.

Returns:

Type: String 

the current catalog name or null if there is none

Throws:

SQLException - if a database access error occurs

Reference:

For more information, reference JDBC documentation for: Connection.getCatalog()