public columnName(index as Int) as String throws SQLException
Returns the declared column name.
import klyn.databases.sql print(metadata.columnName(1))