php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 |
#define SQLITE_OPEN_CREATE 0x00000004 |
Definition at line 32 of file php_sqlite3_structs.h.
#define SQLITE_OPEN_READONLY 0x00000001 |
Definition at line 24 of file php_sqlite3_structs.h.
#define SQLITE_OPEN_READWRITE 0x00000002 |
Definition at line 28 of file php_sqlite3_structs.h.
Definition at line 81 of file php_sqlite3_structs.h.
Definition at line 117 of file php_sqlite3_structs.h.
Definition at line 136 of file php_sqlite3_structs.h.
typedef struct _php_sqlite3_agg_context php_sqlite3_agg_context |
typedef struct _php_sqlite3_collation php_sqlite3_collation |
typedef struct _php_sqlite3_db_object php_sqlite3_db_object |
typedef struct _php_sqlite3_free_list php_sqlite3_free_list |
typedef struct _php_sqlite3_func php_sqlite3_func |
typedef struct _php_sqlite3_result_object php_sqlite3_result |
Definition at line 90 of file php_sqlite3_structs.h.
typedef struct _php_sqlite3_stmt_object php_sqlite3_stmt |
Definition at line 89 of file php_sqlite3_structs.h.