Statement
Less than 1 minute
Statement
Methods
prepareQuery
Create a new statement object.
public prepareQuery(QueryBuilder $sql): falseThis method is used to create a new statement object from a SQL string. The SQL string is passed to the database driver and prepared for execution. The statement object is then returned.
Parameters
| Parameter | Type | Description |
|---|---|---|
$sql | QueryBuilder |
prepare
public prepare(string $sql): falseParameters
| Parameter | Type | Description |
|---|---|---|
$sql | string |
Generated by Hazaar API Doc Generator on Mon, 27 Oct 2025 13:01:29 +0000