php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "ext/pdo/php_pdo.h"
#include "ext/pdo/php_pdo_driver.h"
#include "php_pdo_sqlite.h"
#include "php_pdo_sqlite_int.h"
#include "zend_exceptions.h"
#include "sqlite_driver_arginfo.h"
Go to the source code of this file.
Data Structures | |
struct | aggregate_context |
Functions | |
int | _pdo_sqlite_error (pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) |
void | pdo_sqlite_create_function_internal (INTERNAL_FUNCTION_PARAMETERS) |
PHP_METHOD (PDO_SQLite_Ext, sqliteCreateFunction) | |
void | pdo_sqlite_create_aggregate_internal (INTERNAL_FUNCTION_PARAMETERS) |
PHP_METHOD (PDO_SQLite_Ext, sqliteCreateAggregate) | |
void | pdo_sqlite_create_collation_internal (INTERNAL_FUNCTION_PARAMETERS, pdo_sqlite_create_collation_callback callback) |
PHP_METHOD (PDO_SQLite_Ext, sqliteCreateCollation) | |
Variables | |
const pdo_driver_t | pdo_sqlite_driver |
int _pdo_sqlite_error | ( | pdo_dbh_t * | dbh, |
pdo_stmt_t * | stmt, | ||
const char * | file, | ||
int | line ) |
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.
PHP_METHOD | ( | PDO_SQLite_Ext | , |
sqliteCreateAggregate | ) |
Definition at line 623 of file sqlite_driver.c.
PHP_METHOD | ( | PDO_SQLite_Ext | , |
sqliteCreateCollation | ) |
Definition at line 676 of file sqlite_driver.c.
PHP_METHOD | ( | PDO_SQLite_Ext | , |
sqliteCreateFunction | ) |
Definition at line 545 of file sqlite_driver.c.
const pdo_driver_t pdo_sqlite_driver |
Definition at line 857 of file sqlite_driver.c.