63#ifdef SQLITE_DETERMINISTIC
82 public const int OK = UNKNOWN;
87 public const int DENY = UNKNOWN;
132 public const int READ = UNKNOWN;
158 public const int COPY = UNKNOWN;
159#ifdef SQLITE_RECURSIVE
197#ifndef SQLITE_OMIT_LOAD_EXTENSION
202#
if SQLITE_VERSION_NUMBER >= 3006011
204 public
function backup(
SQLite3 $destination, string $sourceDatabase =
"main", string $destinationDatabase =
"main"): bool {}
fetchArray(int $mode=SQLITE3_BOTH)
getSQL(bool $expand=false)
bindParam(string|int $param, mixed &$var, int $type=SQLITE3_TEXT)
bindValue(string|int $param, mixed $value, int $type=SQLITE3_TEXT)
openBlob(string $table, string $column, int $rowid, string $database="main", int $flags=SQLITE3_OPEN_READONLY)
const int CREATE_TEMP_TABLE
loadExtension(string $name)
open(string $filename, int $flags=SQLITE3_OPEN_READWRITE|SQLITE3_OPEN_CREATE, string $encryptionKey="")
__construct(string $filename, int $flags=SQLITE3_OPEN_READWRITE|SQLITE3_OPEN_CREATE, string $encryptionKey="")
querySingle(string $query, bool $entireRow=false)
createCollation(string $name, callable $callback)
const int CREATE_TEMP_INDEX
const int DROP_TEMP_TRIGGER
const int CREATE_TEMP_VIEW
setAuthorizer(?callable $callback)
const int CREATE_TEMP_TRIGGER
busyTimeout(int $milliseconds)
static escapeString(string $string)
const int DROP_TEMP_INDEX
backup(SQLite3 $destination, string $sourceDatabase="main", string $destinationDatabase="main")
createAggregate(string $name, callable $stepCallback, callable $finalCallback, int $argCount=-1)
createFunction(string $name, callable $callback, int $argCount=-1, int $flags=0)
const int DROP_TEMP_TABLE
enableExceptions(bool $enable=false)
enableExtendedResultCodes(bool $enable=true)
foreach($dp as $el) foreach( $dp as $el) if( $pass2< 2) echo ""
const SQLITE3_OPEN_READWRITE
const SQLITE3_DETERMINISTIC
const SQLITE3_OPEN_CREATE
const SQLITE3_OPEN_READONLY
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))