setCatalog(String catalog)
Syntax:
void setCatalog(String catalog) throws SQLException
Description:
Sets the given catalog name in order to select a subspace of this Connection
object's database in which to work.
The JDBC Driver for Raima Database Manager does not support catalogs, so this operation does nothing
Parameters:
catalog
Type: String
the name of a catalog (subspace in this Connection
object's database) in which to work
Throws:
SQLException - if a database access error occurs
Reference:
For more information, reference JDBC documentation for: Connection.setCatalog(String)