SQLite3
PHP Manual

SQLite3 sınıfı

(PHP 5 >= 5.3.0, PHP 7)

Giriş

SQLite 3 veritabanlarına arayüzlük eden sınıf.

Sınıf Sözdizimi

SQLite3 {
/* Methods */
public bool busyTimeout ( int $msecs )
public int changes ( void )
public bool close ( void )
__construct ( string $dosya [, int $seçenekler [, string $anahtar ]] )
public bool createAggregate ( string $isim , mixed $sekme_işlevi , mixed $son_işlev [, int $değ_sayısı = -1 ] )
public bool createCollation ( string $name , callable $callback )
public bool createFunction ( string $isim , mixed $işlev [, int $değ_sayısı = -1 ] )
bool enableExceptions ([ bool $enableExceptions = false ] )
public string escapeString ( string $veri )
public bool exec ( string $sorgu )
public int lastErrorCode ( void )
public string lastErrorMsg ( void )
public int lastInsertRowID ( void )
public bool loadExtension ( string $kütüphane )
public bool open ( string $dosya [, int $seçenekler = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE [, string $anahtar ]] )
public resource open ( string $table , string $column , int $rowid [, string $dbname = "main" ] )
public SQLite3Stmt prepare ( string $sorgu )
public SQLite3Result query ( string $sorgu )
public mixed querySingle ( string $sorgu [, bool $tüm_satır = false ] )
public array version ( void )
}

İçindekiler


SQLite3
PHP Manual