constant Insert::MAX_BATCH_SIZE in Drupal driver for SQL Server and SQL Azure 8
Same name and namespace in other branches
- 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/Insert.php \Drupal\Driver\Database\sqlsrv\Insert::MAX_BATCH_SIZE
- 3.0.x drivers/lib/Drupal/Driver/Database/sqlsrv/Insert.php \Drupal\Driver\Database\sqlsrv\Insert::MAX_BATCH_SIZE
Maximum number of inserts that the driver will perform on a single statement.
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Insert.php, line 34 - Definition of Drupal\Driver\Database\sqlsrv\Insert
Class
Namespace
Drupal\Driver\Database\sqlsrvCode
const MAX_BATCH_SIZE = 200;