diff --git a/appendices/reserved.constants.oci8.xml b/appendices/reserved.constants.oci8.xml deleted file mode 100644 index d8d6920e43..0000000000 --- a/appendices/reserved.constants.oci8.xml +++ /dev/null @@ -1,378 +0,0 @@ - - - - - oci8 Predefined Constants - Constants defined in the oci8 extension - - - Description - - These constants are defined by the oci8 extension, and - will only be available when that extension has either been - compiled into PHP or dynamically loaded at runtime. - - - - - OCI_DEFAULT - (integer) - - - - - - - - - - OCI_DESCRIBE_ONLY - (integer) - - - - - - - - - - OCI_COMMIT_ON_SUCCESS - (integer) - - - - - - - - - - OCI_EXACT_FETCH - (integer) - - - - - - - - - - SQLT_BFILEE - (integer) - - - - - - - - - - SQLT_CFILEE - (integer) - - - - - - - - - - SQLT_CLOB - (integer) - - - - - - - - - - SQLT_BLOB - (integer) - - - - - - - - - - SQLT_RDD - (integer) - - - - - - - - - - OCI_B_SQLT_NTY - (integer) - - - - - - - - - - OCI_SYSDATE - (integer) - - - - - - - - - - OCI_B_BFILE - (integer) - - - - - - - - - - OCI_B_CFILEE - (integer) - - - - - - - - - - OCI_B_CLOB - (integer) - - - - - - - - - - OCI_B_BLOB - (integer) - - - - - - - - - - OCI_B_ROWID - (integer) - - - - - - - - - - OCI_B_CURSOR - (integer) - - - - - - - - - - OCI_B_BIN - (integer) - - - - - - - - - - OCI_FETCHSTATEMENT_BY_COLUMN - (integer) - - - - - - - - - - OCI_FETCHSTATEMENT_BY_ROW - (integer) - - - - - - - - - - OCI_ASSOC - (integer) - - - - - - - - - - OCI_NUM - (integer) - - - - - - - - - - OCI_BOTH - (integer) - - - - - - - - - - OCI_RETURN_NULLS - (integer) - - - - - - - - - - OCI_RETURN_LOBS - (integer) - - - - - - - - - - OCI_DTYPE_FILE - (integer) - - - - - - - - - - OCI_DTYPE_LOB - (integer) - - - - - - - - - - OCI_DTYPE_ROWID - (integer) - - - - - - - - - - OCI_D_FILE - (integer) - - - - - - - - - - OCI_D_LOB - (integer) - - - - - - - - - - OCI_D_ROWID - (integer) - - - - - - - - - - - -