{ \
namespace DataAnalysis \
{ \
template<> \
{ \
static SqlBoundObjectClassData classData(&SqlDataModel::getBoundTableName<T>); \
return classData; \
} \
} \
}
static SqlBoundObjectClassData & getClassDataInstance()
An SqlBoundObjectGroup class is bound to a specific SQL table or view, and its instance objects are b...
Definition: sqlboundobjectgroup.h:166
Generic array class for holding an array of DataObject's.
Definition: objectarray.h:53
Convenience typed interface to an object array, which can be converted to a general ObjectArray in Wo...
Definition: typedobjectarray.h:44
Top level namespace for all Workspace code.
Definition: applicationsupportplugin.cpp:32
#define DEFINE_WORKSPACE_DATA_FACTORY_NO_QMETATYPE(T, P)
Definition: typeddatafactory.h:1440