Query: sqlite3
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQLITE3(3) SQLITE3(3) The SQLite3 classINTRODUCTIONA class that interfaces SQLite 3 databases.CLASS SYNOPSISSQLite3 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)
Related Man Pages |
---|
simplexmliterator(3) - php |
oauth(3) - php |
recursivearrayiterator(3) - php |
reflectionfunction(3) - php |
spldoublylinkedlist(3) - php |
Similar Topics in the Unix Linux Community |
---|
wxSQLite3: 1.8.5 released |
Several processes writing to an SQLite database at the same time |
Sqlite3: /lib/ld-Linux.so.2: bad ELF interpreter: |