The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

BuzzSaw::DB::Schema::Result::ExtraInfo - BuzzSaw DBIx::Class resultset

VERSION

This documentation refers to BuzzSaw::DB::Schema::Result::ExtraInfo version 0.12.0

DESCRIPTION

This module provides access to the DBIx::Class resultset for the extra_info table in the BuzzSaw database. When an event is selected at the filtering a set of extra information keys and values may be specified. This table records any extra information for each event.

The BuzzSaw project provides a suite of tools for processing log file entries. Entries in files are parsed and filtered into a set of events of interest which are stored in a database. A report generation framework is also available which makes it easy to generate regular reports regarding the events discovered.

ACCESSORS

id

  data_type: integer
  default_value: nextval('extrainfo_id_seq'::regclass)
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: character varying
  default_value: undef
  is_nullable: 0
  size: 20

val

  data_type: character varying
  default_value: undef
  is_nullable: 0
  size: 100

event

  data_type: integer
  default_value: undef
  is_foreign_key: 1
  is_nullable: 0

RELATIONS

event

Type: belongs_to

Related object: BuzzSaw::DB::Schema::Result::Event

DEPENDENCIES

This module requires DBIx::Class.

SEE ALSO

BuzzSaw::DB, BuzzSaw::DB::Schema

PLATFORMS

This is the list of platforms on which we have tested this software. We expect this software to work on any Unix-like platform which is supported by Perl.

ScientificLinux6

BUGS AND LIMITATIONS

Please report any bugs or problems (or praise!) to bugs@lcfg.org, feedback and patches are also always very welcome.

AUTHOR

    Stephen Quinney <squinney@inf.ed.ac.uk>

LICENSE AND COPYRIGHT

    Copyright (C) 2012 University of Edinburgh. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GPL, version 2 or later.