klyn.databases.sql.mariadb.MariaDbResultSetMetaData.columnClassName
method
public columnClassName(index as Int) as String throws SQLException:
Description

Returns the Klyn type used to expose values from one SQL column.

Throws
  • SQLException if the index is out of range.
Example
print(rows.metadata.columnClassName(1))