freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup Index.pm,NONE,1.1 Unique.pm,NONE,1.1
ivan
ivan at pouncequick.420.am
Thu Apr 29 02:23:34 PDT 2004
Update of /home/cvs/cvsroot/freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup
In directory pouncequick:/tmp/cvs-serv10994/ColGroup
Added Files:
Index.pm Unique.pm
Log Message:
adding DBD::Pg and DBIx::DBSchema for 5.005. argh freebsd and solaris!
--- NEW FILE: Index.pm ---
package DBIx::DBSchema::ColGroup::Index;
use strict;
use vars qw(@ISA);
use DBIx::DBSchema::ColGroup;
@ISA=qw(DBIx::DBSchema::ColGroup);
=head1 NAME
DBIx::DBSchema::ColGroup::Index - Index column group object
=head1 SYNOPSIS
use DBIx::DBSchema::ColGroup::Index;
# see DBIx::DBSchema::ColGroup methods
=head1 DESCRIPTION
DBIx::DBSchema::ColGroup::Index objects represent the (non-unique) indices of a
database table (L<DBIx::DBSchema::Table>). DBIx::DBSchema::ColGroup::Index
inherits from DBIx::DBSchema::ColGroup.
=head1 BUGS
Is this empty subclass needed?
=head1 SEE ALSO
L<DBIx::DBSchema::ColGroup>, L<DBIx::DBSchema::ColGroup::Unique>,
L<DBIx::DBSchema::Table>, L<DBIx::DBSchema>, L<FS::Record>
=cut
1;
--- NEW FILE: Unique.pm ---
package DBIx::DBSchema::ColGroup::Unique;
use strict;
use vars qw(@ISA);
use DBIx::DBSchema::ColGroup;
@ISA=qw(DBIx::DBSchema::ColGroup);
=head1 NAME
DBIx::DBSchema::ColGroup::Unique - Unique column group object
=head1 SYNOPSIS
use DBIx::DBSchema::ColGroup::Unique;
# see DBIx::DBSchema::ColGroup methods
=head1 DESCRIPTION
DBIx::DBSchema::ColGroup::Unique objects represent the unique indices of a
database table (L<DBIx::DBSchema::Table>). DBIx::DBSchema::ColGroup:Unique
inherits from DBIx::DBSchema::ColGroup.
=head1 BUGS
Is this empty subclass needed?
=head1 SEE ALSO
L<DBIx::DBSchema::ColGroup>, L<DBIx::DBSchema::ColGroup::Index>,
L<DBIx::DBSchema::Table>, L<DBIx::DBSchema>, L<FS::Record>
=cut
1;
More information about the freeside-commits
mailing list