Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
Sql class core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Defines the sql based ID map implementation.
sql-1.txt file core/tests/fixtures/files/sql-1.txt SELECT invalid_field FROM {invalid_table}
Sql.php file core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Sql.php file core/modules/views/src/Plugin/views/query/Sql.php
Sql::$count_field property core/modules/views/src/Plugin/views/query/Sql.php The count field definition.
Sql::$currentKey property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The current key.
Sql::$currentRow property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The current row.
Sql::$database property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The database connection for the map/message tables on the destination.
Sql::$dateSql property core/modules/views/src/Plugin/views/query/Sql.php The database-specific date handler.
Sql::$destinationIdFields property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The destination ID fields.
Sql::$destinationIds property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The destination identifiers.
Sql::$distinct property core/modules/views/src/Plugin/views/query/Sql.php A flag as to whether or not to make the primary field distinct.
Sql::$entityTypeManager property core/modules/views/src/Plugin/views/query/Sql.php The entity type manager.
Sql::$eventDispatcher property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php An event dispatcher instance to use for map events.
Sql::$fieldAliases property core/modules/views/src/Plugin/views/query/Sql.php An array mapping table aliases and field names to field aliases.
Sql::$fields property core/modules/views/src/Plugin/views/query/Sql.php An array of fields.
Sql::$getCountOptimized property core/modules/views/src/Plugin/views/query/Sql.php Should this query be optimized for counts, for example no sorts.
Sql::$groupby property core/modules/views/src/Plugin/views/query/Sql.php A simple array of group by clauses.
Sql::$hasAggregate property core/modules/views/src/Plugin/views/query/Sql.php
Sql::$having property core/modules/views/src/Plugin/views/query/Sql.php An array of sections of the HAVING query.
Sql::$initialized property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Whether the plugin is already initialized.
Sql::$mapTableName property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The migration map table name.
Sql::$message property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The migrate message service.
Sql::$messageTableName property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The message table name.
Sql::$messenger property core/modules/views/src/Plugin/views/query/Sql.php The messenger.
Sql::$migration property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The migration being done.
Sql::$migrationPluginManager property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The migration plugin manager.
Sql::$noDistinct property core/modules/views/src/Plugin/views/query/Sql.php Is the view marked as not distinct.
Sql::$orderby property core/modules/views/src/Plugin/views/query/Sql.php A simple array of order by clauses.
Sql::$query property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The select query.
Sql::$relationships property core/modules/views/src/Plugin/views/query/Sql.php Holds an array of relationships.
Sql::$result property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The result.
Sql::$sourceIdFields property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source ID fields.
Sql::$sourceIds property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source identifiers.
Sql::$tableQueue property core/modules/views/src/Plugin/views/query/Sql.php A list of tables in the order they should be added, keyed by alias.
Sql::$tables property core/modules/views/src/Plugin/views/query/Sql.php Holds an array of tables and counts added so that we can create aliases.
Sql::$tags property core/modules/views/src/Plugin/views/query/Sql.php Query tags which will be passed over to the dbtng query object.
Sql::$where property core/modules/views/src/Plugin/views/query/Sql.php An array of sections of the WHERE query.
Sql::addField function core/modules/views/src/Plugin/views/query/Sql.php Adds a field to the query table, possibly with an alias.
Sql::addGroupBy function core/modules/views/src/Plugin/views/query/Sql.php Add a simple GROUP BY clause to the query.
Sql::addHavingExpression function core/modules/views/src/Plugin/views/query/Sql.php Add a complex HAVING clause to the query.
Sql::addOrderBy function core/modules/views/src/Plugin/views/query/Sql.php Add an ORDER BY clause to the query.
Sql::addRelationship function core/modules/views/src/Plugin/views/query/Sql.php Adds a relationship to the query.
Sql::addSignature function core/modules/views/src/Plugin/views/query/Sql.php
Sql::addTable function core/modules/views/src/Plugin/views/query/Sql.php Add a table to the query, ensuring the path exists.
Sql::addTag function core/modules/views/src/Plugin/views/query/Sql.php Adds a query tag to the sql object.
Sql::addWhere function core/modules/views/src/Plugin/views/query/Sql.php Adds a simple WHERE clause to the query.
Sql::addWhereExpression function core/modules/views/src/Plugin/views/query/Sql.php Adds a complex WHERE clause to the query.
Sql::adjustJoin function core/modules/views/src/Plugin/views/query/Sql.php Fixes a join to adhere to the proper relationship.
Sql::aggregationMethodDistinct function core/modules/views/src/Plugin/views/query/Sql.php Builds a SQL expression using DISTINCT.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.