klyn.databases.sql.odbc.OdbcResultSet.getInt
method
public getInt(column as Object) as Int throws SQLException:
Description

Reads one column as Int. Returns 0 on SQL NULL.

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