klyn.databases.sql.ResultSet.relative
method
public relative(offset as Int) as Boolean throws SQLException
Description

Moves relatively from the current row.

import klyn.databases.sql

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