public catalogName(index as Int) as String throws SQLException
Returns the catalog name for one column.
import klyn.databases.sql print(metadata.catalogName(1))