Statement
Less than 1 minute
Statement
Methods
prepareQuery
Create a new statement object.
public prepareQuery(QueryBuilder $sql): false
This 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): false
Parameters
Parameter | Type | Description |
---|---|---|
$sql | string |
Generated by Hazaar API Doc Generator