From 98aff11053e2bb7331fe36dc204cef14946d88f2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Nov 2009 20:58:10 +0000 Subject: [PATCH] Constant aliases (bug #49865) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290697 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-bind-by-name.xml | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/reference/oci8/functions/oci-bind-by-name.xml b/reference/oci8/functions/oci-bind-by-name.xml index 01ff259cb6..509e022347 100644 --- a/reference/oci8/functions/oci-bind-by-name.xml +++ b/reference/oci8/functions/oci-bind-by-name.xml @@ -76,37 +76,43 @@ - SQLT_FILE - for BFILEs; + SQLT_BFILEE or OCI_B_BFILE + - for BFILEs; - SQLT_CFILE - for CFILEs; + SQLT_CFILEE or OCI_B_CFILEE + - for CFILEs; - SQLT_CLOB - for CLOBs; + SQLT_CLOB or OCI_B_CLOB + - for CLOBs; - SQLT_BLOB - for BLOBs; + SQLT_BLOB or OCI_B_BLOB + - for BLOBs; - SQLT_RDD - for ROWIDs; + SQLT_RDD or OCI_B_ROWID + - for ROWIDs; - SQLT_NTY - for named datatypes; + SQLT_NTY or OCI_B_NTY + - for named datatypes; - SQLT_INT - for integers; + SQLT_INT or OCI_B_INT - for integers; @@ -116,7 +122,8 @@ - SQLT_BIN - for RAW columns; + SQLT_BIN or OCI_B_BIN + - for RAW columns; @@ -131,7 +138,7 @@ - SQLT_RSET - for cursors, that were created + SQLT_RSET or - for cursors, that were created before with oci_new_cursor.