|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "php_ini.h"#include "ext/standard/php_string.h"#include "main/php_network.h"#include "ext/pdo/php_pdo.h"#include "ext/pdo/php_pdo_driver.h"#include "ext/pdo/php_pdo_error.h"#include "ext/standard/file.h"#include "php_pdo_pgsql.h"#include "php_pdo_pgsql_int.h"#include "zend_exceptions.h"#include "zend_smart_str.h"#include "pgsql_driver_arginfo.h"Go to the source code of this file.
Variables | |
| const php_stream_ops | pdo_pgsql_lob_stream_ops |
| const pdo_driver_t | pdo_pgsql_driver |
| int _pdo_pgsql_error | ( | pdo_dbh_t * | dbh, |
| pdo_stmt_t * | stmt, | ||
| int | errcode, | ||
| const char * | sqlstate, | ||
| const char * | msg, | ||
| const char * | file, | ||
| int | line ) |
Definition at line 67 of file pgsql_driver.c.
| void pdo_libpq_version | ( | char * | buf, |
| size_t | len ) |
Definition at line 427 of file pgsql_driver.c.
| void pdo_pgsql_cleanup_notice_callback | ( | pdo_pgsql_db_handle * | H | ) |
Definition at line 135 of file pgsql_driver.c.
Definition at line 226 of file pgsql_driver.c.
| php_stream * pdo_pgsql_create_lob_stream | ( | zval * | dbh, |
| int | lfd, | ||
| Oid | oid ) |
Definition at line 202 of file pgsql_driver.c.
| void pgsqlCopyFromArray_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 609 of file pgsql_driver.c.
| void pgsqlCopyFromFile_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 727 of file pgsql_driver.c.
| void pgsqlCopyToArray_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 929 of file pgsql_driver.c.
| void pgsqlCopyToFile_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 829 of file pgsql_driver.c.
| void pgsqlGetNotify_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 1138 of file pgsql_driver.c.
| void pgsqlGetPid_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 1223 of file pgsql_driver.c.
| void pgsqlLOBCreate_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 1009 of file pgsql_driver.c.
| void pgsqlLOBOpen_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 1042 of file pgsql_driver.c.
| void pgsqlLOBUnlink_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 1098 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlCopyFromArray | ) |
Definition at line 721 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlCopyFromFile | ) |
Definition at line 823 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlCopyToArray | ) |
Definition at line 1003 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlCopyToFile | ) |
Definition at line 922 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlGetNotify | ) |
Definition at line 1217 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlGetPid | ) |
Definition at line 1239 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlLOBCreate | ) |
Definition at line 1036 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlLOBOpen | ) |
Definition at line 1092 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlLOBUnlink | ) |
Definition at line 1132 of file pgsql_driver.c.
| PHP_METHOD | ( | PDO_PGSql_Ext | , |
| pgsqlSetNoticeCallback | ) |
Definition at line 1246 of file pgsql_driver.c.
| const pdo_driver_t pdo_pgsql_driver |
Definition at line 1418 of file pgsql_driver.c.
| const php_stream_ops pdo_pgsql_lob_stream_ops |
Definition at line 190 of file pgsql_driver.c.