auto.pk.name {pgUtils}R Documentation

Generating the primary key name for a table

Description

auto.pk.name this function creates a primary key name for the table name submitted (simply by appending "_pk").

Usage

auto.pk.name(name)

Arguments

name The table name.

Details

Author(s)

Johannes Rainer

References

See Also

Examples






[Package pgUtils version 1.10.0 Index]