Database Toolbox    
columnnames

Get names of columns in fetched data set

Syntax

Description

colnames = columnnames(curs) returns the column names in the fetched data set curs. The column names are returned as a single string vector.

Examples

The fetched data set curs, contains three columns having the names shown.

See Also
attr, cols, columnprivileges, columns, fetch, get, width


  cols columnprivileges