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

Returns the SQL type name for one column.

import klyn.databases.sql

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