Documentation

LiteDB extends PDO
in package

This file is part of the Cockpit project.

(c) Artur Heinze - πŸ…°πŸ…ΆπŸ…΄πŸ…½πŸ†ƒπŸ…΄πŸ…ΉπŸ…Ύ, http://agentejo.com

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Table of Contents

$log  : mixed
__get()  : mixed
connect()  : mixed
fetch()  : mixed
fetchAll()  : mixed

Properties

Methods

__get()

public __get(mixed $table) : mixed
Parameters
$table : mixed
Return values
mixed

connect()

public static connect([mixed $dns = "sqlite::memory:" ][, mixed $user = null ][, mixed $password = null ][, mixed $options = [] ]) : mixed
Parameters
$dns : mixed = "sqlite::memory:"
$user : mixed = null
$password : mixed = null
$options : mixed = []
Return values
mixed

fetch()

public fetch(mixed $sql) : mixed
Parameters
$sql : mixed
Return values
mixed

fetchAll()

public fetchAll(mixed $sql) : mixed
Parameters
$sql : mixed
Return values
mixed

Search results