klyn.databases.sql.ResultSet.getLong
method
public getLong(column as Object) as Long throws SQLException
Description

Reads one column as Long. Returns 0l on SQL NULL.

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