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