11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

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.

VAR_TO_TABLE built-in<br />

Description<br />

Reads an OLE array variant and populates a PL/SQL table from it.<br />

Syntax<br />

PROCEDURE VAR_TO_TABLE<br />

(var OLEVAR,<br />

target_table,<br />

arrspec VARCHAR2);<br />

Built-in Type unrestricted procedure<br />

Parameters<br />

var The OLE variant that is the source array.<br />

target_table The PL/SQL table to be populated.<br />

arrspec Indicates which rows, columns, or elements of the source<br />

array are to be used. See Specifiers for OLE Arrays for<br />

more information.<br />

Usage Notes<br />

454<br />

This is an optional parameter. If not specified, all<br />

elements in the source array are used.<br />

For similar operations on other data types, use the function VAR_TO_type .

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

Saved successfully!

Ooh no, something went wrong!