PHP:oci_get_implicit_resultset()的用法 PHP
oci_get_implicit_resultset
(PECL OCI8 >= 2.0.0)
oci_get_implicit_resultset — Returns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit
PHP:pg_port()的用法 PHP
pg_port
(PHP 4, PHP 5)
pg_port —
返回该连接的端口号
说明
int pg_port
( resource $connection
)
pg_port() 返回给定的 PostgreSQL conne
PHP:pg_prepare()的用法 PHP
pg_prepare
(PHP 5 >= 5.1.0)
pg_prepare — Submits a request to create a prepared statement with the
given parameters, and waits for completion.
说明
resource pg_prepare
([ reso
PHP:pg_put_line()的用法 PHP
pg_put_line
(PHP 4 >= 4.0.3, PHP 5)
pg_put_line — 向 PostgreSQL 后端发送以 NULL 结尾的字符串
说明
bool pg_put_line
([ resource $connection
], string $da
PHP:pg_query_params()的用法 PHP
pg_query_params (PHP 5 = 5.1.0)
pg_query_params — Submits a command to the server and waits for the result, with ...
PHP:pg_query()的用法 PHP
pg_query
(PHP 4 >= 4.2.0, PHP 5)
pg_query — 执行查询
说明
resource pg_query
( resource $connection
, string $query
)
pg_query()
在查询
PHP:pg_result_error_field()的用法 PHP
pg_result_error_field
(PHP 5 >= 5.1.0)
pg_result_error_field — Returns an individual field of an error report.
说明
string pg_result_error_field
( resource $result
, int $fiel
PHP:pg_result_error()的用法 PHP
pg_result_error
(PHP 4 >= 4.2.0, PHP 5)
pg_result_error —
获得查询结果的错误信息
说明
string pg_result_error
( resource $result
)
p
PHP:pg_result_seek()的用法 PHP
pg_result_seek
(PHP 4 >= 4.3.0, PHP 5)
pg_result_seek — 在结果资源中设定内部行偏移量
说明
array pg_result_seek
( resource $result
, int $offset
PHP:pg_result_status()的用法 PHP
pg_result_status
(PHP 4 >= 4.2.0, PHP 5)
pg_result_status —
获得查询结果的状态
说明
int pg_result_status
( resource $result
)
pg_resu