0 follower

Interface Yiisoft\Data\Db\QueryDataReaderInterface

ExtendsYiisoft\Data\Reader\DataReaderInterface
Implemented byYiisoft\Data\Db\QueryDataReader

Method Details

Hide inherited methods

getPreparedQuery() public abstract method

public abstract getPreparedQuery( ): \Yiisoft\Db\Query\QueryInterface

                public function getPreparedQuery(): QueryInterface;

            
withBatchSize() public abstract method

public abstract withBatchSize( integer|null $batchSize ): Yiisoft\Data\Db\QueryDataReaderInterface
$batchSize integer|null

                public function withBatchSize(?int $batchSize): static;

            
withCountParam() public abstract method

public abstract withCountParam( string|null $countParam ): Yiisoft\Data\Db\QueryDataReaderInterface
$countParam string|null

                public function withCountParam(?string $countParam): static;

            
withHaving() public abstract method

public abstract withHaving( \Yiisoft\Data\Reader\FilterInterface $having ): Yiisoft\Data\Db\QueryDataReaderInterface
$having \Yiisoft\Data\Reader\FilterInterface

                public function withHaving(FilterInterface $having): static;