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

Returns visible schemas.

import klyn.databases.sql

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