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

Reads one column as text. Returns null on SQL NULL.

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