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.

External Datatypes<br />

OCCI POBJECT<br />

OCCI REF<br />

See Also:<br />

OCCI REFANY<br />

OCCI STRING<br />

The external datatype OCCI STRING corresponds to an STL string.<br />

OCCI TIMESTAMP<br />

OCCI VECTOR<br />

The external datatype OCCI VECTOR is used to represent collections, for example, a<br />

nested table or VARRAY. CREATE TYPE num_type as VARRAY OF NUMBER(10)<br />

can be represented in a <strong>C++</strong> application as vector, vector, and<br />

so on.<br />

RAW<br />

The external datatype RAW is used for binary data or byte strings that are not to be<br />

interpreted or processed by <strong>Oracle</strong>. RAW could be used, for example, for graphics<br />

character sequences. The maximum length of a RAW column is 2000 bytes.<br />

4-16 <strong>Oracle</strong> <strong>C++</strong> <strong>Call</strong> <strong>Interface</strong> Programmer’s <strong>Guide</strong><br />

■ Chapter 8, "OCCI Classes and Methods", PObject Class on<br />

page 8-126<br />

See Also:<br />

■ Chapter 8, "OCCI Classes and Methods", Ref Class on<br />

page 8-132<br />

See Also:<br />

■ Chapter 8, "OCCI Classes and Methods", RefAny Class on<br />

page 8-139<br />

See Also:<br />

■ Chapter 8, "OCCI Classes and Methods", Timestamp Class on<br />

page 8-214

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

Saved successfully!

Ooh no, something went wrong!