Supported Datatypes
oci_bind_array_by_name
OCI8
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
OCI8 函数
Table of Contents
oci_bind_array_by_name
— Binds PHP array to Oracle PL/SQL array by name
oci_bind_by_name
— 绑定一个 PHP 变量到一个 Oracle 位置标志符
oci_cancel
— 取消从游标读取数据
oci_close
— 关闭 Oracle 连接
OCI-Collection->append
— Appends element to the collection
OCI-Collection->assign
— Assigns a value to the collection from another existing collection
OCI-Collection->assignElem
— Assigns a value to the element of the collection
OCI-Collection->free
— Frees the resources associated with the collection object
OCI-Collection->getElem
— Returns value of the element
OCI-Collection->max
— Returns the maximum number of elements in the collection
OCI-Collection->size
— Returns size of the collection
OCI-Collection->trim
— Trims elements from the end of the collection
oci_commit
— 提交未执行的事务处理
oci_connect
— 建立一个到 Oracle 服务器的连接
oci_define_by_name
— 在 SELECT 中使用 PHP 变量作为定义的步骤
oci_error
— 返回上一个错误
oci_execute
— 执行一条语句
oci_fetch_all
— 获取结果数据的所有行到一个数组
oci_fetch_array
— Returns the next row from the result data as an associative or numeric array, or both
oci_fetch_assoc
— Returns the next row from the result data as an associative array
oci_fetch_object
— Returns the next row from the result data as an object
oci_fetch_row
— Returns the next row from the result data as a numeric array
oci_fetch
— Fetches the next row into result-buffer
oci_field_is_null
— 检查字段是否为 NULL
oci_field_name
— 返回字段名
oci_field_precision
— 返回字段精度
oci_field_scale
— 返回字段范围
oci_field_size
— 返回字段大小
oci_field_type_raw
— 返回字段的原始 Oracle 数据类型
oci_field_type
— 返回字段的数据类型
oci_free_statement
— 释放关联于语句或游标的所有资源
oci_internal_debug
— 打开或关闭内部调试输出
OCI-Lob->append
— Appends data from the large object to another large object
OCI-Lob->close
— Closes LOB descriptor
oci_lob_copy
— Copies large object
OCI-Lob->eof
— Tests for end-of-file on a large object's descriptor
OCI-Lob->erase
— Erases a specified portion of the internal LOB data
OCI-Lob->export
— Exports LOB's contents to a file
OCI-Lob->flush
— Flushes/writes buffer of the LOB to the server
OCI-Lob->free
— Frees resources associated with the LOB descriptor
OCI-Lob->getBuffering
— Returns current state of buffering for the large object
OCI-Lob->import
— Imports file data to the LOB
oci_lob_is_equal
— Compares two LOB/FILE locators for equality
OCI-Lob->load
— Returns large object's contents
OCI-Lob->read
— Reads part of the large object
OCI-Lob->rewind
— Moves the internal pointer to the beginning of the large object
OCI-Lob->save
— Saves data to the large object
OCI-Lob->saveFile
— 别名 oci_lob_import
OCI-Lob->seek
— Sets the internal pointer of the large object
OCI-Lob->setBuffering
— Changes current state of buffering for the large object
OCI-Lob->size
— Returns size of large object
OCI-Lob->tell
— Returns current position of internal pointer of large object
OCI-Lob->truncate
— Truncates large object
OCI-Lob->write
— Writes data to the large object
OCI-Lob->writeTemporary
— Writes temporary large object
OCI-Lob->writeToFile
— 别名 oci_lob_export
oci_new_collection
— 分配新的 collection 对象
oci_new_connect
— 建定一个到 Oracle 服务器的新连接
oci_new_cursor
— 分配并返回一个新的游标(语句句柄)
oci_new_descriptor
— 初始化一个新的空 LOB 或 FILE 描述符
oci_num_fields
— 返回结果列的数目
oci_num_rows
— 返回语句执行后受影响的行数
oci_parse
— 配置 Oracle 语句预备执行
oci_password_change
— 修改 Oracle 用户的密码
oci_pconnect
— 使用一个持久连接连到 Oracle 数据库
oci_result
— 返回所取得行中字段的值
oci_rollback
— 回滚未提交的事务
oci_server_version
— 返回服务器版本信息
oci_set_prefetch
— 设置预提取行数
oci_statement_type
— 返回 OCI 语句的类型
ocibindbyname
— oci_bind_by_name 的别名
ocicancel
— oci_cancel 的别名
ocicloselob
— 的别名
ocicollappend
— 的别名
ocicollassign
— 的别名
ocicollassignelem
— 的别名
ocicollgetelem
— 的别名
ocicollmax
— 的别名
ocicollsize
— 的别名
ocicolltrim
— 的别名
ocicolumnisnull
— oci_field_is_null 的别名
ocicolumnname
— oci_field_name 的别名
ocicolumnprecision
— oci_field_precision 的别名
ocicolumnscale
— oci_field_scale 的别名
ocicolumnsize
— oci_field_size 的别名
ocicolumntype
— oci_field_type 的别名
ocicolumntyperaw
— oci_field_type_raw 的别名
ocicommit
— oci_commit 的别名
ocidefinebyname
— oci_define_by_name 的别名
ocierror
— oci_error 的别名
ociexecute
— oci_execute 的别名
ocifetch
— oci_fetch 的别名
ocifetchinto
— 获取下一行到一个数组
ocifetchstatement
— oci_fetch_all 的别名
ocifreecollection
— 的别名
ocifreecursor
— oci_free_statement 的别名
ocifreedesc
— 的别名
ocifreestatement
— oci_free_statement 的别名
ociinternaldebug
— oci_internal_debug 的别名
ociloadlob
— 的别名
ocilogoff
— oci_close 的别名
ocilogon
— oci_connect 的别名
ocinewcollection
— oci_new_collection 的别名
ocinewcursor
— oci_new_cursor 的别名
ocinewdescriptor
— oci_new_descriptor 的别名
ocinlogon
— oci_new_connect 的别名
ocinumcols
— oci_num_fields 的别名
ociparse
— oci_parse 的别名
ociplogon
— oci_pconnect 的别名
ociresult
— oci_result 的别名
ocirollback
— oci_rollback 别名
ocirowcount
— oci_num_rows 的别名
ocisavelob
— 的别名
ocisavelobfile
— 的别名
ociserverversion
— oci_server_version 的别名
ocisetprefetch
— oci_set_prefetch 的别名
ocistatementtype
— oci_statement_type 的别名
ociwritelobtofile
— 的别名
ociwritetemporarylob
— 的别名
Supported Datatypes
oci_bind_array_by_name
OCI8
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程