位置: 编程技术 - 正文

PHP:pg_send_prepare()的用法_PostgreSQL函数

编辑:rootadmin
pg_send_prepare

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

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

(PHP 5 >= 5.1.0)

pg_send_prepare — Sends a request to create a prepared statement with the given parameters, without waiting for completion.

说明 bool pg_send_prepare ( resource $connection , string $stmtname , string $query )

Sends a request to create a prepared statement with the given parameters, without waiting for completion.

This is an asynchronous version of pg_prepare(): it returns TRUE if it was able to dispatch the request, and FALSE if not. After a successful call, call pg_get_result() to determine whether the server successfully created the prepared statement. The function&#;s parameters are handled identically to pg_prepare(). Like pg_prepare(), it will not work on pre-7.4 versions of PostgreSQL.

参数

connection PHP:pg_send_prepare()的用法_PostgreSQL函数

PostgreSQL database connection resource. When connection is not present, the default connection is used. The default connection is the last connection made by pg_connect() or pg_pconnect().

stmtname

The name to give the prepared statement. Must be unique per-connection. If "" is specified, then an unnamed statement is created, overwriting any previously defined unnamed statement.

query

The parameterized SQL statement. Must contain only a single statement. (multiple statements separated by semi-colons are not allowed.) If any parameters are used, they are referred to as $1, $2, etc.

返回值

Returns TRUE on success, FALSE on failure. Use pg_get_result() to determine the query result.

范例

Example #1 Using pg_send_prepare()

<?php$dbconn=pg_connect("dbname=publisher")ordie("Couldnotconnect");//Prepareaqueryforexecutionif(!pg_connection_busy($dbconn)){pg_send_prepare($dbconn,"my_query",'SELECT*FROMshopsWHEREname=$1');$res1=pg_get_result($dbconn);}//Executethepreparedquery.Notethatitisnotnecessarytoescape//thestring"Joe'sWidgets"inanywayif(!pg_connection_busy($dbconn)){pg_send_execute($dbconn,"my_query",array("Joe'sWidgets"));$res2=pg_get_result($dbconn);}//Executethesamepreparedquery,thistimewithadifferentparameterif(!pg_connection_busy($dbconn)){pg_send_execute($dbconn,"my_query",array("ClothesClothesClothes"));$res3=pg_get_result($dbconn);}?>

参见

pg_connect() - 打开一个 PostgreSQL 连接 pg_pconnect() - 打开一个持久的 PostgreSQL 连接 pg_execute() - Sends a request to execute a prepared statement with given parameters, and waits for the result. pg_send_execute() - Sends a request to execute a prepared statement with given parameters, without waiting for the result(s). pg_send_query_params() - Submits a command and separate parameters to the server without waiting for the result(s).

PHP:pg_send_execute()的用法_PostgreSQL函数 pg_send_execute(PHP5=5.1.0)pg_send_executeSendsarequesttoexecuteapreparedstatementwithgivenparameters,withoutwaitingfortheresult(s).说明boolpg_send_execute(resource$connection,string$stmtname,array$

PHP:pg_select()的用法_PostgreSQL函数 pg_select(PHP4=4.3.0,PHP5)pg_select选择记录说明mixedpg_select(resource$connection,string$table_name,array$assoc_array[,int$options=PGSQL_DML_EXEC])pg_select()根据assoc_array数组中的field=v

PHP:pg_result_status()的用法_PostgreSQL函数 pg_result_status(PHP4=4.2.0,PHP5)pg_result_status获得查询结果的状态说明intpg_result_status(resource$result)pg_result_status()返回该查询结果资源的状态。可能的返回值有PGSQ

标签: PHP:pg_send_prepare()的用法_PostgreSQL函数

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

上一篇:PHP:pg_send_query_params()的用法_PostgreSQL函数

下一篇:PHP:pg_send_execute()的用法_PostgreSQL函数

  • 老项目增值税简易计税
  • 外贸企业的出口收入免征其地方水利建设基金
  • 发票作废了清单一样怎么重新使用
  • 存货跌价准备在财务报表哪里看
  • 小规模纳税人季报还是月报?
  • 期末资产负债
  • 单位发放中秋月饼价值有规定吗
  • 小规模跨年发票可以入账吗
  • 天然气安装工程施工劳务协议
  • 拆迁补偿款上交财政
  • 股东向公司借款需要股东会决议吗
  • 代理销售保险
  • 营改增之后就没有营业税了吗
  • 销项已开进项还没有收到分录如何处理?
  • 为什么销售人员佣金计入合同取得成本
  • 建材公司将自产产品卖出
  • 生产企业是否可以兼营外贸业务
  • 没有成立工会的企业要交工会筹备金吗
  • 只有专票没有普票
  • 公司招待技术维护方案
  • 季报的利润表是填本期金额还是本年
  • 定率征收怎么申报
  • 高技术制造企业
  • 销售退回涉及的科目
  • win10禁止使用网络
  • Win10时间显示到秒
  • 商业意外险进项可以抵扣吗
  • 汇率调整怎么做分录
  • 如何在win7系统中查看电脑基本信息
  • 公司收到搬运发票怎么做
  • ’sass_binary_site‘ is not a valid npm option问题的产生原因及解决办法
  • 隐藏资源管理器窗口
  • vue默认首页
  • 企业所得税季度预缴是什么意思
  • js浅拷贝和深拷贝的方法
  • php jquery
  • 转出未交增值税最终怎么转平
  • 预缴增值税借方余额
  • 定额发票在哪查真伪
  • 小规模纳税人核定征收标准
  • 跨年的增值税普通发票怎么冲红
  • 出差费用计入
  • 建筑业委托加工合同范本
  • 增值税发票认证勾选平台
  • 年末计提哪些科目
  • 开了发票不做收入的账务处理是?
  • 工资是什么?包括哪些
  • mysql改造
  • 上期有留抵进项税额,本期如何申报
  • 经营项目里没有纹身可以纹身吗
  • 材料已入库后收回怎么办
  • 发给客户免费的短信
  • 实缴增值税比计提增值税少怎么做账务处理
  • 价外费用计入哪个科目
  • 工程款外地预缴哪些税
  • 欠别人钱是否可以起诉
  • 如何调整银行存款余额
  • 营业执照怎么换地址
  • win8怎么扩展c盘
  • win8系统计算机在哪里
  • linux系统怎么更改语言
  • win10 mobile 1709
  • linux swap分区必须吗
  • cocos2dx HelloWorld代码分析
  • 关于javascript函数
  • jQuery插件能输出到控制台
  • python中urllib.unquote乱码的原因与解决方法
  • Node.js中的全局对象有
  • 定时软件有哪些
  • Qualcom QMI系列-基本知识介绍
  • linux find -cmin
  • python入门100例
  • Unity AssetBundle爬坑手记
  • 使用jquery实现的项目
  • jquery validate表单校验html
  • 河北省职称证书电子版
  • 车辆购置税怎样交
  • 厂房租赁开票税收编码
  • 税务函调回来几天可以退税
  • 广东省国家税务总局电子税务局
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

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

    友情链接: 武汉网站建设