klyn.databases.sql.DatabaseMetaData.catalogs
method
public catalogs() as ResultSet throws SQLException
Description

Returns visible catalogs.

import klyn.databases.sql

catalogs = metadata.catalogs()
Throws
  • SQLException if metadata cannot be read, the index is out of range, or the database reports an error.