mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Implement PDO driver-specific subclasses
RFC: https://wiki.php.net/rfc/pdo_driver_specific_subclasses Closes GH-12804 Co-Authored-By: Danack <Danack@basereality.com>
This commit is contained in:
parent
b985a31b0a
commit
d6a0b3af68
132 changed files with 3181 additions and 201 deletions
|
@ -78,4 +78,10 @@ enum {
|
|||
PDO_SQLITE_ATTR_EXTENDED_RESULT_CODES
|
||||
};
|
||||
|
||||
typedef 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_aggregate_internal(INTERNAL_FUNCTION_PARAMETERS);
|
||||
void pdo_sqlite_create_collation_internal(INTERNAL_FUNCTION_PARAMETERS, pdo_sqlite_create_collation_callback callback);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue