DataSourceCapabilities.h File Reference

A class that represents the known capabilities of a specific data source. More...

#include "../../common/Enums.h"
#include "../dataset/DataSetCapabilities.h"
#include "../dataset/DataSetTypeCapabilities.h"
#include "../query/QueryCapabilities.h"
#include "../Config.h"
#include "DataTypeCapabilities.h"
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  te::da::DataSourceCapabilities
 A class that represents the known capabilities of a specific data source, i.e. this class informs all information about what the data source can perform. Here you will find if the data source implementation supports primary keys, foreign keys, if it can be used in a thread environment and much more information. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 

Detailed Description

A class that represents the known capabilities of a specific data source.

Definition in file DataSourceCapabilities.h.