klyn.databases.sql.ResultSetMetaData.schemaName
method
public schemaName(index as Int) as String throws SQLException
Description
Returns the schema name for one column.
import klyn.databases.sql

print(metadata.schemaName(1))