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

Returns the SQL type code for one column.

import klyn.databases.sql

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