\name{dbColnames}
\alias{dbColnames}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Get the column names of a database table}
\description{
This function returns the column names of the database table which name was submitted.
}
\usage{
dbColnames(con, table.name)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{con}{The database connection object.}
  \item{table.name}{The database table name for which the column names should be retrieved.}
}
\value{
The column names of the table.
}
\author{Johannes Rainer}
%\seealso{\code{\link{dbConnect}}}
\keyword{data}