public final class SQLReadCursor:
Mutable one-based result column cursor local to one materialized SQL row.
cursor = SQLReadCursor() assert cursor.index == 1
| Modifier and Type | Member | Description |
|---|---|---|
| public property | indexindex as Int = 1 |
Next one-based SQL column index. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | SQLReadCursor | Creates a cursor at the first selected column. |