Merge |
class |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Merge.php |
|
Merge |
class |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
General class for an abstracted MERGE query operation. |
Merge |
class |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php |
|
Merge |
class |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php |
|
db_merge |
function |
drupal/core/includes/database.inc |
Returns a new MergeQuery object for the active database. |
Merge.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Merge.php |
Definition of Drupal\Core\Database\Driver\mysql\Merge |
Merge.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php |
Definition of Drupal\Core\Database\Driver\sqlite\Merge |
Merge.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php |
Definition of Drupal\Core\Database\Driver\pgsql\Merge |
Merge.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Definition of Drupal\Core\Database\Query\Merge |
MergeTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php |
Tests the MERGE query builder. |
Merge::key |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Sets the key field(s) to be used as conditions for this query. |
merge.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/merge.test |
|
Merge::where |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::where(). |
MergeTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php |
Definition of Drupal\system\Tests\Database\MergeTest. |
Merge::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
The table to be used for INSERT and UPDATE. |
Merge::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
Merge::isNull |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::isNull(). |
Merge::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::exists(). |
Config::merge |
function |
drupal/core/lib/Drupal/Core/Config/Config.php |
|
sfMergeKey.yml |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/sfMergeKey.yml |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/sfMergeKey.yml |
Merge::compile |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::compile(). |
Merge::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Runs the query against the database. |
Merge::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::compiled(). |
twig_array_merge |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Merges an array with another one. |
Merge::condition |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::condition(). |
Merge::isNotNull |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::isNotNull(). |
Merge::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
Merge::arguments |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::arguments(). |
Collection::merge |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
Add and merge in a Collection or array of key value pair data. |
Merge::expression |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Specifies fields to be updated as an expression. |
Merge::conditions |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::conditions(). |
Merge::__toString |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements PHP magic __toString method to convert the query to a string. |
Connection::merge |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Prepares and returns a MERGE query object. |
WATCHDOG_EMERGENCY |
constant |
drupal/core/includes/bootstrap.inc |
Log message severity -- Emergency: system is unusable. |
Merge::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Constructs a Merge object. |
Merge::useDefaults |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Specifies fields for which the database-defaults should be used. |
MergeTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php |
|
Merge::$needsUpdate |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Flag indicating whether an UPDATE is necessary. |
Merge::updateFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Adds a set of field->value pairs to be updated. |
Merge::insertFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Adds a set of field->value pairs to be inserted. |
ObjectManager::merge |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Merges the state of a detached object into the persistence context
of this ObjectManager and returns the managed copy of the object.
The object passed to merge will not become associated/managed with this ObjectManager. |
Merge::STATUS_INSERT |
constant |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Returned by execute() if an INSERT query has been executed. |
Merge::STATUS_UPDATE |
constant |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Returned by execute() if an UPDATE query has been executed. |
Merge::$insertFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields on which to insert. |
Merge::$insertValues |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of values to be inserted. |
Merge::$updateFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields that will be updated. |
Merge::$defaultFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields which should be set to their database-defined defaults. |
Merge::conditionTable |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Sets the table or subquery to be used for the condition. |
PassConfig::$mergePass |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/PassConfig.php |
|
Merge::$conditionTable |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
The table or subquery to be used for the condition. |