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
$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
= []
__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
-