class SQLite3::Statement
def columns
may execute the statement in order to obtain the metadata; this makes it
Return an array of the column names for this statement. Note that this
def columns get_metadata unless @columns return @columns end
def columns get_metadata unless @columns return @columns end