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 \Yiisoft\Db\Query\QueryInterface getPreparedQuery ( )

                public function getPreparedQuery(): QueryInterface;

            
withBatchSize() public abstract method

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

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

            
withCountParam() public abstract method

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

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

            
withHaving() public abstract method

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

                public function withHaving(FilterInterface $having): static;