php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_pgsql_stmt Struct Reference

#include <php_pdo_pgsql_int.h>

Data Fields

pdo_pgsql_db_handleH
 
PGresult * result
 
pdo_pgsql_columncols
 
char * cursor_name
 
char * stmt_name
 
zend_stringquery
 
char ** param_values
 
int * param_lengths
 
int * param_formats
 
Oid * param_types
 
int current_row
 
bool is_prepared
 

Detailed Description

Definition at line 58 of file php_pdo_pgsql_int.h.

Field Documentation

◆ cols

pdo_pgsql_column* pdo_pgsql_stmt::cols

Definition at line 61 of file php_pdo_pgsql_int.h.

◆ current_row

int pdo_pgsql_stmt::current_row

Definition at line 69 of file php_pdo_pgsql_int.h.

◆ cursor_name

char* pdo_pgsql_stmt::cursor_name

Definition at line 62 of file php_pdo_pgsql_int.h.

◆ H

pdo_pgsql_db_handle* pdo_pgsql_stmt::H

Definition at line 59 of file php_pdo_pgsql_int.h.

◆ is_prepared

bool pdo_pgsql_stmt::is_prepared

Definition at line 70 of file php_pdo_pgsql_int.h.

◆ param_formats

int* pdo_pgsql_stmt::param_formats

Definition at line 67 of file php_pdo_pgsql_int.h.

◆ param_lengths

int* pdo_pgsql_stmt::param_lengths

Definition at line 66 of file php_pdo_pgsql_int.h.

◆ param_types

Oid* pdo_pgsql_stmt::param_types

Definition at line 68 of file php_pdo_pgsql_int.h.

◆ param_values

char** pdo_pgsql_stmt::param_values

Definition at line 65 of file php_pdo_pgsql_int.h.

◆ query

zend_string* pdo_pgsql_stmt::query

Definition at line 64 of file php_pdo_pgsql_int.h.

◆ result

PGresult* pdo_pgsql_stmt::result

Definition at line 60 of file php_pdo_pgsql_int.h.

◆ stmt_name

char* pdo_pgsql_stmt::stmt_name

Definition at line 63 of file php_pdo_pgsql_int.h.


The documentation for this struct was generated from the following file: