|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_pdo_pgsql_int.h>
Data Fields | |
| pdo_pgsql_db_handle * | H |
| PGresult * | result |
| pdo_pgsql_column * | cols |
| char * | cursor_name |
| char * | stmt_name |
| zend_string * | query |
| char ** | param_values |
| int * | param_lengths |
| int * | param_formats |
| Oid * | param_types |
| int | current_row |
| bool | is_prepared |
Definition at line 58 of file php_pdo_pgsql_int.h.
| pdo_pgsql_column* pdo_pgsql_stmt::cols |
Definition at line 61 of file php_pdo_pgsql_int.h.
| int pdo_pgsql_stmt::current_row |
Definition at line 69 of file php_pdo_pgsql_int.h.
| char* pdo_pgsql_stmt::cursor_name |
Definition at line 62 of file php_pdo_pgsql_int.h.
| pdo_pgsql_db_handle* pdo_pgsql_stmt::H |
Definition at line 59 of file php_pdo_pgsql_int.h.
| bool pdo_pgsql_stmt::is_prepared |
Definition at line 70 of file php_pdo_pgsql_int.h.
| int* pdo_pgsql_stmt::param_formats |
Definition at line 67 of file php_pdo_pgsql_int.h.
| int* pdo_pgsql_stmt::param_lengths |
Definition at line 66 of file php_pdo_pgsql_int.h.
| Oid* pdo_pgsql_stmt::param_types |
Definition at line 68 of file php_pdo_pgsql_int.h.
| char** pdo_pgsql_stmt::param_values |
Definition at line 65 of file php_pdo_pgsql_int.h.
| zend_string* pdo_pgsql_stmt::query |
Definition at line 64 of file php_pdo_pgsql_int.h.
| PGresult* pdo_pgsql_stmt::result |
Definition at line 60 of file php_pdo_pgsql_int.h.
| char* pdo_pgsql_stmt::stmt_name |
Definition at line 63 of file php_pdo_pgsql_int.h.