klyn.databases.sql.ParameterMetaData.signed
method
public signed(index as Int) as Boolean throws SQLException
Description

Returns true for signed numeric parameters.

import klyn.databases.sql

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