Richard Foley > Oracle-Trace > Oracle::Trace::Entry

Download:
Oracle-Trace-1.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 1.09   Source  
values

Return the values from the hash referenced by the type and key given, with optional value or index.

        @vals = $o_chk->values('type' => 'PARSE #\d+', 'key' => 'dep', 'value' => '0');
elapsed

Return a total of the elapsed times for this Entry.

        my $elapsed = $o_ent->elapsed;
stats

Synonmy for statistics()

NAME ^

Oracle::Trace::Entry - Perl Module for parsing Oracle Trace Entries

SYNOPSIS ^

  use Oracle::Trace::Entry;

  my $o_ent = Oracle::Trace::Entry->new($string)->parse;

  print "Statement: ".join("\n", $o_ent->statement);

DESCRIPTION ^

Module to parse Oracle Trace Entries.

EXPORT

None by default.

SEE ALSO ^

        http://www.rfi.net/oracle/trace/

AUTHOR ^

Richard Foley, <oracle.trace@rfi.net>

COPYRIGHT AND LICENSE ^

Copyright (C) 2003 by Richard Foley

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available.