Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Sql::$migrationPluginManager | property | core/ |
The migration plugin manager. |
| Sql::$noDistinct | property | core/ |
Is the view marked as not distinct. |
| Sql::$orderby | property | core/ |
A simple array of order by clauses. |
| Sql::$query | property | core/ |
The select query. |
| Sql::$relationships | property | core/ |
Holds an array of relationships. |
| Sql::$result | property | core/ |
The result. |
| Sql::$sourceIdFields | property | core/ |
The source ID fields. |
| Sql::$sourceIds | property | core/ |
The source identifiers. |
| Sql::$tableQueue | property | core/ |
A list of tables in the order they should be added, keyed by alias. |
| Sql::$tables | property | core/ |
Holds an array of tables and counts added so that we can create aliases. |
| Sql::$tags | property | core/ |
Query tags which will be passed over to the dbtng query object. |
| Sql::$where | property | core/ |
An array of sections of the WHERE query. |
| Sql::addField | function | core/ |
Adds a field to the query table, possibly with an alias. |
| Sql::addGroupBy | function | core/ |
Add a simple GROUP BY clause to the query. |
| Sql::addHavingExpression | function | core/ |
Add a complex HAVING clause to the query. |
| Sql::addOrderBy | function | core/ |
Add an ORDER BY clause to the query. |
| Sql::addRelationship | function | core/ |
Adds a relationship to the query. |
| Sql::addSignature | function | core/ |
Add a signature to the query, if such a thing is feasible. |
| Sql::addTable | function | core/ |
Add a table to the query, ensuring the path exists. |
| Sql::addTag | function | core/ |
Adds a query tag to the sql object. |
| Sql::addWhere | function | core/ |
Adds a simple WHERE clause to the query. |
| Sql::addWhereExpression | function | core/ |
Adds a complex WHERE clause to the query. |
| Sql::adjustJoin | function | core/ |
Fixes a join to adhere to the proper relationship. |
| Sql::aggregationMethodDistinct | function | core/ |
|
| Sql::aggregationMethodSimple | function | core/ |
|
| Sql::alter | function | core/ |
Let modules modify the query just prior to finalizing it. |
| Sql::assignEntitiesToResult | function | core/ |
Sets entities onto the view result row objects. |
| Sql::build | function | core/ |
Builds the necessary info to execute the query. |
| Sql::buildCondition | function | core/ |
Construct the "WHERE" or "HAVING" part of the query. |
| Sql::buildOptionsForm | function | core/ |
Add settings for the ui. |
| Sql::clearFields | function | core/ |
Removes all fields that may have been added. |
| Sql::clearMessages | function | core/ |
Clears all messages from the map. |
| Sql::compileFields | function | core/ |
Adds fields to the query. |
| Sql::countHelper | function | core/ |
Counts records in a table. |
| Sql::create | function | core/ |
Creates an instance of the plugin. |
| Sql::create | function | core/ |
Creates an instance of the plugin. |
| Sql::current | function | core/ |
Implementation of \Iterator::current(). |
| Sql::currentDestination | function | core/ |
Looks up the destination identifier currently being iterated. |
| Sql::currentSource | function | core/ |
Looks up the source identifier(s) currently being iterated. |
| Sql::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Sql::delete | function | core/ |
Deletes the map and message entries for a given source record. |
| Sql::deleteDestination | function | core/ |
Deletes the map and message table entries for a given destination row. |
| Sql::destinationIdFields | function | core/ |
The destination ID fields. |
| Sql::destroy | function | core/ |
Removes any persistent storage used by this map. |
| Sql::ensurePath | function | core/ |
Ensures the given table can be linked to the primary table in the JOINs. |
| Sql::ensureTable | function | core/ |
Ensures a table exists in the queue. |
| Sql::ensureTables | function | core/ |
Create the map and message tables if they don't already exist. |
| Sql::errorCount | function | core/ |
Returns the number of items that failed to import. |
| Sql::execute | function | core/ |
Executes the query and fills associated view object with according values. |
| Sql::getAggregationInfo | function | core/ |
Get aggregation info for group by queries. |
Pagination
- Previous page
- Page 1187
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.