public final class SQLValueReader:
Checked conversion from one SQL result value to an exact mapped Klyn type.
value = SQLValueReader.read(rows, 1, Int.type)
| Modifier and Type | Member | Description |
|---|---|---|
| public static | read | Reads and converts one column without silent narrowing. |
| public static | readTypeName | Reads one SQL value using the exact static type name carried by QIR. |