public static readTypeName(rows as ResultSet, index as Int, typeName as String) as Object:
Reads one SQL value using the exact static type name carried by QIR.
| Parameter | Description |
|---|---|
rows | Result set positioned on the row to read. |
index | One-based SQL column index. |
typeName | Fully qualified static Klyn type name emitted in QIR. |
The converted value, or null for an SQL NULL.
value = SQLValueReader.readTypeName(rows, 1, "klyn.Int")