Documentation

DBBaseClass
in package

Table of Contents

Properties

$_db_name  : mixed
$_pdo  : mixed
$_sem_id  : mixed
$_stm  : mixed

Methods

beginTransaction()  : mixed
commit()  : mixed
getDBName()  : mixed
lastInsertID()  : mixed
rollBack()  : mixed
run()  : mixed
acquireSemahore()  : mixed
prepare()  : mixed
releaseSemahore()  : mixed

Properties

$_sem_id

protected mixed $_sem_id = null

Methods

beginTransaction()

public beginTransaction() : mixed

lastInsertID()

public lastInsertID() : mixed

run()

public run(string $sql, array<string|int, mixed> $values, bool $fetchAll, int $query_type) : mixed
Parameters
$sql : string
$values : array<string|int, mixed>
$fetchAll : bool
$query_type : int

acquireSemahore()

protected acquireSemahore() : mixed

prepare()

protected prepare(string $sql, int $query_type) : mixed
Parameters
$sql : string
$query_type : int

releaseSemahore()

protected releaseSemahore() : mixed

        
On this page

Search results