public nullability(index as Int) as Nullability throws SQLException
Returns the nullability contract for one column.
import klyn.databases.sql print(metadata.nullability(1))