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

İçindekiler