|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | arginfo_class_SQLite3_lastErrorCode arginfo_class_SQLite3_lastInsertRowID |
| #define | arginfo_class_SQLite3_lastExtendedErrorCode arginfo_class_SQLite3_lastInsertRowID |
| #define | arginfo_class_SQLite3_changes arginfo_class_SQLite3_lastInsertRowID |
| #define | arginfo_class_SQLite3Stmt_clear arginfo_class_SQLite3_close |
| #define | arginfo_class_SQLite3Stmt_paramCount arginfo_class_SQLite3_lastInsertRowID |
| #define | arginfo_class_SQLite3Stmt_readOnly arginfo_class_SQLite3_close |
| #define | arginfo_class_SQLite3Stmt_reset arginfo_class_SQLite3_close |
| #define | arginfo_class_SQLite3Result_numColumns arginfo_class_SQLite3_lastInsertRowID |
| #define | arginfo_class_SQLite3Result_reset arginfo_class_SQLite3_close |
| #define | arginfo_class_SQLite3Result_finalize arginfo_class_SQLite3Stmt_close |
| #define arginfo_class_SQLite3_changes arginfo_class_SQLite3_lastInsertRowID |
Definition at line 32 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3_lastErrorCode arginfo_class_SQLite3_lastInsertRowID |
Definition at line 25 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3_lastExtendedErrorCode arginfo_class_SQLite3_lastInsertRowID |
Definition at line 27 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3Result_finalize arginfo_class_SQLite3Stmt_close |
Definition at line 166 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3Result_numColumns arginfo_class_SQLite3_lastInsertRowID |
Definition at line 150 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3Result_reset arginfo_class_SQLite3_close |
Definition at line 164 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3Stmt_clear arginfo_class_SQLite3_close |
Definition at line 129 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3Stmt_paramCount arginfo_class_SQLite3_lastInsertRowID |
Definition at line 141 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3Stmt_readOnly arginfo_class_SQLite3_close |
Definition at line 143 of file sqlite3_arginfo.h.
| #define arginfo_class_SQLite3Stmt_reset arginfo_class_SQLite3_close |
Definition at line 145 of file sqlite3_arginfo.h.
| ZEND_METHOD | ( | SQLite3 | , |
| busyTimeout | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| changes | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| createAggregate | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| createCollation | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| createFunction | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| enableExceptions | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| enableExtendedResultCodes | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| escapeString | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| lastErrorCode | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| lastErrorMsg | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| lastExtendedErrorCode | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| lastInsertRowID | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| loadExtension | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| open | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| openBlob | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| prepare | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| query | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| querySingle | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| setAuthorizer | ) |
| ZEND_METHOD | ( | SQLite3 | , |
| version | ) |
| ZEND_METHOD | ( | SQLite3Result | , |
| __construct | ) |
| ZEND_METHOD | ( | SQLite3Result | , |
| columnName | ) |
| ZEND_METHOD | ( | SQLite3Result | , |
| columnType | ) |
| ZEND_METHOD | ( | SQLite3Result | , |
| fetchArray | ) |
| ZEND_METHOD | ( | SQLite3Result | , |
| finalize | ) |
| ZEND_METHOD | ( | SQLite3Result | , |
| numColumns | ) |
| ZEND_METHOD | ( | SQLite3Result | , |
| reset | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| __construct | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| bindParam | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| bindValue | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| clear | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| close | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| execute | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| getSQL | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| paramCount | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| readOnly | ) |
| ZEND_METHOD | ( | SQLite3Stmt | , |
| reset | ) |