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 | class | core/ |
Defines the sql based ID map implementation. |
| sql-1.txt | file | core/ |
SELECT invalid_field FROM {invalid_table} |
| Sql.php | file | core/ |
|
| Sql.php | file | core/ |
|
| Sql::$count_field | property | core/ |
The count field definition. |
| Sql::$currentKey | property | core/ |
The current key. |
| Sql::$currentRow | property | core/ |
The current row. |
| Sql::$database | property | core/ |
The database connection for the map/message tables on the destination. |
| Sql::$dateSql | property | core/ |
The database-specific date handler. |
| Sql::$destinationIdFields | property | core/ |
The destination ID fields. |
| Sql::$destinationIds | property | core/ |
The destination identifiers. |
| Sql::$distinct | property | core/ |
A flag as to whether or not to make the primary field distinct. |
| Sql::$entityTypeManager | property | core/ |
The entity type manager. |
| Sql::$eventDispatcher | property | core/ |
An event dispatcher instance to use for map events. |
| Sql::$fieldAliases | property | core/ |
An array mapping table aliases and field names to field aliases. |
| Sql::$fields | property | core/ |
An array of fields. |
| Sql::$getCountOptimized | property | core/ |
Should this query be optimized for counts, for example no sorts. |
| Sql::$groupby | property | core/ |
A simple array of group by clauses. |
| Sql::$hasAggregate | property | core/ |
|
| Sql::$having | property | core/ |
An array of sections of the HAVING query. |
| Sql::$initialized | property | core/ |
Whether the plugin is already initialized. |
| Sql::$mapTableName | property | core/ |
The migration map table name. |
| Sql::$message | property | core/ |
The migrate message service. |
| Sql::$messageTableName | property | core/ |
The message table name. |
| Sql::$messenger | property | core/ |
The messenger. |
| Sql::$migration | property | core/ |
The migration being done. |
| 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/ |
|
| 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/ |
Builds a SQL expression using DISTINCT. |
Pagination
- Previous page
- Page 1491
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.