class NativeUpsert
Same name in this branch
- 8.9.x core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php \Drupal\Core\Database\Driver\pgsql\NativeUpsert
PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert.
Hierarchy
- class \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\PlaceholderInterface
- class \Drupal\Core\Database\Query\Upsert extends \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\Countable uses \Drupal\Core\Database\Query\InsertTrait
- class \Drupal\Core\Database\Driver\pgsql\NativeUpsert extends \Drupal\Core\Database\Query\Upsert
- class \Drupal\driver_test\Driver\Database\DrivertestPgsql\NativeUpsert extends \Drupal\Core\Database\Driver\pgsql\NativeUpsert
- class \Drupal\Core\Database\Driver\pgsql\NativeUpsert extends \Drupal\Core\Database\Query\Upsert
- class \Drupal\Core\Database\Query\Upsert extends \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\Countable uses \Drupal\Core\Database\Query\InsertTrait
Expanded class hierarchy of NativeUpsert
1 string reference to 'NativeUpsert'
- Connection::upsert in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Connection.php - Prepares and returns an UPSERT query object.
File
-
core/
modules/ system/ tests/ modules/ driver_test/ src/ Driver/ Database/ DrivertestPgsql/ NativeUpsert.php, line 10
Namespace
Drupal\driver_test\Driver\Database\DrivertestPgsqlView source
class NativeUpsert extends CoreNativeUpsert {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.