Documentation

SQLiteAdapter
in package
implements DatabaseInterface

Table of Contents

Interfaces

DatabaseInterface

Properties

$connection  : mixed

Methods

close()  : mixed
connect()  : SQLite3
Connect to the SQLite database
query()  : array<string|int, mixed>|null
Query the database and return the result

Properties

Methods

connect()

Connect to the SQLite database

public connect() : SQLite3
Return values
SQLite3

query()

Query the database and return the result

public query(string $query[, array<string|int, mixed> $params = [] ]) : array<string|int, mixed>|null
Parameters
$query : string
$params : array<string|int, mixed> = []
Return values
array<string|int, mixed>|null

        
On this page

Search results