Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
QueryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Framework\DB;
7 
11 interface QueryInterface
12 {
18  public function getCriteria();
19 
25  public function getAllIds();
26 
34  public function addBindParam($name, $value);
35 
41  public function getSize();
42 
49  public function getSelectSql($stringMode = false);
50 
56  public function reset();
57 
63  public function fetchAll();
64 
70  public function fetchItem();
71 
77  public function getIdFieldName();
78 
84  public function getConnection();
85 
91  public function getResource();
92 
100  public function addCountSqlSkipPart($name, $toSkip = true);
101 }
addCountSqlSkipPart($name, $toSkip=true)
$value
Definition: gender.phtml:16
if(!isset($_GET['name'])) $name
Definition: log.php:14