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