NAME

Connection - Saves information regarding a network connection


SYNOPSIS

        use DBI;
        use Connection;

        my $dbh = DBI->connect(...);
        my $connection = new Connection( networkAddress=>$netadd, interface=>$interfaceID, dbHandle=>$dbh );


DESCRIPTION

Connection provides an easy interface to save a new connection data to the connections table.


METHODS

        new() - creates a new connection

                dbHandle       - database handle
                networkAddress - network address
                interface      - interface ID


AUTHORS

Connection is supported as part of the core Pawikan distribution. Please send bug report to <netapps@pregi.net> or use the bugzilla.

Edwin Viñas <edwinv@asti.dost.gov.ph>

Jerremeo Raynier Gabás <ren@asti.dost.gov.ph>

René Mendoza <renem@asti.dost.gov.ph>

Rey Vincent Babilonia <rvincent@asti.dost.gov.ph>

Paul Afroilan <paula@asti.dost.gov.ph>


COPYRIGHT

Copyright (c) 2004 Philippine Research, Education and Government Information Network. All rights reserved. This program is part of the Pawikan distribution; you can redistribute it and/or modify it under the same terms as Pawikan itself.