Database Toolbox |
Get names of columns in fetched data set
Syntax
Description
returns the column names in the fetched data set colnames
= columnnames(curs
)
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 |
© 1994-2005 The MathWorks, Inc.