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