Database Toolbox Previous page   Next Page
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


Previous page  cols columnprivileges Next page

© 1994-2005 The MathWorks, Inc.