__construct() __construct(string $sql, array $params = array(), string $preparedId = null) Parameters string $sql array $params string $preparedId
end() end(\Exception $exception = null, $rowCount, $endTime = null, $endMemory = null) Parameters \Exception $exception $rowCount $endTime $endMemory
checkParameters() checkParameters( $params) : mixed Check parameters for illegal (non UTF-8) strings, like Binary data. Parameters $params Returns mixed
getSqlWithParams() getSqlWithParams(string $quotationChar = '<>') : string Returns the SQL string with any parameters used embedded Parameters string $quotationChar Returns string
getParameters() getParameters() : array Returns an array of parameters used with the query Returns array
getDuration() getDuration() : integer Returns the duration in seconds of the execution Returns integer
getMemoryUsage() getMemoryUsage() : integer Returns the memory usage during the execution Returns integer