\name{auto.pk.seq} \alias{auto.pk.seq} \title{Generating the name for the SEQUENCE for a primary key} \description{ \code{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{ \item{name}{The table name.} } \details{ } \references{} \author{Johannes Rainer} \seealso{ } \examples{ } \keyword{data}