(Not recommended) Retrieve attributes of columns in fetched data set
The attr
function is not recommended. There is no replacement for
this functionality. To import data, use the fetch
function. For details, see Compatibility Considerations.
retrieves attribute information for all columns in the fetched data set
attributes
= attr(curs
)curs
.
retrieves attribute information for the column number attributes
= attr(curs
,colnum
)colnum
in the
fetched data set curs
.