Initial revision
[freeside.git] / htdocs / docs / man / dbdef_index.txt
1 NAME
2     FS::dbdef_unique.pm - Index object
3
4 SYNOPSIS
5       use FS::dbdef_index;
6
7         # see FS::dbdef_colgroup methods
8
9 DESCRIPTION
10     FS::dbdef_unique objects represent the (non-unique) indices of a
11     table (the FS::dbdef_table manpage). FS::dbdef_unique inherits
12     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 index definitions
23
24     ivan@sisd.com 98-apr-19
25
26     pod ivan@sisd.com 98-sep-24
27