You are here

constant Insert::MAX_BATCH_SIZE in Drupal driver for SQL Server and SQL Azure 4.1.x

Same name and namespace in other branches
  1. 4.2.x src/Driver/Database/sqlsrv/Insert.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Insert::MAX_BATCH_SIZE
  2. 3.1.x src/Driver/Database/sqlsrv/Insert.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Insert::MAX_BATCH_SIZE
  3. 4.0.x src/Driver/Database/sqlsrv/Insert.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Insert::MAX_BATCH_SIZE

Max Batch Size.

Maximum number of inserts that the driver will perform on a single statement.

File

src/Driver/Database/sqlsrv/Insert.php, line 30

Class

Insert
Sql Server implementation of \Drupal\Core\Database\Query\Insert.

Namespace

Drupal\sqlsrv\Driver\Database\sqlsrv

Code

const MAX_BATCH_SIZE = 200;