Initial revision
[freeside.git] / htdocs / docs / man / dbdef_unique.txt
1 NAME
2     FS::dbdef_unique.pm - Unique object
3
4 SYNOPSIS
5       use FS::dbdef_unique;
6
7       # see FS::dbdef_colgroup methods
8
9 DESCRIPTION
10     FS::dbdef_unique objects represent the unique indices of a
11     database table (the FS::dbdef_table manpage). FS::dbdef_unique
12     inherits from FS::dbdef_colgroup.
13
14 BUGS
15     Is this empty subclass needed?
16
17 SEE ALSO
18     the FS::dbdef_colgroup manpage, the FS::dbdef_record manpage,
19     the FS::Record manpage
20
21 HISTORY
22     class for dealing with unique definitions
23
24     ivan@sisd.com 98-apr-19
25
26     pod ivan@sisd.com 98-sep-24
27