casa
$Rev:20696$
|
Table DataManager error; unknown virtual column. More...
#include <DataManError.h>
Public Member Functions | |
DataManUnknownVirtualColumn (const String &columnName, const String &engineName) | |
Issue a message containing the column name. | |
~DataManUnknownVirtualColumn () throw () |
Table DataManager error; unknown virtual column.
Public interface
A column is unknown to the virtual column engine. This error is caused by binding a column to a virtual column engine which does not know the column name or data type.
Definition at line 167 of file DataManError.h.
casa::DataManUnknownVirtualColumn::DataManUnknownVirtualColumn | ( | const String & | columnName, |
const String & | engineName | ||
) |
Issue a message containing the column name.