SQLiteAdapter
in package
implements
DatabaseInterface
Table of Contents
Interfaces
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
$connection
private
mixed
$connection
Methods
close()
public
close() : mixed
connect()
Connect to the SQLite database
public
connect() : SQLite3
Return values
SQLite3query()
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> = []