Table of Contents
Properties
-
$Database
: PDODB|MySQLiDB
Methods
-
__construct()
: mixed
-
Error()
: string|null
-
Escape()
: string
-
Insert()
: array<string|int, mixed>|object|int|null
-
Query()
: mixed
-
RowCount()
: int
-
Select()
: array<string|int, mixed>|object|int|null
__construct()
public
__construct() : mixed
Error()
public
Error() : string|null
Return values
string|null
Escape()
public
Escape(mixed $String) : string
Parameters
-
$String
: mixed
-
Insert()
public
Insert(string $Into, string|null $Columns, string|null $Values) : array<string|int, mixed>|object|int|null
Parameters
-
$Into
: string
-
-
$Columns
: string|null
-
-
$Values
: string|null
-
Return values
array<string|int, mixed>|object|int|null
Query()
public
Query(string $Query) : mixed
Parameters
-
$Query
: string
-
RowCount()
public
RowCount() : int
Select()
public
Select(string $What, string $From, string|null $Where, string $Action[, string|null $Order = null ][, string|null $Limit = null ]) : array<string|int, mixed>|object|int|null
Parameters
-
$What
: string
-
-
$From
: string
-
-
$Where
: string|null
-
-
$Action
: string
-
-
$Order
: string|null
= null
-
-
$Limit
: string|null
= null
-
Return values
array<string|int, mixed>|object|int|null