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

#include <mysqlnd_structs.h>

Data Fields

zend_stringsname
 
bool is_numeric
 
zend_ulong num_key
 
const char * name
 
const char * org_name
 
const char * table
 
const char * org_table
 
const char * db
 
const char * catalog
 
char * def
 
zend_ulong length
 
unsigned int name_length
 
unsigned int org_name_length
 
unsigned int table_length
 
unsigned int org_table_length
 
unsigned int db_length
 
unsigned int catalog_length
 
unsigned int def_length
 
unsigned int flags
 
unsigned int decimals
 
unsigned int charsetnr
 
enum mysqlnd_field_types type
 
char * root
 
size_t root_len
 

Detailed Description

Definition at line 76 of file mysqlnd_structs.h.

Field Documentation

◆ catalog

const char* st_mysqlnd_field::catalog

Definition at line 86 of file mysqlnd_structs.h.

◆ catalog_length

unsigned int st_mysqlnd_field::catalog_length

Definition at line 94 of file mysqlnd_structs.h.

◆ charsetnr

unsigned int st_mysqlnd_field::charsetnr

Definition at line 98 of file mysqlnd_structs.h.

◆ db

const char* st_mysqlnd_field::db

Definition at line 85 of file mysqlnd_structs.h.

◆ db_length

unsigned int st_mysqlnd_field::db_length

Definition at line 93 of file mysqlnd_structs.h.

◆ decimals

unsigned int st_mysqlnd_field::decimals

Definition at line 97 of file mysqlnd_structs.h.

◆ def

char* st_mysqlnd_field::def

Definition at line 87 of file mysqlnd_structs.h.

◆ def_length

unsigned int st_mysqlnd_field::def_length

Definition at line 95 of file mysqlnd_structs.h.

◆ flags

unsigned int st_mysqlnd_field::flags

Definition at line 96 of file mysqlnd_structs.h.

◆ is_numeric

bool st_mysqlnd_field::is_numeric

Definition at line 79 of file mysqlnd_structs.h.

◆ length

zend_ulong st_mysqlnd_field::length

Definition at line 88 of file mysqlnd_structs.h.

◆ name

const char* st_mysqlnd_field::name

Definition at line 81 of file mysqlnd_structs.h.

◆ name_length

unsigned int st_mysqlnd_field::name_length

Definition at line 89 of file mysqlnd_structs.h.

◆ num_key

zend_ulong st_mysqlnd_field::num_key

Definition at line 80 of file mysqlnd_structs.h.

◆ org_name

const char* st_mysqlnd_field::org_name

Definition at line 82 of file mysqlnd_structs.h.

◆ org_name_length

unsigned int st_mysqlnd_field::org_name_length

Definition at line 90 of file mysqlnd_structs.h.

◆ org_table

const char* st_mysqlnd_field::org_table

Definition at line 84 of file mysqlnd_structs.h.

◆ org_table_length

unsigned int st_mysqlnd_field::org_table_length

Definition at line 92 of file mysqlnd_structs.h.

◆ root

char* st_mysqlnd_field::root

Definition at line 100 of file mysqlnd_structs.h.

◆ root_len

size_t st_mysqlnd_field::root_len

Definition at line 101 of file mysqlnd_structs.h.

◆ sname

zend_string* st_mysqlnd_field::sname

Definition at line 78 of file mysqlnd_structs.h.

◆ table

const char* st_mysqlnd_field::table

Definition at line 83 of file mysqlnd_structs.h.

◆ table_length

unsigned int st_mysqlnd_field::table_length

Definition at line 91 of file mysqlnd_structs.h.

◆ type

enum mysqlnd_field_types st_mysqlnd_field::type

Definition at line 99 of file mysqlnd_structs.h.


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