|
@@ -169,6 +169,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
*
|
|
*
|
|
* @param $distinct
|
|
* @param $distinct
|
|
* TRUE to flag this query DISTINCT, FALSE to disable it.
|
|
* TRUE to flag this query DISTINCT, FALSE to disable it.
|
|
|
|
+ *
|
|
* @return $this
|
|
* @return $this
|
|
* The called object.
|
|
* The called object.
|
|
*/
|
|
*/
|
|
@@ -188,6 +189,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* automatically based on the $table_alias and $field. The alias will be
|
|
* automatically based on the $table_alias and $field. The alias will be
|
|
* checked for uniqueness, so the requested alias may not be the alias
|
|
* checked for uniqueness, so the requested alias may not be the alias
|
|
* that is assigned in all cases.
|
|
* that is assigned in all cases.
|
|
|
|
+ *
|
|
* @return
|
|
* @return
|
|
* The unique alias that was assigned for this field.
|
|
* The unique alias that was assigned for this field.
|
|
*/
|
|
*/
|
|
@@ -211,6 +213,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* An indexed array of fields present in the specified table that should be
|
|
* An indexed array of fields present in the specified table that should be
|
|
* included in this query. If not specified, $table_alias.* will be generated
|
|
* included in this query. If not specified, $table_alias.* will be generated
|
|
* without any aliases.
|
|
* without any aliases.
|
|
|
|
+ *
|
|
* @return $this
|
|
* @return $this
|
|
* The called object.
|
|
* The called object.
|
|
*/
|
|
*/
|
|
@@ -232,6 +235,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* in all cases.
|
|
* in all cases.
|
|
* @param $arguments
|
|
* @param $arguments
|
|
* Any placeholder arguments needed for this expression.
|
|
* Any placeholder arguments needed for this expression.
|
|
|
|
+ *
|
|
* @return
|
|
* @return
|
|
* The unique alias that was assigned for this expression.
|
|
* The unique alias that was assigned for this expression.
|
|
*/
|
|
*/
|
|
@@ -260,6 +264,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* system, for example, when joining the same table more than once.
|
|
* system, for example, when joining the same table more than once.
|
|
* @param $arguments
|
|
* @param $arguments
|
|
* An array of arguments to replace into the $condition of this join.
|
|
* An array of arguments to replace into the $condition of this join.
|
|
|
|
+ *
|
|
* @return
|
|
* @return
|
|
* The unique alias that was assigned for this table.
|
|
* The unique alias that was assigned for this table.
|
|
*/
|
|
*/
|
|
@@ -286,6 +291,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* system, for example, when joining the same table more than once.
|
|
* system, for example, when joining the same table more than once.
|
|
* @param $arguments
|
|
* @param $arguments
|
|
* An array of arguments to replace into the $condition of this join.
|
|
* An array of arguments to replace into the $condition of this join.
|
|
|
|
+ *
|
|
* @return
|
|
* @return
|
|
* The unique alias that was assigned for this table.
|
|
* The unique alias that was assigned for this table.
|
|
*/
|
|
*/
|
|
@@ -312,6 +318,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* system, for example, when joining the same table more than once.
|
|
* system, for example, when joining the same table more than once.
|
|
* @param $arguments
|
|
* @param $arguments
|
|
* An array of arguments to replace into the $condition of this join.
|
|
* An array of arguments to replace into the $condition of this join.
|
|
|
|
+ *
|
|
* @return
|
|
* @return
|
|
* The unique alias that was assigned for this table.
|
|
* The unique alias that was assigned for this table.
|
|
*/
|
|
*/
|
|
@@ -338,6 +345,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* system, for example, when joining the same table more than once.
|
|
* system, for example, when joining the same table more than once.
|
|
* @param $arguments
|
|
* @param $arguments
|
|
* An array of arguments to replace into the $condition of this join.
|
|
* An array of arguments to replace into the $condition of this join.
|
|
|
|
+ *
|
|
* @return
|
|
* @return
|
|
* The unique alias that was assigned for this table.
|
|
* The unique alias that was assigned for this table.
|
|
*
|
|
*
|
|
@@ -379,6 +387,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* system, for example, when joining the same table more than once.
|
|
* system, for example, when joining the same table more than once.
|
|
* @param $arguments
|
|
* @param $arguments
|
|
* An array of arguments to replace into the $condition of this join.
|
|
* An array of arguments to replace into the $condition of this join.
|
|
|
|
+ *
|
|
* @return
|
|
* @return
|
|
* The unique alias that was assigned for this table.
|
|
* The unique alias that was assigned for this table.
|
|
*/
|
|
*/
|
|
@@ -411,6 +420,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* @param $direction
|
|
* @param $direction
|
|
* The direction to sort. Legal values are "ASC" and "DESC". Any other value
|
|
* The direction to sort. Legal values are "ASC" and "DESC". Any other value
|
|
* will be converted to "ASC".
|
|
* will be converted to "ASC".
|
|
|
|
+ *
|
|
* @return $this
|
|
* @return $this
|
|
* The called object.
|
|
* The called object.
|
|
*/
|
|
*/
|
|
@@ -449,6 +459,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* range directives that are set.
|
|
* range directives that are set.
|
|
* @param $length
|
|
* @param $length
|
|
* The number of records to return from the result set.
|
|
* The number of records to return from the result set.
|
|
|
|
+ *
|
|
* @return $this
|
|
* @return $this
|
|
* The called object.
|
|
* The called object.
|
|
*/
|
|
*/
|
|
@@ -474,6 +485,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* @param $type
|
|
* @param $type
|
|
* The type of UNION to add to the query. Defaults to plain
|
|
* The type of UNION to add to the query. Defaults to plain
|
|
* UNION.
|
|
* UNION.
|
|
|
|
+ *
|
|
* @return $this
|
|
* @return $this
|
|
* The called object.
|
|
* The called object.
|
|
*/
|
|
*/
|
|
@@ -484,6 +496,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
*
|
|
*
|
|
* @param $field
|
|
* @param $field
|
|
* The field on which to group. This should be the field as aliased.
|
|
* The field on which to group. This should be the field as aliased.
|
|
|
|
+ *
|
|
* @return $this
|
|
* @return $this
|
|
* The called object.
|
|
* The called object.
|
|
*/
|
|
*/
|
|
@@ -539,6 +552,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
|
|
* The comparison operator, such as =, <, or >=. It also accepts more complex
|
|
* The comparison operator, such as =, <, or >=. It also accepts more complex
|
|
* options such as IN, LIKE, or BETWEEN. Defaults to IN if $value is an array
|
|
* options such as IN, LIKE, or BETWEEN. Defaults to IN if $value is an array
|
|
* = otherwise.
|
|
* = otherwise.
|
|
|
|
+ *
|
|
* @return \Drupal\Core\Database\Query\ConditionInterface
|
|
* @return \Drupal\Core\Database\Query\ConditionInterface
|
|
* The called object.
|
|
* The called object.
|
|
*/
|
|
*/
|