public columnType(index as Int) as Int throws SQLException
Returns the SQL type code for one column.
import klyn.databases.sql print(metadata.columnType(1))