File "ColumnCase.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/ColumnCase.php
File size: 229 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\DBAL;
if (!defined('ABSPATH')) exit;
use PDO;
final class ColumnCase
{
 public const UPPER = PDO::CASE_UPPER;
 public const LOWER = PDO::CASE_LOWER;
 private function __construct()
 {
 }
}