位置: 编程技术 - 正文

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函数

  • 小规模不动产租赁税率5%
  • 小规模要交增值税怎么计提
  • 医疗费用收费票据
  • 人员处于银行代扣报盘期间什么意思
  • 现金账怎么记账图例
  • 金税三期申报代扣代缴增值税流程步骤分析
  • 企业所得税属于什么科目
  • 纳税人开具发票服务卡到期限了怎么办?
  • 收到子公司分红需要交所得税吗?
  • 农产品收购发票使用范围
  • 净利润亏损怎么结转
  • 进项税额转出是什么意思
  • 购买礼品赠送客户进项税处理
  • 退休人员工资所得税纳税调整
  • 房产税先征后免会计处理
  • 成本利润率的计算公式中,成本费用总额包括
  • 开票信息银行账号有一个横杠
  • 税盘减免会计分录
  • 国内企业给国外企业开发票
  • 金蝶软件反年结账怎么弄
  • 增值税附加怎么入账
  • 非居民个人所得税税率表最新
  • 公司装修款怎么做分录
  • 申请开立临时存款账户
  • 医院装修设计费一般多少钱一平方
  • win11玩游戏鼠标卡顿
  • uniapp微信小程序头像获取与服务器对接
  • xwizard.exe是什么
  • php的八种类型
  • 新会计准则计入管理费用的税费
  • 营业外收入账户性质
  • 库存盘点怎么做账
  • vue使用教程
  • iframe嵌套页面点击里面的按钮
  • xss攻击解决方案
  • mkv视频制作
  • 微信收款会计入个人所得税吗
  • python动态参数应用
  • 没有数字的公章有效吗
  • MySQL: mysql is not running but lock exists 的解决方法
  • mysqldump定时备份
  • 那怎么才能恢复
  • 小规模费用发票可以抵扣增值税吗
  • 减免增值税计入营业外收入明细科目
  • 会计凭证销毁年限
  • 减免残保金相关政策
  • 费用暂估入账后期如何冲销
  • 材料成本差异会计处理
  • 不动产出租要交什么税
  • 逾期贷款利息收入增值税和企业所得税纳税义务时间
  • 电子承兑汇票是到期日前10天提示承兑吗
  • 房地产结转收入的条件
  • 微信支付属于现金支付还是转账支付
  • 房租已支付未收到发票可以做费用吗
  • 军工科研事业单位会计制度
  • 存货过期报废进项税额怎么处理
  • 公司注销记账凭证还有用吗
  • sql %和_
  • mysql5.6解压版安装教程
  • 为什么要淘汰相关性高的指标
  • Ubuntu Eclipse MyEclipse 添加GBK支持 不乱码
  • windows下键盘不能用
  • 如何配置linux系统
  • winxp系统怎么安装
  • Ubuntu如何安装软件
  • windows7如何取消锁屏密码
  • windows10储存
  • 有nodejs就不需要用java了么
  • 硬盘逻辑锁源码
  • javascript原生写法
  • jquery的使用步骤
  • 手游开发流程具体
  • js类的实现
  • python约瑟夫问题最高效算法
  • 江苏省高新区地图
  • 浙江公务员冬令时上班时间
  • 进项转出怎么做
  • 新疆国税局电子税务局
  • 冻结银行账户属于什么
  • 独生子女补贴和退休金一起发吗
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

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

    友情链接: 武汉网站建设