intersvyaz/pdo-oci8
最新稳定版本:2.0.5
Composer 安装命令:
composer require intersvyaz/pdo-oci8
包简介
PDO userspace driver proxying calls to PHP OCI8 driver
README 文档
README
This package is a simple userspace driver for PDO that uses the tried and tested OCI8 functions instead of using the still experimental and not all that functionnal PDO_OCI library.
Please report any bugs you may find.
Features
Automatic save blob fields.
Use Oci8::PARAM_BLOB and Oci8::PARAM_CLOB constant in bindValue.
Yii::app()->db->createCommand("INSERT INTO table (data) VALUES (empty_blob()) returning data into :data") ->bindParam(':data', 'very very long string', Oci8::PARAM_BLOB) ->execute();
##Installation
Run php composer.phar require "intersvyaz/pdo-oci8: ~2.0.0"
or add as a requirement to composer.json:
{
"require": {
"intersvyaz/pdo-oci8": "~2.0.0"
}
}
And then run composer update
###Credits
统计信息
- 总下载量: 65.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-12