Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
DB
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
}
Magento\Framework\DB\QueryInterface\addCountSqlSkipPart
addCountSqlSkipPart($name, $toSkip=true)
Magento\Framework\DB\QueryInterface\getCriteria
getCriteria()
Magento\Framework\DB\QueryInterface\reset
reset()
Magento\Framework\DB\QueryInterface\getResource
getResource()
Magento\Framework\DB\QueryInterface\getAllIds
getAllIds()
$value
$value
Definition:
gender.phtml:16
Magento\Framework\DB\QueryInterface
Definition:
QueryInterface.php:11
Magento\Framework\DB\QueryInterface\getSelectSql
getSelectSql($stringMode=false)
Magento\Framework\DB
Definition:
AbstractMapper.php:6
Magento\Framework\DB\QueryInterface\addBindParam
addBindParam($name, $value)
Magento\Framework\DB\QueryInterface\fetchItem
fetchItem()
Magento\Framework\DB\QueryInterface\getIdFieldName
getIdFieldName()
Magento\Framework\DB\QueryInterface\fetchAll
fetchAll()
Magento\Framework\DB\QueryInterface\getSize
getSize()
Magento\Framework\DB\QueryInterface\getConnection
getConnection()
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14