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

Returns true for writable columns.

import klyn.databases.sql

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