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.

Author(s)

Johannes Rainer


[Package pgUtils version 1.14.1 Index]