NAME
FusqlFS::Backend::PgSQL::Sequences - FusqlFS PostgreSQL database sequences interface
SYNOPSIS
use FusqlFS::Backend::PgSQL::Sequences;
my $seqs = FusqlFS::Backend::PgSQL::Sequences->new();
DESCRIPTION
This is FusqlFS an interface to PostgreSQL database sequences. This class is not to be used by itself.
See FusqlFS::Artifact for description of interface methods, FusqlFS::Backend to learn more on backend initialization and FusqlFS::Backend::Base for more info on database backends writing.
EXPOSED STRUCTURE
- ./struct
-
Additional sequence info. To learn more about these fields see PostgreSQL documentation about
CREATE SEQUENCE
. - ./owner
-
Symlink to sequence's owner in ../../roles.
- ./acl
-
Sequence's ACL with permissions given to different roles. See FusqlFS::Backend::PgSQL::Role::Acl for details.