logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SQL::Translator::Parser::DBI::Oracle - parser for DBD::Oracle

Acknowledgement

       Initial revision of this module came almost entirely from work done by Todd Hepler
       <thepler@freeshell.org>.  My changes were quite minor (ensuring NAME_uc, changing a couple variable
       names, skipping tables with a $ in them).

       Todd claimed his work to be an almost verbatim copy of SQL::Translator::Parser::DBI::PostgreSQL revision
       1.7

       For me, the real work happens in DBD::Oracle and DBI, which, also for me, that is the beauty of having
       introspection methods in DBI.

Author

       Earl Cahill <cpan@spack.net>.

Description

       Uses DBI introspection methods to determine schema details.

Name

       SQL::Translator::Parser::DBI::Oracle - parser for DBD::Oracle

See Also

       SQL::Translator, DBD::Oracle.

perl v5.40.0                                       2024-11-23             SQL::Translator...er::DBI::Oracle(3pm)

Synopsis

       See SQL::Translator::Parser::DBI.

See Also