Interface Yiisoft\Data\Db\QueryDataReaderInterface
| Extends | Yiisoft\ |
|---|---|
| Implemented by | Yiisoft\ |
Public Methods
Method Details
| public abstract \ |
public function getPreparedQuery(): QueryInterface;
| public abstract static withBatchSize ( ?int $batchSize ) | ||
| $batchSize | ?int | |
public function withBatchSize(?int $batchSize): static;
| public abstract static withCountParam ( ?string $countParam ) | ||
| $countParam | ?string | |
public function withCountParam(?string $countParam): static;
| public abstract static withHaving ( \ | ||
| $having | \ |
|
public function withHaving(FilterInterface $having): static;
User Contributed Notes
Leave a comment
Join the conversation to share a note.