The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SQL::Admin::Catalog

DESCRIPTION

Commands

command is a pair (hashref) of command name and data.

create_sequence

Data is hashref with keys:

sequence_name

schema qualified name (href with name and optional schema)

sequence_type

sequence datatype

sequence_options
start_with integer

Sequence starting value

increment_by integer

Sequence step

minvalue integer
maxvalue integer

min/max values

cycle (flag)

if exists, sequence can cycle

order (flag)

if exists, sequence must generate values in request order

cache positive-integer