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