SQL::Translator::Schema::Constants.3pm

Langue: en

Autres versions - même langue

Version: 2010-06-03 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

SQL::Translator::Schema::Constants - constants module

SYNOPSIS

   use SQL::Translator::Schema::Constants;
 
   $table->add_constraint(
       name => 'foo',
       type => PRIMARY_KEY,
   );
 
 

DESCRIPTION

This module exports the following constants for Schema features;
CHECK_C
FOREIGN_KEY
FULL_TEXT
NOT_NULL
NORMAL
NULL
PRIMARY_KEY
UNIQUE

AUTHOR

Ken Youens-Clark <kclark@cpan.org>.