Class QueryInterface
Definition at line 11 of file QueryInterface.php.
◆ addBindParam()
addBindParam |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Add variable to bind list
- Parameters
-
- Returns
- void
Implemented in Query.
◆ addCountSqlSkipPart()
addCountSqlSkipPart |
( |
|
$name, |
|
|
|
$toSkip = true |
|
) |
| |
Add Select Part to skip from count query
- Parameters
-
- Returns
- void
Implemented in Query.
◆ fetchAll()
Fetch all statement
- Returns
- array
Implemented in Query.
◆ fetchItem()
Fetch statement
- Returns
- mixed
Implemented in Query.
◆ getAllIds()
Retrieve all ids for query
- Returns
- array
Implemented in Query.
◆ getConnection()
Retrieve connection object
- Returns
- \Magento\Framework\DB\Adapter\AdapterInterface
Implemented in Query.
◆ getCriteria()
Retrieve source Criteria object
- Returns
- \Magento\Framework\Api\CriteriaInterface
Implemented in Query.
◆ getIdFieldName()
Get Identity Field Name
- Returns
- string
Implemented in Query.
◆ getResource()
Get resource instance
- Returns
- \Magento\Framework\Model\ResourceModel\Db\AbstractDb
Implemented in Query.
◆ getSelectSql()
getSelectSql |
( |
|
$stringMode = false | ) |
|
Get sql select string or object
- Parameters
-
- Returns
- string || Select
Implemented in Query.
◆ getSize()
Get collection size
- Returns
- int
Implemented in Query.
◆ reset()
The documentation for this interface was generated from the following file: