A pointer to a string buffer containing the column name, if found. The pointer points to a static buffer whose contents may
be changed by any subsequent UltraLite call, so you need to make a copy of the value if you need to keep it for a while. If
the column does not exist, NULL is returned and SQLE_COLUMN_NOT_FOUND is set.
Depending on the type selected and how the column was declared in the SELECT statement, the column name may be returned in
the form [table- name].[column-name].
The type parameter is used to specify what type of column name to return.