10.12.2012 Views

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Describing Database Metadata<br />

unsigned int month, day;<br />

tstamp.getData(year, month, day);<br />

/* <strong>Call</strong> getVector for attributes of list type,<br />

for example ATTR_LIST_COLUMNS<br />

*/<br />

vectorlistOfColumns;<br />

listOfColumns=emptab_metaData.getVector(MetaData::ATTR_LIST_COLUMNS);<br />

/* Each of the list elements represents a column metadata,<br />

so now you can access the column attributes<br />

*/<br />

for (int i=0;i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!