The SQLite3 class
Введение
Description of the class.
Class synopsis
SQLite3
SQLite3
{
public bool close
( void
)
__construct
( string $filename
[, int $flags
[, string $encryption_key
]] )
public bool exec
( string $query
)
public bool open
( string $filename
[, int $flags= SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE
[, string $encryption_key
]] )
public SQLite3_stmt prepare
( string $query
)
public SQLite3_result query
( string $query
)
public mixed querySingle
( string $query
[, bool $entire_row= false
] )
}
Содержание
|
|