stmt:get_name

Returns the name of a column in a result set

Prototype

stmt:get_name(n)

Description

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

Lua functions

Topics