SQLITE3(3) SQLITE3(3)
The SQLite3 class
INTRODUCTION
A class that interfaces SQLite 3 databases.
CLASS SYNOPSIS
SQLite3
SQLite3
Methods
o public bool SQLite3::busyTimeout (int $msecs)
o public int SQLite3::changes (void )
o public bool SQLite3::close (void )
o public SQLite3::__construct (string $filename, [int $flags], [string $encryption_key])
o public bool SQLite3::createAggregate (string $name, mixed $step_callback, mixed $final_callback, [int $argument_count = -1])
o public bool SQLite3::createCollation (string $name, callable $callback)
o public bool SQLite3::createFunction (string $name, mixed $callback, [int $argument_count = -1])
o publicstatic string SQLite3::escapeString (string $value)
o public bool SQLite3::exec (string $query)
o public int SQLite3::lastErrorCode (void )
o public string SQLite3::lastErrorMsg (void )
o public int SQLite3::lastInsertRowID (void )
o public bool SQLite3::loadExtension (string $shared_library)
o public void SQLite3::open (string $filename, [int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE], [string $encryption_key])
o public SQLite3Stmt SQLite3::prepare (string $query)
o public SQLite3Result SQLite3::query (string $query)
o public mixed SQLite3::querySingle (string $query, [bool $entire_row = false])
o publicstatic array SQLite3::version (void )
PHP Documentation Group SQLITE3(3)