php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sqlite_driver.c File Reference
#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
 

Function Documentation

◆ _pdo_sqlite_error()

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.

◆ pdo_sqlite_create_aggregate_internal()

void pdo_sqlite_create_aggregate_internal ( INTERNAL_FUNCTION_PARAMETERS )

Definition at line 551 of file sqlite_driver.c.

◆ pdo_sqlite_create_collation_internal()

void pdo_sqlite_create_collation_internal ( INTERNAL_FUNCTION_PARAMETERS ,
pdo_sqlite_create_collation_callback callback )

Definition at line 629 of file sqlite_driver.c.

◆ pdo_sqlite_create_function_internal()

void pdo_sqlite_create_function_internal ( INTERNAL_FUNCTION_PARAMETERS )

Definition at line 494 of file sqlite_driver.c.

◆ PHP_METHOD() [1/3]

PHP_METHOD ( PDO_SQLite_Ext ,
sqliteCreateAggregate  )

Definition at line 623 of file sqlite_driver.c.

◆ PHP_METHOD() [2/3]

PHP_METHOD ( PDO_SQLite_Ext ,
sqliteCreateCollation  )

Definition at line 676 of file sqlite_driver.c.

◆ PHP_METHOD() [3/3]

PHP_METHOD ( PDO_SQLite_Ext ,
sqliteCreateFunction  )

Definition at line 545 of file sqlite_driver.c.

Variable Documentation

◆ pdo_sqlite_driver

const pdo_driver_t pdo_sqlite_driver
Initial value:
= {
pdo_sqlite_handle_factory
}
#define PDO_DRIVER_HEADER(name)

Definition at line 857 of file sqlite_driver.c.