17#ifndef PHP_PDO_SQLITE_INT_H
18#define PHP_PDO_SQLITE_INT_H
67#define pdo_sqlite_error(s) _pdo_sqlite_error(s, NULL, __FILE__, __LINE__)
68#define pdo_sqlite_error_stmt(s) _pdo_sqlite_error(stmt->dbh, stmt, __FILE__, __LINE__)
file(string $filename, int $flags=0, $context=null)
struct _pdo_dbh_t pdo_dbh_t
struct _pdo_stmt_t pdo_stmt_t
struct _pdo_scanner_t pdo_scanner_t
@ PDO_ATTR_DRIVER_SPECIFIC
int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line)
int pdo_sqlite_scanner(pdo_scanner_t *s)
@ PDO_SQLITE_ATTR_READONLY_STATEMENT
@ PDO_SQLITE_ATTR_OPEN_FLAGS
@ PDO_SQLITE_ATTR_EXTENDED_RESULT_CODES
int pdo_sqlite_create_collation_callback(void *, int, const void *, int, const void *)
void pdo_sqlite_create_function_internal(INTERNAL_FUNCTION_PARAMETERS)
void pdo_sqlite_create_collation_internal(INTERNAL_FUNCTION_PARAMETERS, pdo_sqlite_create_collation_callback callback)
const struct pdo_stmt_methods sqlite_stmt_methods
const pdo_driver_t pdo_sqlite_driver
void pdo_sqlite_create_aggregate_internal(INTERNAL_FUNCTION_PARAMETERS)
zend_fcall_info_cache callback
struct pdo_sqlite_collation * next
struct pdo_sqlite_collation * collations
struct pdo_sqlite_func * funcs
pdo_sqlite_error_info einfo
struct pdo_sqlite_func * next
zend_fcall_info_cache step
zend_fcall_info_cache func
zend_fcall_info_cache fini
#define INTERNAL_FUNCTION_PARAMETERS
struct _zend_fcall_info_cache zend_fcall_info_cache