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.

************************************************************/<br />

class PERSON : public oracle::occi::PObject {<br />

private:<br />

The OTT Utility and OCCI Applications<br />

oracle::occi::Number ID;<br />

FULL_NAME * NAME;<br />

oracle::occi::Ref< ADDRESS > CURR_ADDR;<br />

OCCI_STD_NAMESPACE::vector< oracle::occi::Ref< ADDRESS > > PREV_<br />

ADDR_L;<br />

public:<br />

oracle::occi::Number getId() const;<br />

void setId(const oracle::occi::Number &value);<br />

FULL_NAME * getName() const;<br />

void setName(FULL_NAME * value);<br />

oracle::occi::Ref< ADDRESS > getCurr_addr() const;<br />

void setCurr_addr(const oracle::occi::Ref< ADDRESS > &value);<br />

OCCI_STD_NAMESPACE::vector< oracle::occi::Ref< ADDRESS > >& getPrev_<br />

addr_l();<br />

How to Use the Object Type Translator Utility 7-47

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

Saved successfully!

Ooh no, something went wrong!