row-column-typed ( result-set column -- sql )
Furnace framework » Database library » Low-level database protocol » Result sets

Prev:row-column ( result-set column -- obj )


Vocabulary
db

Inputs
result-seta result-set
columnan integer


Outputs
sqlsql


Word description
Returns the value indexed by column in the current row of a result-set and converts the result based on a type stored in the result-set's out-params.

Definition

GENERIC#: row-column-typed 1 ( result-set column -- sql )


Methods