klyn.databases.sql.ResultSetMetaData.columnName
method
public columnName(index as Int) as String throws SQLException
Description

Returns the declared column name.

import klyn.databases.sql

print(metadata.columnName(1))
Throws
  • SQLException if metadata cannot be read, the index is out of range, or the database reports an error.