stmt:get_value

Returns the value of a column in a result set

Prototype

stmt:get_value(n)

Description

Returns the value of column n in the result set of statement stmt. (The left-most column is number 0.)

Lua functions

Topics