Parse::Dia::SQL::Const.3pm

Langue: en

Version: 2009-04-01 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Parse::Dia::SQL::Const - Constants and lookup methods

SYNOPSIS

     use Parse::Dia::SQL::Const;
     my $const = Parse::Dia::SQL::Const->new();
     my @rdbms = $const->get_rdbms();
 
 

DESCRIPTION

This module contains constants and related lookup methods.

new

The constructor. No arguments.

get_rdbms

Return list of supported databases.

get_small_pack_gen_seq

Return list with sequence for small packages processing.

get_class_name

Database to class lookup. Used by Output->new.