You are here

constant Schema::COMMENT_MAX_BYTES in Drupal driver for SQL Server and SQL Azure 3.0.x

Same name and namespace in other branches
  1. 8 drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php \Drupal\Driver\Database\sqlsrv\Schema::COMMENT_MAX_BYTES

Maximum length of a comment in SQL Server.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php, line 34

Class

Schema

Namespace

Drupal\Driver\Database\sqlsrv

Code

const COMMENT_MAX_BYTES = 7500;