-
Notifications
You must be signed in to change notification settings - Fork 0
class Database
www/includes/pdo.inc.example.php
Default
No public properties found
No constants found
__construct() | beginTransaction() | bind() | cancelTransaction() | debugDumpParams() | endTransaction() | execute() | lastInsertId() | query() | resultset() | rowCount() | single() |
private
$dbh
private
$dbname
private
$error
private
$host
private
$pass
private
$stmt
private
$user
- Inherited from \Database
public
__construct() : mixed
Transactions allow multiple changes to a database all in one batch.
- Inherited from \Database
public
beginTransaction() : mixed
- Inherited from \Database
public
bind(mixed $param, mixed $value, mixed $type = null) : mixed
- Inherited from \Database
public
cancelTransaction() : mixed
- Inherited from \Database
public
debugDumpParams() : mixed
- Inherited from \Database
public
endTransaction() : mixed
- Inherited from \Database
public
execute() : mixed
- Inherited from \Database
public
lastInsertId() : mixed
- Inherited from \Database
public
query(mixed $query) : mixed
- Inherited from \Database
public
resultset() : mixed
- Inherited from \Database
public
rowCount() : mixed
- Inherited from \Database
public
single() : mixed
\ » Classes » Database
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.