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

Returns true for auto-increment columns.

import klyn.databases.sql

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