Net::SinFP::DB::PatternTcpOptions - PatternTcpOptions database table


Net-SinFP documentation Contained in the Net-SinFP distribution.

Index


Code Index:

NAME

Top

Net::SinFP::DB::PatternTcpOptions - PatternTcpOptions database table

DESCRIPTION

Top

Go to http://www.gomor.org/sinfp to know more.

AUTHOR

Top

Patrice <GomoR> Auffret

COPYRIGHT AND LICENSE

Top


Net-SinFP documentation Contained in the Net-SinFP distribution.
#
# $Id: PatternTcpOptions.pm 1684 2011-01-12 14:24:16Z gomor $
#
package Net::SinFP::DB::PatternTcpOptions;
use strict;
use warnings;

require DBIx::SQLite::Simple::Table;
our @ISA = qw(DBIx::SQLite::Simple::Table);

our @AS = qw(
   idPatternTcpOptions
   patternTcpOptionsHeuristic0
   patternTcpOptionsHeuristic1
   patternTcpOptionsHeuristic2
);
__PACKAGE__->cgBuildIndices;
__PACKAGE__->cgBuildAccessorsScalar(\@AS);

our $Id     = $AS[0];
our @Fields = @AS[1..$#AS];

1;