auto.pk.seq {pgUtils}R Documentation

Generating the name for the SEQUENCE for a primary key

Description

auto.pk.seq this function creates the name of the SEQUENCE to be created for a auto incrementing primary key.

Usage

auto.pk.seq(name)

Arguments

name The table name.

Details

Author(s)

Johannes Rainer

References

See Also

Examples






[Package pgUtils version 1.10.0 Index]