位置: 编程技术 - 正文

PHP:oci_fetch_object()的用法_Oracle函数

编辑:rootadmin
oci_fetch_object

推荐整理分享PHP:oci_fetch_object()的用法_Oracle函数,希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!

(PHP 5, PECL OCI8 >= 1.1.0)

oci_fetch_object — Returns the next row from a query as an object

说明 object oci_fetch_object ( resource $statement )

Returns an object containing the next result-set row of a query. Each attribute of the object corresponds to a column of the row. This function is typically called in a loop until it returns FALSE, indicating no more rows exist.

要获取 OCI8扩展进行数据类型映射的细节,请参见驱动所支持的数据类型。

参数

statement

有效的 OCI8 报表标识符由 oci_parse() 创建,被 oci_execute()或 REF CURSOR statement 标识执行。

返回值

Returns an object. Each attribute of the object corresponds to a column of the row. If there are no more rows in the statement then FALSE is returned.

Any LOB columns are returned as LOB descriptors.

PHP:oci_fetch_object()的用法_Oracle函数

DATE columns are returned as strings formatted to the current date format. The default format can be changed with Oracle environment variables such as NLS_LANG or by a previously executed ALTER SESSION SET NLS_DATE_FORMAT command.

Oracle&#;s default, non-case sensitive column names will have uppercase attribute names. Case-sensitive column names will have attribute names using the exact column case. Use var_dump() on the result object to verify the appropriate case for attribute access.

Attribute values will be NULL for any NULL data fields.

范例

Example #1 oci_fetch_object() example

