Documentation

SQL
in package

Table of Contents

Properties

$error  : mixed
$instance  : mixed
$last_id_insert  : mixed
$name_cliente  : mixed
$pdo  : mixed

Methods

__construct()  : mixed
commit()  : mixed
getError()  : mixed
getInstance()  : mixed
getLastId()  : mixed
getNameClient()  : mixed
rollBack()  : mixed
runQuery()  : mixed
startTransaction()  : mixed

Properties

$error

private static mixed $error = []

$instance

private static mixed $instance = \null

$last_id_insert

private mixed $last_id_insert = 0

$name_cliente

private static mixed $name_cliente = ''

$pdo

private mixed $pdo = []

Methods

__construct()

public __construct(string $config_client_file, string $config_base_file) : mixed
Parameters
$config_client_file : string
$config_base_file : string

commit()

public commit() : mixed

getError()

public getError() : mixed

getInstance()

public static getInstance() : mixed

getLastId()

public getLastId() : mixed

getNameClient()

public static getNameClient() : mixed

rollBack()

public rollBack() : mixed

runQuery()

public runQuery(mixed $info_database, mixed $query[, mixed $values = [] ][, mixed $fetchAll = false ]) : mixed
Parameters
$info_database : mixed
$query : mixed
$values : mixed = []
$fetchAll : mixed = false

startTransaction()

public startTransaction(mixed $info_database) : mixed
Parameters
$info_database : mixed

        
On this page

Search results