stmt:get_names

Returns a table of the names of all columns in a result set

Prototype

stmt:get_names()

Description

This function returns an array with the names of all columns in the result set returned by statement stmt.

Lua functions

Topics