|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (Select $select, SelectHydrator $selectHydrator, $connectionName, $config) | |
| getSelect () | |
| getConnectionName () | |
| getConfig () | |
| jsonSerialize () | |
Query object, contains SQL statement, information about connection, query arguments
| __construct | ( | Select | $select, |
| SelectHydrator | $selectHydrator, | ||
| $connectionName, | |||
| $config | |||
| ) |
Query constructor.
| Select | $select | |
| SelectHydrator | $selectHydrator | |
| string | $connectionName | |
| array | $config |
| getConfig | ( | ) |
| getConnectionName | ( | ) |
| getSelect | ( | ) |
| jsonSerialize | ( | ) |
Specify data which should be serialized to JSON mixed data which can be serialized by json_encode, which is a value of any type other than a resource.
Definition at line 85 of file Query.php.