public readOnly(index as Int) as Boolean throws SQLException
Returns true for read-only columns.
import klyn.databases.sql print(metadata.readOnly(1))