|
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 | pdo_sqlite_error_info |
| struct | pdo_sqlite_func |
| struct | pdo_sqlite_collation |
| struct | pdo_sqlite_db_handle |
| struct | pdo_sqlite_stmt |
Macros | |
| #define | pdo_sqlite_error(s) |
| #define | pdo_sqlite_error_stmt(s) |
Typedefs | |
| typedef int | pdo_sqlite_create_collation_callback(void *, int, const void *, int, const void *) |
Enumerations | |
| enum | { PDO_SQLITE_ATTR_OPEN_FLAGS = PDO_ATTR_DRIVER_SPECIFIC , PDO_SQLITE_ATTR_READONLY_STATEMENT , PDO_SQLITE_ATTR_EXTENDED_RESULT_CODES } |
Variables | |
| const pdo_driver_t | pdo_sqlite_driver |
| const struct pdo_stmt_methods | sqlite_stmt_methods |
Definition at line 67 of file php_pdo_sqlite_int.h.
Definition at line 68 of file php_pdo_sqlite_int.h.
Definition at line 78 of file php_pdo_sqlite_int.h.
| anonymous enum |
| Enumerator | |
|---|---|
| PDO_SQLITE_ATTR_OPEN_FLAGS | |
| PDO_SQLITE_ATTR_READONLY_STATEMENT | |
| PDO_SQLITE_ATTR_EXTENDED_RESULT_CODES | |
Definition at line 72 of file php_pdo_sqlite_int.h.
|
extern |
Definition at line 31 of file sqlite_driver.c.
| void pdo_sqlite_create_aggregate_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 551 of file sqlite_driver.c.
| void pdo_sqlite_create_collation_internal | ( | INTERNAL_FUNCTION_PARAMETERS | , |
| pdo_sqlite_create_collation_callback | callback ) |
Definition at line 629 of file sqlite_driver.c.
| void pdo_sqlite_create_function_internal | ( | INTERNAL_FUNCTION_PARAMETERS | ) |
Definition at line 494 of file sqlite_driver.c.
|
extern |
|
extern |
Definition at line 857 of file sqlite_driver.c.
|
extern |
Definition at line 392 of file sqlite_statement.c.