freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup Index.pm,NONE,1.1.2.1 Unique.pm,NONE,1.1.2.1
ivan
ivan at pouncequick.420.am
Thu Apr 29 03:06:42 PDT 2004
- Previous message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema ColGroup.pm,NONE,1.1.2.1 Column.pm,NONE,1.1.2.1 DBD.pm,NONE,1.1.2.1 Table.pm,NONE,1.1.2.1
- Next message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD Pg.pm,NONE,1.1.2.1 Sybase.pm,NONE,1.1.2.1 mysql.pm,NONE,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup
In directory pouncequick:/tmp/cvs-serv12749/ColGroup
Added Files:
Tag: FREESIDE_1_4_BRANCH
Index.pm Unique.pm
Log Message:
adding the last missing files to 1.4 branch
--- 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;
- Previous message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema ColGroup.pm,NONE,1.1.2.1 Column.pm,NONE,1.1.2.1 DBD.pm,NONE,1.1.2.1 Table.pm,NONE,1.1.2.1
- Next message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD Pg.pm,NONE,1.1.2.1 Sybase.pm,NONE,1.1.2.1 mysql.pm,NONE,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list