FieldNameValidator.h File Reference

This class is responsible for validating field names. It can handle size limits, fix special characters changes the form 'tableName.propertyName' into the form 'tableName_propertyName'. More...

#include "../Config.h"
#include <set>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  te::da::FieldNameValidator
 This class is responsible for validating field names. It can handle size limits, fix special characters changes the form 'tableName.propertyName' into the form 'tableName_propertyName'. More...
 

Namespaces

 te
 TerraLib.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 

Detailed Description

This class is responsible for validating field names. It can handle size limits, fix special characters changes the form 'tableName.propertyName' into the form 'tableName_propertyName'.

Definition in file FieldNameValidator.h.