public parameterType(index as Int) as Int throws SQLException
Returns the SQL type code for one parameter.
import klyn.databases.sql print(info.parameterType(1))