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

Returns the display label for one column.

import klyn.databases.sql

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