| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_HS_PASSTHROUGH, 2 of 15
This procedure binds an IN variable positionally with a PL/SQL program variable.
DBMS_HS_PASSTHROUGH.BIND_VARIABLE ( c IN BINARY_INTEGER NOT NULL, pos IN BINARY_INTEGER NOT NULL, val IN <dty>, name IN VARCHAR2);
Where <dty> is either DATE, NUMBER, or VARCHAR2
Purity level defined: WNDS, RNDS
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|