A database column. It knows the table to which it belongs, its name,
and its type. The id of a column is a string of the form
"table_name.column_name".
author: Jim Menard, jimm@io.com
Constructor.
Parameters: table - the table to which this column belongs Parameters: colName - the column's name Parameters: colType - the column's type id