You are here

constant Insert::MAX_BATCH_SIZE in Drupal driver for SQL Server and SQL Azure 8

Same name and namespace in other branches
  1. 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/Insert.php \Drupal\Driver\Database\sqlsrv\Insert::MAX_BATCH_SIZE
  2. 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

Insert

Namespace

Drupal\Driver\Database\sqlsrv

Code

const MAX_BATCH_SIZE = 200;