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 Sun, 01 Mar 2026 09:22:25 +0000