klyn.databases.sql.ResultSet.getDouble
method
public getDouble(column as Object) as Double throws SQLException
Description

Reads one column as Double. Returns 0.0 on SQL NULL.

Throws
  • SQLException if the cursor is invalid, the column reference is unknown, conversion fails, or the database reports an error.