Storm\Drivers\Platforms\SQLite\Columns\DataTypes\HexedBinaryDataType::__construct PHP Метод

__construct() публичный Метод

public __construct ( $Length )
    public function __construct($Length)
    {
        parent::__construct('BLOB', [$Length], null, ParameterType::String);
    }