PreparedQuery.h File Reference

A class that implements a prepared query for the TerraLib SQLite Data Access Driver. More...

#include "../dataaccess/datasource/PreparedQuery.h"
#include "Config.h"
#include <vector>
#include <boost/cstdint.hpp>

Go to the source code of this file.

Classes

class  te::sqlite::PreparedQuery
 A class that implements a prepared query for the TerraLib SQLite Data Access Driver. More...
 

Namespaces

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

Typedefs

typedef struct sqlite3_stmt sqlite3_stmt
 

Detailed Description

A class that implements a prepared query for the TerraLib SQLite Data Access Driver.

Definition in file PreparedQuery.h.

Typedef Documentation

typedef struct sqlite3_stmt sqlite3_stmt

Definition at line 43 of file PreparedQuery.h.