|
| | PHP_METHOD (SQLite3, open) |
| |
| | PHP_METHOD (SQLite3, close) |
| |
| | PHP_METHOD (SQLite3, exec) |
| |
| | PHP_METHOD (SQLite3, version) |
| |
| | PHP_METHOD (SQLite3, lastInsertRowID) |
| |
| | PHP_METHOD (SQLite3, lastErrorCode) |
| |
| | PHP_METHOD (SQLite3, lastExtendedErrorCode) |
| |
| | PHP_METHOD (SQLite3, enableExtendedResultCodes) |
| |
| | PHP_METHOD (SQLite3, lastErrorMsg) |
| |
| | PHP_METHOD (SQLite3, busyTimeout) |
| |
| | PHP_METHOD (SQLite3, loadExtension) |
| |
| | PHP_METHOD (SQLite3, changes) |
| |
| | PHP_METHOD (SQLite3, escapeString) |
| |
| | PHP_METHOD (SQLite3, prepare) |
| |
| | PHP_METHOD (SQLite3, query) |
| |
| | PHP_METHOD (SQLite3, querySingle) |
| |
| | PHP_METHOD (SQLite3, createFunction) |
| |
| | PHP_METHOD (SQLite3, createAggregate) |
| |
| | PHP_METHOD (SQLite3, createCollation) |
| |
| | PHP_METHOD (SQLite3, openBlob) |
| |
| | PHP_METHOD (SQLite3, enableExceptions) |
| |
| | PHP_METHOD (SQLite3, setAuthorizer) |
| |
| | PHP_METHOD (SQLite3Stmt, paramCount) |
| |
| | PHP_METHOD (SQLite3Stmt, close) |
| |
| | PHP_METHOD (SQLite3Stmt, reset) |
| |
| | PHP_METHOD (SQLite3Stmt, clear) |
| |
| | PHP_METHOD (SQLite3Stmt, readOnly) |
| |
| | PHP_METHOD (SQLite3Stmt, getSQL) |
| |
| | PHP_METHOD (SQLite3Stmt, bindParam) |
| |
| | PHP_METHOD (SQLite3Stmt, bindValue) |
| |
| | PHP_METHOD (SQLite3Stmt, execute) |
| |
| | PHP_METHOD (SQLite3Stmt, __construct) |
| |
| | PHP_METHOD (SQLite3Result, numColumns) |
| |
| | PHP_METHOD (SQLite3Result, columnName) |
| |
| | PHP_METHOD (SQLite3Result, columnType) |
| |
| | PHP_METHOD (SQLite3Result, fetchArray) |
| |
| | PHP_METHOD (SQLite3Result, reset) |
| |
| | PHP_METHOD (SQLite3Result, finalize) |
| |
| | PHP_METHOD (SQLite3Result, __construct) |
| |
| | PHP_MINIT_FUNCTION (sqlite3) |
| |
| | PHP_MSHUTDOWN_FUNCTION (sqlite3) |
| |
| | PHP_MINFO_FUNCTION (sqlite3) |
| |