<?php/*Beforerunning,createthetable:CREATETABLEmytab(idNUMBER,descriptionVARCHAR2());INSERTINTOmytab(id,description)values(1,'FishandChips');COMMIT;*/$conn=oci_connect('hr','welcome','localhost/XE');if(!$conn){$e=oci_error();trigger_error(htmlentities($e['message'],ENT_QUOTES),E_USER_ERROR);}$stid=oci_parse($conn,'SELECTid,descriptionFROMmytab');oci_execute($stid);while(($row=oci_fetch_object($stid))!=false){//UseuppercaseattributenamesforeachstandardOraclecolumnecho$row->ID."<br>n";echo$row->DESCRIPTION."<br>n";}//

Example #2 oci_fetch_object() with case sensitive column names

<?php/*Beforerunning,createthetablewithacasesensitivecolumnname:CREATETABLEmytab(idNUMBER,"MyDescription"VARCHAR2());INSERTINTOmytab(id,"MyDescription")values(1,'IcedCoffee');COMMIT;*/$conn=oci_connect('hr','welcome','localhost/XE');if(!$conn){$e=oci_error();trigger_error(htmlentities($e['message'],ENT_QUOTES),E_USER_ERROR);}$stid=oci_parse($conn,'SELECTid,"MyDescription"FROMmytab');oci_execute($stid);while(($row=oci_fetch_object($stid))!=false){//UseuppercaseattributenamesforeachstandardOraclecolumnecho$row->ID."<br>n";//Usetheexactcaseforthecasesensitivecolumnnameecho$row->MyDescription."<br>n";}//

Example #3 oci_fetch_object() with LOBs

<?php/*Beforerunning,createthetable:CREATETABLEmytab(idNUMBER,descriptionCLOB);INSERTINTOmytab(id,description)values(1,'Averylongstring');COMMIT;*/$conn=oci_connect('hr','welcome','localhost/XE');if(!$conn){$e=oci_error();trigger_error(htmlentities($e['message'],ENT_QUOTES),E_USER_ERROR);}$stid=oci_parse($conn,'SELECTid,descriptionFROMmytab');oci_execute($stid);while(($row=oci_fetch_object($stid))!=false){echo$row->ID."<br>n";//ThefollowingwilloutputthefirstbytesfromDESCRIPTIONecho$row->DESCRIPTION->read()."<br>n";}//

参见

oci_fetch() - Fetches the next row into result-buffer oci_fetch_all() - 获取结果数据的所有行到一个数组 oci_fetch_assoc() - Returns the next row from a query as an associative array oci_fetch_array() - Returns the next row from a query as an associative or numeric array oci_fetch_row() - Returns the next row from a query as a numeric array

PHP:oci_fetch_row()的用法_Oracle函数 oci_fetch_row(PHP5,PECLOCI8=1.1.0)oci_fetch_rowReturnsthenextrowfromaqueryasanumericarray说明arrayoci_fetch_row(resource$statement)Returnsanumericallyindexedarraycontainingthenextresult-setrowofaque

PHP:oci_fetch_assoc()的用法_Oracle函数 oci_fetch_assoc(PHP5,PECLOCI8=1.1.0)oci_fetch_assocReturnsthenextrowfromaqueryasanassociativearray说明arrayoci_fetch_assoc(resource$statement)Returnsanassociativearraycontainingthenextresult-setrowo

PHP:oci_close()的用法_Oracle函数 oci_close(PHP5,PECLOCI8=1.1.0)oci_close关闭Oracle连接说明booloci_close(resource$connection)oci_close()将Oracle连接connection关闭。Note:自版本1.1起oci_close()正确关闭Oracle连接。

标签: PHP:oci_fetch_object()的用法_Oracle函数

本文链接地址:https://www.jiuchutong.com/biancheng/281110.html 转载请保留说明!

上一篇:PHP:oci_field_is_null()的用法_Oracle函数

下一篇:PHP:oci_fetch_row()的用法_Oracle函数

  • 土地取得方式有哪些
  • 国企的注册资本也很少吗
  • 计提资本公积的处理
  • 合营企业和联营企业会计核算
  • 增值税专用发票和普通发票的区别
  • 无形资产摊销怎么计算
  • 购买原材料产生的运输费计入什么科目
  • 附加税按实际缴纳计提吗
  • 营改增后企业出售使用过的旧车
  • 土地增值税清算比例的计算
  • 金税盘开票怎么改成含税金额
  • 哪些进项税额不允许从销售额中抵扣?
  • 一般纳税人减免税款的会计分录
  • 坏账准备金最新计算公式
  • 商品出口消费税计算方法
  • 确认整个会计年度的依据
  • 老总来公司视察
  • 借款不归还的法律条款
  • 增值税小规模纳税人减免增值税政策
  • 计提个人保险会计分录
  • 施工项目直接成本和间接成本
  • 3%征收率减按2%征收增值税怎么算
  • 员工的罚款计入什么科目
  • 如何永久关闭win10系统更新
  • 当月收到服务成本票下个月才开出发票
  • 成立公司必要性
  • PHP:class_implements()的用法_spl函数
  • 原始凭证的内容有哪些
  • php odbc
  • 达拉斯位置
  • vue2:elementUI中Form 表单在特定情况下做动态rules添加删除
  • chrome安装教程
  • 安装多版本chrome
  • pyecharts怎么用
  • js中数组方法有哪些
  • vi操作命令进入编辑命令
  • 个体工商户缴税吗?
  • 印花税没有及时交会有什么后果
  • 公司欠款 法人
  • 应收帐款出售给银行会计分录
  • 进料余料结转 报关单
  • 异地工程税
  • 报销业务招待费是什么凭证
  • 给中间人回扣犯罪吗
  • sql查表结构语句
  • 公司的车过户到个人名下需要什么手续
  • 公司班车费用如何入账
  • 营业税金及附加和税金及附加有什么区别
  • 增值税是主税吗
  • 业务招待费占管理费用的多少算合适
  • 未认证进项税额会计分录
  • 模具成本核算汇总表
  • 关于母子公司的关系的表述,正确的是( )
  • 财务报表未备案可以不填吗
  • 建筑业当月有收入,没成本怎样办
  • 本票丢了别人可以取钱吗
  • 分批法成本核算对象
  • 期间费用包括哪些费用
  • mysql外键怎么写
  • SQL Transcation的一些总结分享
  • supervisor.sock refused connection
  • cmd命令行操作
  • windows server vista
  • win7系统安装步骤
  • xp的命令提示符在哪
  • mplugin.exe是什么
  • 关于windows的开始菜单,叙述错误的是
  • win10无法启动diagnostic policy service
  • perl中splice
  • w32tm命令
  • Unity3D游戏开发引擎
  • java多线程最佳实践
  • js获取时间精确到毫秒
  • ansible客户端需要装python
  • js显示word
  • android 数据库
  • 四川国家税务局官网
  • 定额发票增值税怎么申报
  • 如何在电子税务局变更财务负责人
  • 北京市注册税务师
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设