klyn.databases.sql.odbc.OdbcResultSet.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, or conversion fails.