Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Interface.php
Go to the documentation of this file.
1 <?php
33 {
34 
45  public function bindColumn($column, &$param, $type = null);
46 
58  public function bindParam($parameter, &$variable, $type = null, $length = null, $options = null);
59 
69  public function bindValue($parameter, $value, $type = null);
70 
77  public function closeCursor();
78 
86  public function columnCount();
87 
95  public function errorCode();
96 
104  public function errorInfo();
105 
113  public function execute(array $params = array());
114 
124  public function fetch($style = null, $cursor = null, $offset = null);
125 
134  public function fetchAll($style = null, $col = null);
135 
143  public function fetchColumn($col = 0);
144 
153  public function fetchObject($class = 'stdClass', array $config = array());
154 
162  public function getAttribute($key);
163 
172  public function nextRowset();
173 
182  public function rowCount();
183 
192  public function setAttribute($key, $val);
193 
201  public function setFetchMode($mode);
202 
203 }
fetchAll($style=null, $col=null)
bindValue($parameter, $value, $type=null)
$config
Definition: fraud_order.php:17
$variable
Definition: variable.php:7
$type
Definition: item.phtml:13
fetch($style=null, $cursor=null, $offset=null)
$_option $_optionId $class
Definition: date.phtml:13
$value
Definition: gender.phtml:16
bindParam($parameter, &$variable, $type=null, $length=null, $options=null)
if($exist=($block->getProductCollection() && $block->getProductCollection() ->getSize())) $mode
Definition: grid.phtml:15
execute(array $params=array())
bindColumn($column, &$param, $type=null)
fetchObject($class='stdClass', array $config=array())
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition: website.php:18