DBIx::Class::Schema::Loader::DBI::Oracle.3pm

Langue: en

Version: 2010-02-20 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

DBIx::Class::Schema::Loader::DBI::Oracle - DBIx::Class::Schema::Loader::DBI Oracle Implementation.

SYNOPSIS

   package My::Schema;
   use base qw/DBIx::Class::Schema::Loader/;
 
   __PACKAGE__->loader_options( debug => 1 );
 
   1;
 
 

DESCRIPTION

See DBIx::Class::Schema::Loader::Base.

This module is considered experimental and not well tested yet.

SEE ALSO

DBIx::Class::Schema::Loader, DBIx::Class::Schema::Loader::Base, DBIx::Class::Schema::Loader::DBI

AUTHOR

See ``AUTHOR'' in DBIx::Class::Schema::Loader and ``CONTRIBUTORS'' in DBIx::Class::Schema::Loader.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.