php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_sqlite3_structs.h File Reference
#include <sqlite3.h>

Go to the source code of this file.

Data Structures

struct  php_sqlite3_bound_param
 
struct  _php_sqlite3_func
 
struct  _php_sqlite3_collation
 
struct  _php_sqlite3_db_object
 
struct  _php_sqlite3_agg_context
 
struct  _php_sqlite3_free_list
 
struct  _php_sqlite3_result_object
 
struct  _php_sqlite3_stmt_object
 

Macros

#define SQLITE_OPEN_READONLY   0x00000001
 
#define SQLITE_OPEN_READWRITE   0x00000002
 
#define SQLITE_OPEN_CREATE   0x00000004
 
#define Z_SQLITE3_DB_P(zv)
 
#define Z_SQLITE3_RESULT_P(zv)
 
#define Z_SQLITE3_STMT_P(zv)
 

Typedefs

typedef struct _php_sqlite3_func php_sqlite3_func
 
typedef struct _php_sqlite3_collation php_sqlite3_collation
 
typedef struct _php_sqlite3_db_object php_sqlite3_db_object
 
typedef struct _php_sqlite3_agg_context php_sqlite3_agg_context
 
typedef struct _php_sqlite3_stmt_object php_sqlite3_stmt
 
typedef struct _php_sqlite3_result_object php_sqlite3_result
 
typedef struct _php_sqlite3_free_list php_sqlite3_free_list
 

Macro Definition Documentation

◆ SQLITE_OPEN_CREATE

#define SQLITE_OPEN_CREATE   0x00000004

Definition at line 32 of file php_sqlite3_structs.h.

◆ SQLITE_OPEN_READONLY

#define SQLITE_OPEN_READONLY   0x00000001

Definition at line 24 of file php_sqlite3_structs.h.

◆ SQLITE_OPEN_READWRITE

#define SQLITE_OPEN_READWRITE   0x00000002

Definition at line 28 of file php_sqlite3_structs.h.

◆ Z_SQLITE3_DB_P

#define Z_SQLITE3_DB_P ( zv)
Value:
php_sqlite3_db_from_obj(Z_OBJ_P((zv)))
zval * zv
Definition ffi.c:3975
#define Z_OBJ_P(zval_p)
Definition zend_types.h:990

Definition at line 81 of file php_sqlite3_structs.h.

◆ Z_SQLITE3_RESULT_P

#define Z_SQLITE3_RESULT_P ( zv)
Value:
php_sqlite3_result_from_obj(Z_OBJ_P((zv)))

Definition at line 117 of file php_sqlite3_structs.h.

◆ Z_SQLITE3_STMT_P

#define Z_SQLITE3_STMT_P ( zv)
Value:
php_sqlite3_stmt_from_obj(Z_OBJ_P((zv)))

Definition at line 136 of file php_sqlite3_structs.h.

Typedef Documentation

◆ php_sqlite3_agg_context

◆ php_sqlite3_collation

◆ php_sqlite3_db_object

◆ php_sqlite3_free_list

◆ php_sqlite3_func

◆ php_sqlite3_result

Definition at line 90 of file php_sqlite3_structs.h.

◆ php_sqlite3_stmt

Definition at line 89 of file php_sqlite3_structs.h.