Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Sql::key | function | core/ |
Implementation of \Iterator::key(). |
| Sql::loadEntities | function | core/ |
Loads all entities contained in the passed-in $results. |
| Sql::lookupDestinationIds | function | core/ |
|
| Sql::lookupSourceId | function | core/ |
|
| Sql::mapTableName | function | core/ |
The name of the database map table. |
| Sql::markTable | function | core/ |
Marks a relationship based table as included. |
| Sql::messageCount | function | core/ |
|
| Sql::messageTableName | function | core/ |
The name of the database message table. |
| Sql::next | function | core/ |
Implementation of \Iterator::next(). |
| Sql::placeholder | function | core/ |
Generates a unique placeholder used in the db query. |
| Sql::prepareUpdate | function | core/ |
|
| Sql::processedCount | function | core/ |
|
| Sql::query | function | core/ |
Generates a query and count query from all of the information supplied. |
| Sql::queueTable | function | core/ |
Add a table to the query without ensuring the path. |
| Sql::rewind | function | core/ |
Implementation of \Iterator::rewind(). |
| Sql::saveIdMapping | function | core/ |
|
| Sql::saveMessage | function | core/ |
|
| Sql::setCountField | function | core/ |
Set what field the query will count() on for paging. |
| Sql::setDistinct | function | core/ |
Set the view to be distinct (per base field). |
| Sql::setFieldTimezoneOffset | function | core/ |
|
| Sql::setMessage | function | core/ |
|
| Sql::setUpdate | function | core/ |
|
| Sql::setupTimezone | function | core/ |
|
| Sql::sourceIdFields | function | core/ |
The source ID fields. |
| Sql::SOURCE_IDS_HASH | constant | core/ |
Column name of hashed source id values. |
| Sql::submitOptionsForm | function | core/ |
Special submit handling. |
| Sql::updateCount | function | core/ |
|
| Sql::valid | function | core/ |
Implementation of \Iterator::valid(). |
| Sql::__construct | function | core/ |
Constructs an SQL object. |
| Sql::__construct | function | core/ |
Constructs a Sql object. |
| SqlBase | class | core/ |
A common base class for sql based pager. |
| SqlBase | class | core/ |
Sources whose data may be fetched via a database connection. |
| SqlBase.php | file | core/ |
|
| SqlBase.php | file | core/ |
|
| SqlBase::$batch | property | core/ |
The count of the number of batches run. |
| SqlBase::$batchSize | property | core/ |
Number of records to fetch from the database during each batch. |
| SqlBase::$database | property | core/ |
The database object. |
| SqlBase::$pagerManager | property | core/ |
The pager manager. |
| SqlBase::$pagerParameters | property | core/ |
The pager parameters. |
| SqlBase::$query | property | core/ |
The query string. |
| SqlBase::$state | property | core/ |
State service for retrieving database info. |
| SqlBase::buildOptionsForm | function | core/ |
Provide the default form for setting options. |
| SqlBase::checkRequirements | function | core/ |
|
| SqlBase::create | function | core/ |
|
| SqlBase::defineOptions | function | core/ |
|
| SqlBase::doCount | function | core/ |
Gets the source count using countQuery(). |
| SqlBase::exposedFormAlter | function | core/ |
|
| SqlBase::exposedFormValidate | function | core/ |
|
| SqlBase::fetchNextBatch | function | core/ |
Prepares query for the next set of data from the source database. |
| SqlBase::fetchNextRow | function | core/ |
Position the iterator to the following row. |
Pagination
- Previous page
- Page 1493
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.