Method | Description | |
---|---|---|
Execute ( ) | ||
FetchAll ( ) | ||
FetchRow ( ) | ||
GetBindings ( ) | ||
GetQueryString ( ) | ||
InterpolateQuery ( string $Query, array $Params ) : string | Replaces any parameter placeholders in a query with the value of that parameter. Useful for debugging. Assumes anonymous parameters from $params are are in the same order as specified in $query | |
SetBindings ( |
||
__construct ( Storm\Drivers\Platforms\Development\Logging\ILogger $Logger, Storm\Drivers\Base\Relational\Queries\IQuery $Query, &$TimeSpentQuerying ) |
public SetBindings ( |
||
$Bindings |
public __construct ( Storm\Drivers\Platforms\Development\Logging\ILogger $Logger, Storm\Drivers\Base\Relational\Queries\IQuery $Query, &$TimeSpentQuerying ) | ||
$Logger | Storm\Drivers\Platforms\Development\Logging\ILogger | |
$Query | Storm\Drivers\Base\Relational\Queries\IQuery |