Fields.h File Reference

The Fields class can be used to model a set of expressions that form the output items of a SELECT. More...

#include <boost/ptr_container/ptr_vector.hpp>

Go to the source code of this file.

Namespaces

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

Typedefs

typedef boost::ptr_vector< Field > te::da::Fields
 Fields is just a boost::ptr_vector of Field pointers. More...
 

Detailed Description

The Fields class can be used to model a set of expressions that form the output items of a SELECT.

Definition in file Fields.h.